@charset "utf-8";
/* CSS Document */

.Nav {
	font-family: Calibri;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 15px;
}
.Nav:hover {
	font-family: Calibri;
	font-size: 14px;
	font-weight: bold;
	color: #66FFFF;
	text-indent: 15px;
}
.H1 {
	font-family: Calibri;
	font-size: 20px;
	font-weight: bold;
	color: #3366FF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.H2 {
	font-family: Calibri;
	font-size: 14px;
	font-weight: bold;
	color: #000066;
}
.H3 {
	font-family: Calibri;
	font-size: 16px;
	font-weight: bold;
	color: #0066FF;
}
.body {
	font-family: Calibri;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
}
.body_bold {
	font-family: Calibri;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
.highlight {
	font-family: Calibri;
	font-size: 14px;
	font-weight: bold;
	color: #003399;
	border: 1px solid #999999;
	padding: 5px;
	background-color: #eaf7ff;
}
.footer {
	font-family: Calibri;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
}

