body {font: 12px Arial, Helvetica, sans-serif; margin:0; padding:0;}
a {color:#0000cc;}
a:hover {color:#ff0000;}
a:active, a:focus {outline: 0;}

#navigation {width:200px; left:3px; background:#ffda08; float:left; clear:left;}
#navigation ul {margin:0;  list-style-type:none;}
	#search {background:#fefe6d; border:#ffda08 3px solid; border-left-width:4px; width:192px; }



table p {font-size:12px;}
select {font-size: 10px; color: #000000; font-family: verdana, geneva; background: #FFFFFF;	font-weight: normal;}
input  {font-size: 10px; color: #000000; font-family: verdana, geneva; background: #FFFFFF; font-weight: normal;}
textarea  {font-size: 10px; color: #000000;	font-family: verdana, geneva; background: #FFFFFF;	font-weight: normal;}
img {border:0;}



.bold {font-weight:bold;}
.padtop {margin-top:2px;}
.small-text {font-size:10px;}
.smallgrey {font:10px Verdana, Arial, Helvetica, sans-serif;; color:#666666;}
.bodyborder {border:#fdd104 1px solid; padding:2px;}
.tablebg {background:#ffffff;}
.font14 {font-size:14px;}
.pad5 {padding:5px;}

/* ######### CSS for Shade Tabs. Remove if not using ######### */



.shadetabs{
padding: 3px 0;
margin 1px 0 0 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{

float:left;
padding:0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 9px 3px 10px;

border: 1px solid #fdd104;
color: #2d2b2b;
background: #ffffff;
margin:0 0 0 -1px;

border-right:none;

}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}


.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 0px;
}

.shadetabs li a.selected{ /*selected main tab style */
background: #fefe6d;
border-bottom-color: #fefe6d;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}


.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
