@charset "utf-8";
/* CSS Document */

body{margin-top:0px; 
     margin-left:0px;
	 margin-bottom:0px;
	 font-family:Tahoma, Arial, Geneva, sans-serif;
	 font-size:11px;
	 color:#333333;
	 text-align:justify;
	 background-image: url(../images/topbgimg.jpg);
	 background-repeat: repeat-x;
	 background-position: top;
	 background-color: #CBD1AF;
}
	
.headtd{
	padding-top:17px;
}

.pad{
	padding:0px 10px 0px 10px;
	line-height:18px;
}

.imgbr{
	border-top:1px solid #8E0404;
	border-left:1px solid #8E0404;
	padding:0px 10px 0px 10px;
	line-height:18px;
}
.br{
	border-bottom:1px solid #8E0404;
	border-right:1px solid #8E0404;
}

.heading{
	font-size:12px;
	font-weight:bold;
	color:#8E0404;
	padding-left:5px;
	line-height:18px;
}

img{
	border:0;
}
.bt{
	font-size:20px;
	color:#8E0404;
}

.but, .but a:link, .but a:active, .but a:visited, .but a{
	font-size:20px;
	color:#333333;
	text-decoration:none;
}
.but a:hover{
	font-size:20px;
	color:#8E0404;
	text-decoration:none;
}

.email{
	color:#333333;
	text-decoration:none;
}

.email a:hover{
	color:#8E0404;
	text-decoration:underline;
}

#bottombg {
	height:66px;
	width: 100%;
	background-image: url(../images/bottombgimg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	text-align: center;
	line-height:50px;
}

.footer, .footer a:link, .footer a:active, .footer a:visited, .footer a{
	text-decoration: none;
	color:#333333;
}
			 
.footer a:hover {
	text-decoration:underline;
	color:#333333;
}
	
