@charset "utf-8";
.header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
.hm_body {
	background-image: url(images/hm_pgbk.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.pgbody {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #333;
	text-decoration: none;
	background-image: url(images/inside_pgbk.jpg);
	background-repeat: no-repeat;
}
.pgbodylong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	background-image: url(images/inside_pgbk_long.jpg);
	background-repeat: no-repeat;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #042D6B;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #663300;
	text-decoration: none;
}
.message {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCC;
	text-decoration: none;
	background-color: #333;
	height: 175;
	width: 385;
	border: 1px solid #666;
	float: none;
	margin: 0px;
	position: relative;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	text-align: center;
}
.red {
	color: #C00;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	text-decoration: none;
}
.whitetext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
}

