a:link {
	color: #0000FF;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #0000FF;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	font-weight: bold;
	color: #CC3300;
	text-decoration: none;
}
a:active {
	color: #0000FF;
	text-decoration: underline;
	font-weight: bold;
}
a.menu:link{
     color:#000000;
	 font-weight:bold;
}
a.menu:visited{
     color:#000000;
	 font-weight:bold;
}
a.menu:hover {
     color:#FFFFFF;
	 background-color:#000000;
	 display:block;
}
a.menu:active{
     color:#000000;
	 font-weight:bold;
}

     
     
	 
.bordergray {
	border: 1px solid #999999;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
}
.gray {
	color: #808080;
}
.smalltext {
	font-size: .9em;
}
.largetext {
	font-size: 1.2em;
}
.largertext {
	font-size: 1.4em;
	font-weight: bold;
}

