LI {
	list-style-type : disc;
	list-style-position : outside;
}
H1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	color : white;
	background-color : #0066cc;
	text-align : left;
}
H2 {
	font-family : arial;
	font-size : 14px;
	color : white;
	background-color : blue;
	text-align : left;
}
H3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : #FF0000;
	text-align : center;
	margin-bottom : 0px;
}
BODY {
	font-style : normal;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 12px;
	color : black;
	text-align : left;
}
BLOCKQUOTE {
	margin-right : 8%;
	margin-left : 8%;
}
A.menu:LINK {
	font-style : normal;
	color : black;
	text-decoration : none;
}
A.menu:VISITED {
	font-style : normal;
	color : black;
	text-decoration : none;
}
A.menu:ACTIVE {
	font-style : normal;
	color : red;
	text-decoration : none;
}
A.result:LINK {
	font-family : arial;
	color : blue;
	text-decoration : none;
}
A.result:VISITED {
	font-family : arial;
	color : blue;
	text-decoration : none;
}
A.result:ACTIVE {
	font-family : arial;
	color : red;
	text-decoration : none;
}
TD {
	font-style : normal;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 12px;
	color : black;
}
P {
	font-style : normal;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 12px;
	color : black;
	text-align : left;
}
.Header {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bolder;
	background-color: #0000FF;
}

.standardpage {
	width: 650px;
}

.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
}

.navgTable td {
	border: 1px solid #0000FF;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
}


