body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#000000;
}

.body {
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 16px;
	text-align: left;
	color: #333333;
}
.body a:link { color: #333333; text-decoration: underline }
.body a:hover { color: #666666; text-decoration: underline }
.body a:active { color: #333333; text-decoration: underline }
.body a:visited { color: #333333; text-decoration: underline }
.body a:visited:hover { color: #666666; text-decoration: underline }

.body_italics {
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 14px;
	font-style: italic;
	color: #333333;
}
.body_bold {
	font: bold 12px Arial, Helvetica, sans-serif;
	line-height: 14px;
	color: #333333;
}

.body_bold a:link { color: #A69863; text-decoration: none }
.body_bold a:hover { color: #666666; text-decoration: none }
.body_bold a:active { color: #A69863; text-decoration: none }
.body_bold a:visited { color: #A69863; text-decoration: none }
.body_bold a:visited:hover { color: #666666; text-decoration: none }

.body_bold_grey {
	font: bold 12px Arial, Helvetica, sans-serif;
	line-height: 16px;
	text-align: left;
	color: #B8B8B8;
}

.body_bold_grey a:link { color: #B8B8B8; text-decoration: none }
.body_bold_grey a:hover { color: #666666; text-decoration: none }
.body_bold_grey a:active { color: #B8B8B8; text-decoration: none }
.body_bold_grey a:visited { color: #B8B8B8; text-decoration: none }
.body_bold_grey a:visited:hover { color: #666666; text-decoration: none }

.body_bold_white {
	font: bold 12px Arial, Helvetica, sans-serif;
	line-height: 16px;
	text-align: left;
	color: #FFFFFF;
}

.body_white {
	font: bold 12px Arial, Helvetica, sans-serif;
	line-height: 14px;
	color: #FFFFFF;
}
.body_white a:link { color: #FFFFFF; text-decoration: none }
.body_white a:hover { color: #CCE2F0; text-decoration: none }
.body_white a:active { color: #FFFFFF; text-decoration: none }
.body_white a:visited { color: #FFFFFF; text-decoration: none }
.body_white a:visited:hover { color: #CCE2F0; text-decoration: none }

.nav_main {
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: center;
	color: #CCCCCC;
}
.nav_main a:link { color: #CCCCCC; text-decoration: none }
.nav_main a:hover { color: #666666; text-decoration: none }
.nav_main a:active { color: #CCCCCC; text-decoration: none }
.nav_main a:visited { color: #CCCCCC; text-decoration: none }
.nav_main a:visited:hover { color: #666666; text-decoration: none }

.breadcrumb {
	font: 10px Arial, Helvetica, sans-serif;
	line-height: 16px;
	text-align: left;
	color: #333333;
}
.breadcrumb a:link { color: #333333; text-decoration: none }
.breadcrumb a:hover { color: #666666; text-decoration: none }
.breadcrumb a:active { color: #333333; text-decoration: none }
.breadcrumb a:visited { color: #333333; text-decoration: none }
.breadcrumb a:visited:hover { color: #666666; text-decoration: none }

.subhead {
	font: bold 14px Arial, Helvetica, sans-serif;
	line-height: 15px;
	color: #333333;
}
.subhead_italic {
	font: 14px Arial, Helvetica, sans-serif;
	line-height: 15px;
	font-style: italic;
	color: #006FB4;
}
.subhead_white {
	font: 16px Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: #FFFFFF;
}
.border {  
	border: #CCCCCC;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px
}


.footer {
	font: 10px Arial, Helvetica, sans-serif;
	color: #E9E9CF;
}
.footer a:link { color: #E9E9CF; text-decoration: underline }
.footer a:hover { color: #E9E9CF; text-decoration: underline }
.footer a:active { color: #E9E9CF; text-decoration: underline }
.footer a:visited { color: #E9E9CF; text-decoration: underline }
.footer a:visited:hover { color: #E9E9CF; text-decoration: underline }

.footer_bold {
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #888888;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	margin-left: 15px;
	color: #666666;
	padding: 0px 0px 0px 0px;
	list-style: disc;
	display: block;
}

li { 
	width: 165px;
	line-height: 13px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}


