/* CSS Document */

body {
	background-color: #ffffff;
	margin-top: 0px;
}
body,td,th {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	margin-left: 0px;
	margin-right: 0%;

}
a:link {
	color: #660000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #910000;
	text-decoration: none;
}
.topslice {
	background-color: #FFFFFF;
	background-image: url(Elements/bkgrd/top_slice.gif);
	background-repeat: repeat-x;
}
.bottom_slice {
	background-image: url(Elements/bkgrd/bottom_slice.gif);
	background-repeat: repeat-x;
}

.style1 {background-image: url(Elements/bkgrd/bottom_slice.gif); background-repeat: repeat-x; color: #666666; }
.style2 {font-size: 10px}
.style3 {
	color: #666666;
	font-size: 10px;
}
.style4 {
	font-size: 14px;
	font-weight: bold;
}
a:visited {
	color: #660000;
	text-decoration: none;
}
.style5 {font-size: 10px; color: #999999; }
.style6 {
	font-size: 12px;
	font-weight: bold;
}
.style8 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}
.style9 {color: #660000}

/*NAVIGATION */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#vdividermenu ul{
margin: 0%;
padding: 0;
margin-bottom: 1em;
float: left;
width: 99%;
background-color: #ffffff;
}

* html #vdividermenu ul{ /*IE only rule, reduce menu width*/
width: 99%;
}

#vdividermenu ul li{
display: inline;
}

#vdividermenu ul li a{
float: left;
color: #660000;
padding: 6px 12px;
font-size: 97%;
text-decoration: none;
background: transparent url(media/vertical.gif) center right no-repeat;
}

#vdividermenu ul li a:visited{
color: #660000;
}

#vdividermenu ul li a:hover{
color: black;
background-color: #DFDFDF;
}

.style11 {
	font-size: 11px;
}

