body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #3F90C7;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #1F69AA;
	padding-top:14px;
	padding-bottom:4px;
}
.h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #1F69AA;
}

.bottom {
	background-image: url(images/botttom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	
	
}
.main {
	background-image: url(images/main_bg.jpg);
	background-repeat:no-repeat;
	height: 361px;
	width: 361px;
	background-position:right top;
}



.pic {
	margin-bottom: 12px;
}
.footer_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #003399;
	text-decoration: none;
}
