
body{
margin:0;
padding:0;
color: #000;
overflow: hidden;
}

body,a,p,td,div,caption {
font-family: times new roman, times, century, georgia, serif ;
font-size: 17px;
font-weight:300;
color: #2d2b2b;
background: #fff ;
}

h3{

font-size:20px;
font-weight:600;
margin: 20px 0px 10px 0px;
}

h4{

font-size:18px;
font-weight:600;
margin: 0px 0px 20px 0px;
color: red;
}

h5{

font-size:18px;
font-weight:600;
margin: 16px 0px -15px 0px;
display: inline;

}

sub{font-size:110%;color:red;}

b{font-size: 110%;}

em{color: red;}

#container{
width: 1020px; /*Width of container*/
margin: 0px auto  0px auto; /*Center container on page*/
border: 0px dotted #b8b8b8;
}

.shadetabb1{
border-bottom: 1px solid gray;
/* width: 90%; width of menu. Uncomment to change to a specific width */
margin-bottom: 10px;
margin-top: 10px;
}

.shadetabs{
border-bottom: 1px solid gray;
/* width: 90%; width of menu. Uncomment to change to a specific width */
margin-bottom: 1em;
margin-top: 100px;
}

.shadetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
list-style-type: none;
text-align: center; /*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 9px;
margin-right: 3px;
border: 1px solid #778;
font-family:"trajan pro";
font-size:11px;
font-weight:500;
color: #2d2b2b;
background: white url(../media/shade.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(../media/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}