
/* CSS Document */
*{ padding:0px; margin:0px;}
body{  margin:auto; background:url(images/bg.png) #F3F3F3  repeat-x ;}
#wr{ width:960px; height:auto; margin:auto;}
#headd{ background-image:url(images/headder.png); background:no-repeat #FFF; width:960px; height:100px;}
#in tr:hover{ background:url(images/tb2.png) no-repeat center; }
#in tr {  height:40px;}
#in tr{  background:url(images/tb1.png) no-repeat center; }
#in a{ font-size:18px; font-weight:bold; text-transform:capitalize;
         text-decoration:none; color:#000;}
#in a:hover
{
	color: #FF9016;
}
p{font-size:18px; color:#666;}
h1
{
	color: #FF9016;
}
#t1 td
{
    font-size:20px;
    
    
}