body {
margin: 0px 0px 0px 0px;
background-image:url(images/bgtop.jpg);
background-position:top;
background-repeat:repeat-x;
background-color:#B17D55;
font: Arial, Helvetica, sans-serif;
}

td {
font-size: 16px;
font-weight:bold;
}

a {
font-size: 17px;
font-weight:bold;
color:#9F6D45;
}

a:hover {
font-size: 17px;
font-weight:bold;
color:#972725;
}



.mainalign{
padding-top:71px;

}
.centerfun{
padding-left:40px;
padding-right:50px;

}


.maincontent{

padding:20px;

}

.contenttable{
width:800px;
border:0; 

}
 
h1{
font-size:24px;
color: #AD0101;
font-weight:bold;
}

h2{
font-size:18px;
color: #AD0101;
font-weight:bold;
}

.reddy{
font-size:16px;
color: #AD0101;
font-weight:bold;
}

.shadetabs{
padding: 3.5px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;

list-style-type: none;
text-align: center;


}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;

}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}



.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selectedhome a{ /*selected main tab style */
background-image: url(images/hometab.jpg);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: none;
width: 800px;
margin-bottom: 1em;


}

.tabcontent{
background-image:url(images/mainmiddle.jpg);
background-repeat:repeat-y;
width:800px;
text-align:left;
}

@media print {
.tabcontent {
display:block!important;
}
}