/* body & header CSS Start here */

body{
background-color:#000;
margin-top: 0;
color:#fff;
} 
H1 {
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	margin-bottom:0px;
	line-height: 20px
}
.body-font{
font-family: Arial;
font-size: 12px;
text-align: left;
} 
/* logo CSS Start here */
.logo-bg{
	background-image:  url(/images/topbg.jpg);
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	height: 207px;
}
.logo{
	height: 130px;
	weith: 370px;
}
.logo-text{
	font-family: Georgia;
	font-size: 40px;
	padding-left:35px;
	letter-spacing: 0.1em;
}
/* content CSS Start here */
.content-table {
	margin-top: 12px;
	font-family: Arial;
	font-size: 12px;
	text-align: left;
}
.content-table-1 {
	border: 1px solid #373737;
	background-color: #470e0e;
	font-family: Arial;
	font-size: 12px;
	color: #fff;
}
/* Search CSS Start here */
 
/* Footer CSS Start here */
.footer {
    margin-top: 10px;
	padding-top: 5px;	padding-left: 5px; padding-right: 5px;padding-bottom: 5px;
	background-image:  url(/images/footer-bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial;
	font-size: 11px;
}
.footer A:link {color: #FFFFFF; text-decoration: underline}
.footer A:visited {color: #FFFFFF; text-decoration: underline}
.footer A:active {color: #FFFFFF; text-decoration: underline}
.footer A:hover {color: #FFFFFF; text-decoration: none;}
/* generic CSS Start here */
.font12px{
	font-family: Arial;
	font-size: 12px;
	text-align: justify;
}
.font11px{
	font-family: Arial;
	font-size: 11px;
}
li {
	padding-top: 3px;
}
.border-gray-1px {
	border: 1px solid #999;
}
.contact A:link {color: #FFFFFF; text-decoration: underline}
.contact A:visited {color: #FFFFFF; text-decoration: underline}
.contact A:active {color: #FFFFFF; text-decoration: underline}
.contact A:hover {color: #FFFFFF; text-decoration: none;}
