﻿@charset "UTF-8";
.smaller {font-size: smaller}
.size12 {
	font-size: 12px;
	font-weight: normal;
}
body {
	font-size: 10px;
	line-height: 16px;
	color: #FFFFFF;
	background-color: #000000;
	padding: 0px;
}
h1 {
	font-size: 14px;
	color: #FFFFFF;
	padding: 5px;
	border: thick double #FFFFFF;
	margin: 5px;
	line-height: 20px;
}
h2 {
	font-size: 12px;
	padding-left: 3px;
	padding: 3px;
	line-height: 18px;
	border-bottom-width: medium;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.navititle {
	font-family: Georgia, Times, "New Roman", Times, Serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333333;
	text-align: center;
	margin-right: -6px;
	margin-left: -6px;
}
a:link {
	color: #D4D4D4;
	text-decoration: none;
}
.list {
	font-size: 10px;
	line-height: 17px;
	background-color: #333333;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	list-style-type: square;
	color: #FFFFFF;
}
.underline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
	background-color: #333333;
}
body,td,th {
	font-size: 10px;
	line-height: 16px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 17px;
	margin: 3px;
	padding: 3px;
	border: thin dotted #FFFFFF;
}
h4 {
	font-size: 11px;
	line-height: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
h5 {
	font-size: 10px;
	color: #FFFFFF;
	line-height: 14px;
	font-weight: normal;
	border: thin dotted #FFFFFF;
	margin: 4px;
	padding: 4px;
}
h6 {
	font-size: 9px;
	color: #FFFFFF;
	font-weight: normal;
	border: thin dotted #CCCCCC;
	padding: 3px;
	margin: 3px;
	line-height: 12px;
}
.listtitle {
	font-size: 10px;
	line-height: 16px;
	background-color: #000033;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 5px;
	padding-left: 10px;
	list-style-type: square;
	font-weight: normal;
	text-transform: none;
	color: #FFFFFF;
}
.listtitle_red {
	font-size: 10px;
	line-height: 16px;
	background-color: #660000;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 5px;
	padding-left: 10px;
	list-style-type: square;
	font-weight: normal;
	text-transform: none;
	color: #FFFFFF;
}
.listtitle_orange {
	font-size: 10px;
	line-height: 16px;
	background-color: #FF3300;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 5px;
	padding-left: 10px;
	list-style-type: square;
	font-weight: normal;
	text-transform: none;
	color: #FFFFFF;
}
.li {
	font-size: 10px;
	line-height: 20px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	list-style-type: square;
	color: #FFFFFF;
	margin: 15px;
}
.listtitle_green {
	font-size: 10px;
	line-height: 16px;
	background-color: #003300;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 5px;
	padding-left: 10px;
	list-style-type: square;
	font-weight: normal;
	text-transform: none;
	color: #FFFFFF;
}
.listtitle_blue {
	font-size: 10px;
	line-height: 16px;
	background-color: #003399;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 5px;
	padding-left: 10px;
	list-style-type: square;
	font-weight: normal;
	text-transform: none;
	color: #FFFFFF;
}
.listtitle_gold {
	font-size: 10px;
	line-height: 16px;
	background-color: #996600;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 5px;
	padding-left: 10px;
	list-style-type: square;
	font-weight: normal;
	text-transform: none;
	color: #FFFFFF;
}
.listtitle_black {
	font-size: 10px;
	line-height: 16px;
	background-color: #000000;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 5px;
	padding-left: 10px;
	list-style-type: square;
	font-weight: normal;
	text-transform: none;
	color: #FFFFFF;
}
.navititle_pp {
	font-family: Georgia, Times, "New Roman", Times, Serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #330033;
	text-align: center;
	margin-right: -4px;
	margin-left: -4px;
}
.style_blue {color: #3399cc}
.style_orange {color: #cc9900}
.style_green {color: #006600}
.style_yellow {color: #CCCC00}
.style_ltgreen {color: #33CC00}
.style_red {color: #990000}
.style_brown {color: #996600}
.style_ltblue {color: #66CCFF}
.style_pink {color: #FF66FF}
.style_purple {color: #9966FF}
.h3_green {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 17px;
	margin: 3px;
	padding: 3px;
	border: thin dotted #FFFFFF;
	background-color: #336600;
}
.navititle_green {
	font-family: Georgia, Times, "New Roman", Times, Serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #336600;
	text-align: center;
	margin-right: -4px;
	margin-left: -4px;
}
.h3_grey {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 17px;
	margin: 3px;
	padding: 3px;
	border: thin dotted #FFFFFF;
	background-color: #333333;
}
.listtitle_skyblue {
	font-size: 10px;
	line-height: 16px;
	background-color: #006699;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 5px;
	padding-left: 10px;
	list-style-type: square;
	font-weight: normal;
	text-transform: none;
	color: #FFFFFF;
}
.style_ltblue2 {color: #66FFFF}
.style_sil {color: #CCCCCC}
.style_big {font-size: larger}
