A:link, A:visited, A:active { 
	text-decoration: none; 
	color:#006699;
}

A:hover { 
	text-decoration: underline; 
	color:#006699; 
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin: 0px;
	
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#menu td {
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	height: 20px;
	font-weight:bold;
}
#menu2 td {
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	height: 20px;
	font-weight:bold;
	cursor:hand;
}
#menu3 td {
	color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ADA9A0;
	height: 22px;
	font-weight:bold;
}
.dotBline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.tiny {
	font-family: Tahoma, Arial;
	font-size: 8px;
	font-weight: bold;
	color:#FFFFFF;
}
.pageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color:#FFFFFF;
	padding-top:0px;
	padding-bottom:0px;
	filter: Alpha(Opacity=0, FinishOpacity=100, Style=1, StartX=0, StartY=0, FinishX=55, FinishY=0);
	background-color:#999999;
	height:30px;
}
.newsTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.dotLine {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #C1C5CA;
}

