body {
	margin-top:18px;
	background-color: #FFFFFF;
	width: 952px;
}

.th_top {
	background-image: url(images/top_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 952px;
	height: 303px;
}

.th_body {
	background-image: url(images/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 100%;
}

.line
{
	background-image: url(images/bot_line.jpg);
	background-repeat: repeat-x;
	height: 4px;
}

.line_vertical
{
	background-image: url(images/bot_line.jpg);
	background-repeat: repeat-y;
	height: 400px;
	width: 4px;
}

.footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #909090;
	line-height: 13px;
	font-weight: bold;
	text-indent: 20px;
}
.footer a{
	color: #909090;
	text-decoration: none;
}
.footer a:hover{
	color:#003366;
	text-decoration: underline;
}


.text_right {
	font-family: Myriad, Arial, Candara, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #004589;
	text-align: right;

}

.p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	margin-right: 10px;
	line-height: normal;
}

.h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #004589;
	line-height: 25px;
	text-align: left;
}

.h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	line-height: 25px;
}
.h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #004589;
	line-height: 25px;
}
.h3 a{
	color: #004589;
	text-decoration: none;
}

.h3 a:hover{
	color: #000000;
	text-decoration: underline;
}

.h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	line-height: 25px;
	text-align: center;
}

.featured {
	background-color:#ECF5FF;
	border: #5ECBFF 1px solid;
	padding:10px;
}