@charset "ISO-8859-1";
.BodyText {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000033;
}
.SIDE-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.BOTTOM-line {
	border-bottom-style: dashed;
	border-bottom-color: #000033;
	border-bottom-width: thin;
}
.BIG-text {
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.TITLE-yellow {
	color: #FFFF00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}

a:link {
	color: #003399;
	text-decoration: none
}
a:active {
	color: red;
	text-decoration: none
}
a:visited {
	color: blue;
	text-decoration: none
}
.SIDE-panel-COLOR {
	background-color: #EBF0F6;
}
a:hover {
	color: red;
	text-decoration: underline
}
.body-panel-color {
	background-color: #C5D3DE;
}
