body{
	background: #ffffff url(../images/body_bg.jpg) top repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

.header_menu {
	font-size:12px;
	color: #ffffff;
}

.header_menu a{
	color: #ffffff;
	text-decoration: none;
}
.header_menu a:hover{
	color: #ffffff;
	text-decoration: underline;
}

.list_content{
	padding: 0px 0px 10px 20px;
	font-size: 14px;
	color:#003399;
	list-style-image:url(../images/AVG_check.gif);
}

h1, h2 {
	margin-bottom:0px;
	font-size: 18px;
}

.main_content{
	font-size: 12px;
}

/* subpages style */
#sub_container {
	margin-left:auto;
	margin-right:auto;
}

#default_content {
	background: #ffffff;
	width:800px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}

#default_content td, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	text-align: left;
	padding:5px 10px 5px 10px;
}


#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 */

/* footer style */

.footer_txt {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #888888;
	text-align: center;
}
.footer_txt a{
	color: #888888;
	text-decoration: none;
}
.footer_txt a:hover {
	text-decoration: underline;
	color:#3366CC;
}

/* end footer style */

