<style>
.stylemain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.stylebold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.stylesmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
 
a:link{color:"000000"; text-decoration:none;}
a:visited{color:"000000"; text-decoration:none;}
a:hover{color:"990000"; text-decoration:underline;}

/* Apply CSS to any UL (Unordered List) with the class name 'menu' */
.menu
{
	border: 1px solid black;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 175px;
}
/* Collapse the List Item Tags */
.menu li { display: inline; }

/* Make the links block elements and give them padding and some style */
.menu a, .menu a:visited
{
	color:  black;
	font: bold 11px Verdana;
	text-decoration: none;
	background-color: #cccccc;
	display: block;
	padding: 2px;
	border-left	: 10px solid #cccccc;
}

/* Specify the rollover style for the links */
.menu a:hover
{
	border-left	: 10px solid #990000;
	background-color: #99cccc;
	text-decoration: none;
	color: #990000;
}
</style>

.stylemain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.stylemain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.stylemainsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.styleheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
