/* CSS Document */
a:link {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	font-family: Tahoma, Arial;
	font-size: 9px;

 }
a:visited {
 color: #333333;
	font-weight: bold;
	text-decoration: none;
	font-family: Tahoma, Arial;
	font-size: 9px;
 }
a:active {
 color: #333333;
	font-weight: bold;
	text-decoration: none;
	font-family: Tahoma, Arial;
	font-size: 9px;
 }
a:hover {
	color:#990000;
	font-weight: bold;
	text-decoration: underline;
	font-family: Tahoma, Arial;
	font-size: 9px;

 }
a.light:link {
 color: #ffffff;
 font-weight: bold; 
 text-decoration: none;
 }
a.light:visited {
 color: #ffffff;
 font-weight: bold;
 text-decoration: none;
 }
a.light:active {
 color: #ffffff;
 font-weight: bold;
 text-decoration: none;
 }
a.light:hover {
 color:#FFFFCC;
 font-weight: bold;
 text-decoration: none;
 }
.ne {
		font-family: tahoma;
		font-size: 11px;
		color: #000000;
		}
.date {
		font-family: tahoma;
		font-size: 11px;
		color: #FFFFFF;
		}		
.no {
		font-family: verdana;
		font-size: 9px;
		color: #000000;
		}
.tx {
	font-family: Tahoma, Arial;
	font-size: 12px;
	border: 1px none #000000;
	color: #000000;
	line-height: 16px;




		}				
.list {
	font-family: tahoma;
	font-size: 11px;
	list-style-position: outside;
	list-style-type: disc;
	color: #000000;

}
.newhite {

		font-family: tahoma;
		font-size: 11px;
		color: #FFFFFF;
}
