@charset "utf-8";
/* CSS Document */

body {
	background:url(../images/body-bg.jpg) top repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}
h1, h2, h3 {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.hmenu a{
	font-size: 12px;
	padding: 4px 8px;
	text-decoration: none;
	color: #000;
}
.hmenu a:hover {
	font-size: 12px;
	text-decoration: underline;
}
.text24{
	font-size: 24px;
	color:#0066CC;
}
.text18{
	font-size: 18px;
	color:#000;
}
.text14 {
	font-size: 14px;
	line-height: 18px;
	text-align: justify;
}
.textfooter {
	font-size: 11px;
	color:#666666;
}
.textfooter a {
	font-size: 11px;
	color: #666666;
	padding: 0px 8px;
	text-decoration: none;
}
.textfooter a:hover {
	color:#0066CC;
	text-decoration: underline;
}

/* subpages style */

#sub_container {
	background: #ffffff;
	/* border: 1px #a1a1a1 solid; */
	width: 800px;
	margin-left:auto;
	margin-right:auto;
}

#default_content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:5px 10px 5px 10px;
}

#default_content td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}


#default_content A{
	color: #003399;
	text-decoration: none;
}#default_content .header {
	color: #006699;
	text-decoration: none;
}
#default_content h1 {
	color:#3366CC;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#default_content .highlight {
	font-weight:bold;
	color: #000066;
}
/* end subpages style */

