/*bogus link for NS6 bug - doesn't recognize the first style in the style sheet*/
.bogus { color: #868686; }
.bogus:hover { color: #868686; }

a:link, a:visited  {
	color: #CC6600;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	
     }
a:hover {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	background-color: #666666;
	
     }
a:active {
	color: #CC6600;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	
     }
	
.txt_main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:  10px;
	color: #333333;
	line-height: 14px;
	text-align: justify;
}
.txt_main_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-weight: bold;
	line-height:1.5em;
	text-align: justify;
	 }


.title_orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF6600;
	font-weight: normal;
	text-transform: none;
	font-variant: normal;
	text-decoration: none;
}

.title_big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: normal;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: medium;
	border-bottom-color: #999999;
}

.news_clip {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 9px;
	color: #333333;
	font-weight: normal;
	line-height: 9px;
	text-align: justify;
	border-top-width: thick;
}
.news_credit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #000000;
	font-weight: normal;
	font-style: italic;
}
.hilite {
	color: #CC0000;
}
.txt_small_blk {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	font-weight: bold;
	text-align: justify;
}
.hiliner {
	background-color: #FFFF66;
}
body {
	top: 0px;
	background-color: #cbbca2;
}
