body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #314965;
}

a
{
	text-decoration: none;
	color: #314965;
}

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

img
{
	border: none;
}

.main_table
{
	padding: 0px;
	margin: 0px auto;
	width: 800px;
}

.main_nav {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background: url(../images_files/main-nav.jpg) no-repeat;
	height: 63px;
	padding-top: 8px;
	text-align: center;
	vertical-align: top;
}

.main_nav a
{
	text-decoration: none;
	color: #FFFFFF;
}

.main_nav a:hover
{
	text-decoration: underline;
	color: #FFFFFF;
}

.box_header{
	background: url(../images_files/box-header.jpg) no-repeat;
	width: 174px;
	height: 24px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

.box_content{
	background: #314965 url(../images_files/box-content.jpg) no-repeat top;
	width: 174px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.box_content p{
	padding-left: 4px;
	padding-right: 4px;
	font-size: 11px;
	color: #FFFFFF;
}

.box_content a
{
	text-decoration: none;
	color: #FFFFFF;
}

.box_content a:hover
{
	text-decoration: underline;
	color: #FFFFFF;
}

.box_content ul{
	padding-left: 20px;
	.padding-left: 0px;
	_padding-left: 0px;
	margin-left: 0px;
	.margin-left: 20px;
	_margin-left: 20px;
}

.box_content li{
	list-style: none outside url(../images_files/arrows-white.gif);
}

.section_title{
	font-size: 18px;
	font-weight: bold;
	color: #314965;
}

.normal_text{
	font-size: 12px;
	color: #314965;
}

.normal_text li{
	list-style: none outside url(../images_files/arrows-blue.gif);
}

.section_end{
	border-bottom: 1px solid #314965;
}

.footer {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background: url(../images_files/main-nav.jpg) no-repeat;
	height: 58px;
	padding-top: 8px;
	padding-left: 6px;
	padding-right: 6px;
	text-align: center;
	vertical-align: top;
}

.footer a
{
	text-decoration: none;
	color: #FFFFFF;
}

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