﻿th {
	font-family: Arial;
	font-size: 13px;
	color: #000000;
}

td {
	font-family: Arial;
	font-size: 13px;
	color: #000000;
}

body {
	font-family: Arial;
	font-size: 13px;
	color: #000000;
}

a {
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	color: #000000;
}

a:link {
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

a:active {
	color: #000000;
	text-decoration: none;
}


.shadetabs{
border-bottom: 1px solid black;
/* width: 90%; width of menu. Uncomment to change to a specific width */
margin-bottom: 1em;
}

.shadetabs ul{
padding: 3px 0;
margin-left: 10px;
margin-top: 1px;
margin-bottom: 0;
font: bold;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #000000;
color: #000000;
background: white url(media/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: ;
}

.shadetabs li a:hover{
text-decoration: underline;
color: ;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(media/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}