@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #3d3d3d;
	text-decoration: none;
	line-height: 1.5em;
}
.topbg {
	background-image: url(../images/top_bg.png);
	background-repeat: repeat-x;
}

.text{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color: #333333;}

.style1 {
	font-size: 16px;
	font-weight: bold;
}
.st {
	width: 260px;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.3em;
}
.ftop {
	background-image: url(../images/footer_topbg.png);
	background-repeat: repeat-x;
	height: 33px;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
	color: #110099;
	vertical-align: middle;
}
.ftop a {
	color: #110099;
	text-decoration: underline;
}
.footer {
	padding-bottom: 35px;
}

.footer a:link {
	font-weight: normal;
	color: #3d3d3d;
	text-decoration: none;
}
.footer  a:visited {
	font-weight: normal;
	color: #3d3d3d;
	text-decoration: none;
}
.footer  a:hover {
	font-weight: normal;
	color: #110099;
	text-decoration: underline;
}
a {
	font-weight: normal;
	color: #3d3d3d;
	text-decoration: underline;
}
.maincont  a {
	color: #110099;
	text-decoration: underline;
	font-weight: bold;
}
.testiPics {
float:left;
margin:0 5px 0 0;
}
.separator {
margin:25px 0 25px 0;
clear:both;
display:block;
}