/***********************************   html tag class         */
body {
	background-color: #FFFFFF;
	background-image: url(../images/bg_b.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
hr{
	height: 1px;
}
/***********************************   heading tag class         */
h1{
	font-size: 20px;
	font-weight: normal;
	border-bottom: 1px dotted #9AB7D6;
	padding-bottom: 5px;
}
h2{
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	}
h3{
	font-size: 14px;
	font-weight: bold;
}
h4{
	font-size: 12px;
	font-weight: bold;
}
h5{
	font-size: 10px;
	font-weight: bold;
}
h6{
	font-size: 9px;
	font-weight: bold;
}
/***********************************   link tag class         */
a:link {
	color: #1C5896;
	text-decoration: none;
}
a:visited {
	color: #1C5896;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
a:active {

	color: #FF6600;
	text-decoration: underline;
}
/***********************************   list tag class         */
ul{
	list-style: square;
}
ul ul{
	list-style: circle;
}
ul ul ul{
	list-style: disc;
}
li {
	list-style-type: square;
	list-style-image: url(../images/bullet.gif);
}
/***********************************   form tag class         */
form{
	margin: 0px;
}
textarea, input, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
textarea:focus, input:focus, select:focus  {
	background: #FFFFCC;
}
.inputClass {
	background: #E2F1F9;
	border: 1px solid #000000;
	padding-right: 2px;
	padding-left: 2px;
}
fieldset {
	border: 1px solid #C7DAE4;
	padding: 10px;
	width: auto;
}
fieldset legend{
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 10px;
	padding-top: 10px;
}
/***********************************   table tag class         */
col#column1{
	background: #E2F1F9;
	padding-left: 3px;
}
col#column2{
	background: #FFFFFF;
	padding-left: 3px;
}
thead th {
	background: #E2F1F9;
	font-size: 12px;
	font-weight: bold;
}
.displayTable tbody td {
	background: #ffffff;
}
tfoot td {
	background: #ffffff;
}
/***********************************   user defined tag class         */
td.front {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: 000099;
}
.q_headlines {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #03428E;
	text-decoration: none;
}
.q_block {
	background-color: #F2F2F2;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
.q_links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	background-color: #E6E6E6;
	font-style: italic;
}
.q_note {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #03428E;
        text-decoration: none;
}
a.q_note:link { color: #03428e; text-decoration: none; font-weight: bold; }
a.q_note:visited { color: #03428e; text-decoration: none; font-weight: bold; }
a.q_note:hover { color: #446b9e; text-decoration: underline; font-weight: bold; }
a.q_note:active { color: #03428e; text-decoration: underline; font-weight: bold; }
.q_noteText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #B20007;
	text-decoration: none;
	line-height: 11px;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #03428E;
	line-height: 19px;
	text-decoration: none;
}
.blackTxt {
	color: #000000;
}
.redTxt {
	color: red;
}
.tableHeader {
	color: #FFFFFF;
	background-color: #0000AA;
	font-weight: bold;
}
.smallTxt {
	font-size: 10px;
	color: #000000;
}
.bulletTxt {
	font-size: 10px;
}
.pageTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #990000;
	font-weight: bold;
}
.disclaimerTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-color: #f6f6f6;
	border: 1px solid #666666;
}
.whiteBG {
	background: #FFFFFF;
}
.goClass {
	color: #FFFFFF;
	background: #1163AD;
	border: 1px solid #1D589A;
}
.relatedTopic {
	background: #D4D0C8;
	margin: 5px;
	padding: 5px;
	border: 1px solid #808080;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.whiteTxt {
	color: #FFFFFF;
}
.pressInfo {
	color: #666666;
}
.leftNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.leftNav td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;	
}
.moreDetails{
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-bottom: 10px;
}
.moreDetails a:link{
	color: #666666;
}
.moreDetails a:hover{
	color: #333333;
}
.highlightBox {
	color: #FFFFFF;
	background-color: #107EB4;
	padding: 10px;
}
.highlightBox a:link{
	color: #f6f6f6;
}
.highlightBox a:hover{
	color: #FFFFFF;
}
div#printNav {
	text-align: right;
	float: right;
	padding: 5px;
	color: #797878;
	text-decoration: none;
	width: 150px;
}
div#printNav a:link {
	color: #797878;
	text-decoration: none;
}
div#printNav a:visited {
	color: #797878;
	text-decoration: none;
}
div#printNav a:hover {
	color: #000000;
	text-decoration: none;
}
div#printNav a:active {
	color: #000000;
	text-decoration: none;
}
