html, body {
	font-family: Trebuchet MS, arial, verdana;
	font-size: 12px;
	color: #333333;
	background-color: #f8efd1;
	height: 100%;
}

table {
	font-family: Trebuchet MS, arial, verdana;
	font-size: 12px;
	color: #333333;
}

a:link, a:visited {
	font-family: Trebuchet MS, arial, verdana;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


.text {
	font-family: Trebuchet MS, arial, verdana;
	font-size: 12px;
	color: #333333;
         line-height: 14px;
}

li {
list-style: none;
font-size: 11px;
line-height: 15px;
}

.shadetabs{
padding-left: 1px;
padding-right: 0px;
padding-top: 2px;
padding-bottom: 2px;
margin-left: -1px;
margin-top: 0px;
margin-bottom: 0px;
font: bold 10px Trebuchet MS;
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: none;
padding: 2px 9px;
margin-right: 5px;
border: 1px solid #778;
color: #2d2b2b;
font-size: 10px;
background: #f8efd1 url(img/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
font-size: 10px;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 0px;
font-size: 10px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(img/shadeactive.gif);
border-bottom-color: #f8efd1;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 450px;
height: 130px;
margin-bottom: 1em;
padding: 15px;
background-color: #f8efd1;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}

.small {
	font-family: Trebuchet MS, arial, verdana;
	font-size: 9px;
	color: #333333;
         line-height: 7px;
}