body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
}

.bg_header {
	background-image: url(/images/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

a:link, a:visited, a:active {
	color: #0073B0;
	text-decoration: underline;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}
#footer {
	font-size: 10px;
	color: #BBBBBB;
	padding-top: 15px;
	border-top: 1px solid #E2E2E2;
	width: 830px;
	margin-right: auto;
	margin-left: auto;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #999999;
	text-decoration: underline;
}

#footer a:hover {
	color: #666666;
	text-decoration: underline;
}


.intro {
	font-size: 12px;
	line-height: 19px;
	color: #999999;
	margin-top: 25px;
	margin-bottom: 6px;
	border-top: 1px solid #E2E2E2;
}

.divider {
	border-right: 1px solid #E2E2E2;
	width: 2px;
}

.sub_top_blue {
	background-image: url(/images/sub_top_blue.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

.sub_top_grey {
	background-image: url(/images/sub_top_grey.jpg);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 10px;
}

.sub_table {
	padding-top: 2px;
}
.bg_submenu {
	background-image: url(/images/bg_submenu.jpg);
	background-repeat: repeat-y;
	background-position: left;
	padding-top: 20px;
}

.bg_content {
	background-image: url(/images/bg_content.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 25px;
	padding-left: 35px;
	padding-top: 25px;
	line-height: 20px;
}

.submenu {
	font-size: 13px;
	display: block;
}

.submenu a:link, .submenu a:visited, .submenu a:active {
	padding-top: 9px;
	padding-right: 3px;
	padding-bottom: 9px;
	padding-left: 17px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
	font-weight: bold;
	text-decoration: none;
	color: #5D84A5;
	background-image: url(/images/submenu_arrow.gif);
	background-position: left center;
	background-repeat: no-repeat;
	display: block;
}

.submenu a:hover {
	background-image: url(/images/submenu_arrow.gif);
	background-position: left center;
	background-repeat: no-repeat;
	background-color: #EBEBEB;
}

.submenu_open a:link, .submenu_open a:visited, .submenu_open a:active {
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 17px;
	margin-left: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
	background-image: url(/images/submenu_arrow.gif);
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 11px;
}

.submenu_open a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	color: #0271be;
}

.level1 {
	margin-left: 20px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #0093FA;
}