
body {
font-family: verdana, helvetica, sans-serif;
font-size: 12px;
color: black;
background: white;
text-align: left;
margin: 0px;
}

table {
font-family: verdana, helvetica, sans-serif;
font-size: 12px;
text-align: left;
color: black;
}

A:link {
	COLOR: #003399; TEXT-DECORATION: none;
}
A:visited {
	COLOR: #663366; TEXT-DECORATION: none;
}
A:active {
	COLOR: #996633; TEXT-DECORATION: none;
}
A:hover {
	COLOR: #999933; TEXT-DECORATION: none;
}
TD {
	FONT-FAMILY: Verdana, helvetica, sans-serif; FONT-SIZE: 12px;
}
P {
	FONT-FAMILY: Verdana, helvetica, sans-serif; FONT-SIZE: 12px;
}
HR {
	color: #637BAD;
	height: 1px;
}



#menu_vert ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: verdana, helvetica, sans-serif;
font-size: 12px;
margin:0px;
background-image: url(uploads/images/template_images/darkforest.jpg);
}

#menu_vert a
{
display: block;
padding: 4px;
width: 142px;

border-bottom: 1px solid #8c8c8c;
}

#menu_vert a:link, #menu_vert a:visited, #menuitems a:visited
{
color: #FFF;
text-decoration: none;
font-weight:bold;
}

#menu_vert a:hover
{
background-color: #8c8c8c;
color: #FFF;
font-weight:bold;
}

.current
{
	list-style-type: square;
	display: inline;
}


