.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
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 #0C2B79;
color: #2d2b2b;
background: url(shade4.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(shadeactive4.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}
.tabtext{ 
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
	border: 1px solid #0C2B79;
	width: 600px;
	margin-bottom: 1em;
	padding:20px 10px 10px 10px;
	background-color:#FFFFE8;
}
.tabcontentstyle p	{
	color:#113AA8;
	font-size:12px;
}
.tabcontentCaption	{
	color:#113AA8;
	font-size:11px;
}
.tabcontent{
display:none;
}
table#maintable {
	width: 500px;
}
table#mainTable	p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight:normal;	
	color:#FFFFE8;
	text-align:left;
	}
table#mainTable a:hover {
	color: #fff;
	text-decoration: underline;
}
table#mainTable a:visited  {
	color: #fff;
	text-decoration: none;
		}
table {
	FONT-SIZE: 100%;
}

@media print {
.tabcontent {
display:block!important;
}
}
