A {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-family: "Calibri", "Arial", sans-serif;
	font-size: 15px;
}

.MENU A {
	color: #000096;
	font-weight: normal;
}


A:hover {
	text-decoration: underline;
}

.MAIN {
	padding-left: 20px;
	text-align: center;
}

.MENU {
	width: 180px;
	border-right: 2px #000096 solid;
	padding-right: 20px;
}

HTML {
	background-color: #FFFFFF;
}

BODY {
	background-color: #FFFFFF;
	color: #000096;
	/* font-family: "Times New Roman", serif; */
	font-family: "Calibri", "Arial", sans-serif;
	font-size: 16px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	width: 800px;
}

/* Proprietary attributes */
BODY {
	scrollbar-face-color: #8899EE;
	scrollbar-highlight-color: #99AAEE;
	scrollbar-shadow-color: #6677AA;
	scrollbar-arrow-color: #0000AA;
	scrollbar-base-color: #BBCCFF;
	scrollbar-3d-light-color: #BBCCFF;
	scrollbar-dark-shadow-color: #000000;
	scrollbar-track-color: #8899EE;
}

H1 {
	/* font-family: "Old English Text MT", "Brochure", "Times New Roman", serif; */
	font-family: "Times New Roman", serif;
	font-size: 60px;
	font-weight: normal;
	margin: 0px;
	line-height: 1em;
	text-align: center;
}

H2, H3, H4 {
/*	font-family: "Times New Roman", serif;*/
	font-family: "Calibri", "Arial", sans-serif;
	line-height: 1em;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 16px;
}

H4 {
	text-decoration: underline;
}

H2, H3 {
	font-weight: bold;
	font-size: 18px;
}

H2 {
	font-size: 24px;
}

.MENU H3 {
	text-decoration: underline;
}

P {
	margin-top: 6px;
	margin-bottom: 0px;
}

.SMALL {
	font-family: "Calibri", "Arial", sans-serif;
	font-size: 0.75em;
}

.HIGHLINES {
	line-height: 18px;
}

.INDENT {
	margin-left: 18px;
}