body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	background-position: left top;
	margin: 0px;
}
.headerbg {
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.head_content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #324997;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	font-variant: normal;
	height: 29px;
}
.pagebg {
	background-image: url(../images/pagebg.jpg);
	background-repeat: repeat;
	background-position: left top;
}
.whitebg {
	background-color:#FFFFFF;
}
.footerbg {
	background-image: url(../images/footerbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.section_content {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #324997;
	font-weight: normal;
}
.blue_content {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #1b4192;
	line-height: 18px;
	padding-right: 10px;
}
.footer_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color: #FFFFFF;
	padding-left: 15px;
}


.black_content {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	text-align: justify;
	font-weight: normal;
}
.form_content {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}
.button {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	background-color: #CCCCCC;
	height: 22px;
	width: 70px;
	border: 1px solid #999999;
	cursor:pointer;
}
