﻿a:link { color: #3C3CB5; text-decoration: none; }
a:visited { color: #3C3CB5; text-decoration: none; } 
a:hover { color:  #009999; } 
a:active { text-decoration:underline }

.newStyle1 {
	font-family: Tahoma;
	font-size: 8pt;
	color: #808080;
	text-decoration: none;
}
.newStyle2 {

	font-size: 12pt;
	font-weight: bold;
	color: #0066CC;
	text-decoration: none;
	 
}
.newStyle3 {
	font-family: tahoma;
	font-size: 9pt;
	color: #333333;
}
.newStyle4 {
	font-family: tahoma;
	font-size: 9pt;
	color: #00468C;
	text-decoration: none;
}
.noneunderline {
	text-decoration: none;
	font-family: tahoma;
}
