body {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11.5px;
}

td {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11.5px;
}

th {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11.5px;
}

.style 				 { font-family: Tahoma, Verdana, Arial;	font-size: 14.5px;}

.sub 				 { font-family: Tahoma, Verdana, Arial; font-size: 11.5px;}
/* Link Style */
a:link						  {
	text-decoration: none;
	color: #333333;
}
a:visited, a:active  		  {
	text-decoration:none;
	color: #333333;
}
a:hover, a:focus              {
	text-decoration: underline;
	color: #006600;
}
