
/* Tovey Stylesheet */ 

body{
	background: Black;
	margin: 0;
	padding:0;
	font-family : Arial, Helvetica, sans-serif;
	font-size:12pt;
	color : #2F4F4F;
}
	 
	 h4  {
	color: #2F4F4F;
}

.cssnav { 
position: relative;
font-family: arial, helvetica, sans-serif;
background-image: url(images/down.gif);
background-repeat: no-repeat;
white-space: nowrap;
display: block;
width: 161px;
height: 28px;
margin: 0; 
padding: 0; 
}

.cssnav a {
display: block;
color: #000000;
font-size: 13px;
width: 161px;
height: 28px;
display: block;
float: left;
color: black;
font-weight : bold;
text-decoration: none;
}

.cssnav img {width: 161px; height: 28px; border: 0; }
* html a:hover {visibility:visible}
.cssnav a:hover img{visibility:hidden}

.cssnav span {
position: absolute;
left: 35px;
top: 6px;
margin: 0px;
padding: 0px;
cursor: pointer;
}

a:link  {
	color : #2F4F4F;
	text-decoration : none;
}

a:visited  {
	color : #2F4F4F;
	text-decoration : none;
}

a:hover {
	color : #2E8B57;
	text-decoration : underline;
}

