/* CSS Document */

HR { color: #663300; }

.headMenu-normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #003300;
	text-decoration: underline;
}
.headMenu-normal a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #996600;
	text-decoration: underline;
}

.pageTitle-normal {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #000099;
	font-weight: 400;
	font-style: normal;
}

.pageContent-normal {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333300;
	font-weight: normal;
}
.pageContent-Lg {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000099;
	font-weight: normal;
}
.pageContent-tiny {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #663300;
	font-weight: normal;
}
.pageContent-tiny-underline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #663300;
	text-decoration: underline;
	font-weight: normal;
}
.pageContent-tiny-underline a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #003300;
	text-decoration: underline;
	font-weight: normal;
}

.pageLegal-tiny {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #003300;
}
.pageLegal-tiny-underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-decoration: underline;
	color: #003300;
}
.pageLegal-tinyX {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
