/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

a:link {
	color: #444794;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #216EB4;
}
a:active {
	text-decoration: none;
	color: #216EB4;
}

.style3 {
	font-size: 11px; 
	font-weight: bold; 
	color: #333333; }

.style6 {
	font-size: 8px;
	font-weight: bold;
	color: #333333;
}
.style7 {
	font-size: 20px;
	font-weight: normal;
	color: #216eb4;
}

.lightblue {
	font-size: 9px;
	font-weight: bold;
	color: #56a8d7;
}

.navigation {
	display: block;
	float: left;
	width: auto;
	height: 15px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font-size: 9pt;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E5E5E5;
	font-weight: bold;
}

.overflow {
	display: block;
	height: 400px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E5E5E5;
	overflow: scroll;	
}

.navigation:hover {
	color: #FFFFFF;
}

.navigation:active {
	color: #FFFFFF;
}

.bullets			{
	display:list-item;
	margin-top : auto;
	list-style-type : disc;
	color:#56a8d7;
	line-height:12px;
	font-size: 10px;
	font-weight: normal;
	list-style-position: outside;
	}

.numbers {
	display:list-item;
	margin-top : auto;
	list-style-type : decimal;
	color:#333333;
	line-height:12px;
	font-size: 10px;
	font-weight: normal;
	list-style-position: outside;
	}

.whiteText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
}
