@charset "utf-8";
/* CSS Document */
body {
	background-color: #EAF2FF;
	margin-top: 0px;
	margin-bottom: 0px;	
}	
.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #000066;
	line-height: 16px;
	list-style: disc;
}
.sidebar {
	background-color: #87a4cf;
	margin-left: 2em;
	line-height: 1.5em;
}
.highlite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	padding-right: 10px;
}
.callout {
	border: solid;
	border-color: #FFFFFF;
	border-width: thin;
	border-style: solid	;
}
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #003399;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000066; 
	font-weight: normal;
	padding: 0 10px 0 0px;
}
.highlite a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.highlite a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.highlite a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.maintable {
	background-color: #FFFFFF;
	padding: 0 0px 0 20px;
}
.headertable {
	background-color: #FFFFFF
}

