body {
	background-image: url(images/bg.jpg);
	background-color: #2B3242; 
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
}

a{ outline:none;
	}

.line {
	background-image: url(images/line.jpg);
	background-repeat: repeat-x;
	background-position: left middle;
}

.left_bg {
	background-image: url(images/left_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

.leftimg {
	float: left;
	margin-bottom: 15px;
	margin-right: 15px;
}

.rightimg {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}

.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #E7E7E7;
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
}

.content1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #E7E7E7;
}

.head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #ffffff;
}

a.head {
	color: #ffffff;
	text-decoration: none;
}

a:hover.head {
	color: #ffffff;
	text-decoration: underline;
}

.red_txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #BA0000;
}

.mail {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #E7E7E7;
}

a.mail {
	color: #E7E7E7;
	text-decoration: none;
}

a:hover.mail {
	color: #ffffff;
	text-decoration: none;
}

.form	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #E7E7E7;
	width: 250px;
	background-color: #656C7C;
	border-bottom-color: #828897;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #495060;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #828897;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #495060;
	border-top-style: solid;
	border-top-width: 1px;
} 

.submit {
	font-family: Calibri;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #000000;
	border: 1px solid #A5A5A5;
	padding: 3px;
	height: 28px;
	width: 60px;
	cursor:pointer;
}

.border	{
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #999999;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #999999;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #999999;
	border-top-style: solid;
	border-top-width: 1px;
} 

.footer {
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #656C7C;
	width: 977px;
	height: 53px;
}	

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #E8E8E8;
}

.footer-txt {
	color: #E8E8E8;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

a.footer-txt {
	color: #E8E8E8;
	text-decoration: none;
}

a:hover.footer-txt {
	color: #1F1F1F;
	text-decoration:none;
}

