.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0px;
font: 110% Arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0px;

}

.shadetabs li a{
text-decoration: underline;
padding: 2px 2px;
margin-right: 1px;
line-height:15px;
color: #be0000;
}

.shadetabs li a:visited{
text-decoration: underline;
color: #be0000;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
}

.shadetabs li.selected a:hover{ /*selected main tab style */
}

.contentstyle{
}

#ajaxcontentarea a
{
	font-family:  Verdana, Tahoma, Arial,Helvetica, sans-serif;
	font-size: 11px;
	line-height:11px;
	text-decoration:none;
	color:#000000;
}
#ajaxcontentarea a:link
{
	font-family:  Verdana, Tahoma, Arial,Helvetica, sans-serif;
	font-size: 11px;
	line-height:11px;
	text-decoration:none;
	color:#000000;
}
#ajaxcontentarea a:visited
{
	font-family:  Verdana, Tahoma, Arial,Helvetica, sans-serif;
	font-size: 11px;
	line-height:11px;
	color:#000000;
}
#ajaxcontentarea a:hover
{
	font-family:  Verdana, Tahoma, Arial,Helvetica, sans-serif;
	font-size: 11px;
	line-height:11px;
	text-decoration:none;
	color:#BE0000;
}
