body {
	background-color: #3770c1;
	background-image: url(images/bg.gif);
	margin: 0;
}
a:link, a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover, a:active {
	color: #cc0000;
	text-decoration: underline;
}
/* ----------main body-------------- */
h1 {
	font: bold 16px "Trebuchet MS", Arial, sans-serif;
	color: #fdd538;
}
h2 {
	font: bold 16px "Trebuchet MS", Arial, sans-serif;
	color: #2d3766;
}
h3 {
	font: bold 16px "Trebuchet MS", Arial, sans-serif;
	color: #ffffff;
}
p {
	font: normal 12px Arial, Verdana, sans-serif;
	line-height: 16px;
	color: #333;
}
td, li {
	font: normal 12px Arial, Verdana, sans-serif;
	line-height: 14px;
	color: #333;
	text-align:left;
}
hr {border: none 0; 
	border-top: 1px dotted #7e8ab1;
	border-bottom: 1px solid #6B78A0;
	width: 100%;
	height: 2px;
	margin: 4px auto 4px 0;
}
/* ----------footer-------------- */
#footer p {
	font: normal 10px Arial, Verdana, sans-serif;
	color: #666;
	text-align: center;
	line-height: 11px;
}
#footer a:link, #footer a:visited  {
	font: normal 11px Arial, Verdana, sans-serif;
	color: #666;
	text-decoration: none;
	padding: 0 5px;
	line-height: 14px;
}
#footer a:hover, #footer a:active {
	color: #cc0000;
}