A, A:ACTIVE, A:FOCUS, A:LINK, A:VISITED {
	text-decoration : none;
	color : #FF9933;
	font-weight : bold;
	font-size: 12px;
}
A:HOVER {
	color : red;
	font-weight : bolder;
	font-size: 12px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
.titleFont { 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size: 16px ; 
	font-weight:bolder; 
	color : #FF9933;

}
.titleFontSmall { 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px ; 
	font-weight:bold; 
	color : #FF9933;

}
.titleBarFont {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight:bolder;
	color : #0066CC;
	font-style: italic;

}
