/*======================================*
** style.css
/*======================================
** Created: February 21 2010
** Author: Ebits Online
** Website: www.ebitsonline.com
**======================================*/
body {
background-image: url(../images/banner-bg.gif);
background-repeat: repeat;
margin:0;
font-family: "Trebuchet MS";
font-size: 12px;
}
.maintable{
background-color:#FFFFFF;
}
.topmenu{	
font-family: Tahoma;
padding-top:10px;
padding-bottom:10px;
font-size: 12px;
color: #000000;
}
a.topmenu{
color: #000000;
}
a.topmenu:hover {
color: #000000;
text-decoration: underline;
}
a.topmenu:visited {
color: #000000;
}
p{
font-family: "Trebuchet MS"; 
font-size: 12px; 
color: #000000;
line-height:18px;
}
h1{
font-family: Tahoma; 
font-size: 16px; 
font-weight: bold; 
color: #990000; 
}
h2{
font-family: "Trebuchet MS"; 
font-size: 16px; 
font-weight: bold; 
color: #990000;
}
a:link {
color: #000000;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #000000;
}
a:hover {
text-decoration: underline;
color: #000000;
}
a:active {
text-decoration: none;
}
.blackheader {
font-family: "Trebuchet MS"; 
font-size: 14px; 
font-weight: bold; 
color: #000000; 
}
.footer {
font-family: "Trebuchet MS"; 
font-size: 12px; 
font-weight: 200; 
color: #000000; 
}
.tablefield{
font-family: "Trebuchet MS"; 
font-size: 12px; 
color: #000000;
border:1px solid #cccccc;
line-height:18px;
}

/*=====Menu Style================*/
.outer{
margin:0px;
padding:0px;
font-family: Tahoma;
font-size: 12px;
}
#menu4 {
width: 200px;
border:1px solid #D76100;
padding:0px;
}
#menu4 ul{
margin:0px;
padding:0px;
list-style:none;
}
#menu4 li a {
height: 32px;
voice-family: "\"}\""; 
voice-family: inherit;
height: 24px;
text-decoration: none;
font-weight:normal;
}
#menu4 li a:link, #menu4 li a:visited {
color: #9E3C02;
display: block;
background: url(../images/menu4.gif);
padding: 8px 0 0 30px;
}
#menu4 li a:hover {
color: #fff;
background: url(../images/menu4.gif) 0 -32px;
padding: 8px 0 0 30px;
}
#menu4 li a:active {
color: #fff;
background: url(../images/menu4.gif) 0 -64px;
padding: 8px 0 0 30px;
}
/*=====End of Menu Style================*/