BODY { 
	background-color: #ffffff;
	color: #000000;
	font-family: Arial, sans-serif;
}

/* Heading in table with light gold background and dark gold border */ 
td.tablehead {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #800000; 
	font-size: 100%;
	text-transform: none;
	font-style: normal;
	font-weight: bold;
	background-color: #f4f3db;
	padding: 3px; 
	border: 2px solid #e7ddaf; 
	clear: left; 
}

A:link { 
	color: #1d2867; 
	background-color: inherit;
} 

A:visited { 
	color: #741021;
	background-color: inherit;
} 

A:active { 
	color: #008080;
	background-color: inherit;
} 

table.menu {
	border: 1px solid #e7ddaf;
}

td.menu {
	border: 1px solid #e7ddaf;
}

table.white {
	border: 1px solid #ffffff;
}

H2 { 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 100%;
	margin-top: 25px; 
	margin-left: 25px; 
	margin-right: 25px;
	color: #800000; 
	background-color: inherit;
} 

H4 { 
/* QUESTIONS and ITEM TITLES */ 
	font-family: Verdana, Arial, sans-serif; 
	font-size : 80%; 
	margin-top: 25px; 
	margin-left: 25px; 
	margin-right: 25px; 
	color: #800000; 
	background-color: inherit;
}

h3 {
	font-family: Arial, sans-serif; 
	font-size: 90%; 
	font-weight: bold;
	margin-left: 25px; 
	margin-right: 25px;
	margin-top: 25px;
	color: #000000;
	background-color: inherit;
} 

h5 {
	font-family: verdana, Arial, sans-serif; 
	font-size: 90%; 
	font-weight: bold;
	margin-left: 25px; 
	margin-right: 25px;
	margin-top: 25px;
	color: #000000;
	background-color: inherit;
}

P { 
	font-family: Arial, sans-serif; 
	font-size: 80%; 
	margin-left: 25px; 
	margin-right: 25px; 
} 

TD { 
	font-family: Arial, sans-serif; 
	font-size: 80%; 
	/*margin-left: 25px; 
	margin-right: 25px; */
} 

ADDRESS { 
	font-family: Arial, sans-serif; 
	font-size: 80%; 
	margin-left: 75px; 
	margin-right: 25px;
	font-style: normal;
}

UL { 
	/* NETSCAPE 4 REQUIRES FONT SPECIFIED ON UL TAG. */ 
	/* IT WON'T PICK UP FONT STYLE SPECS FROM THE LI TAG. */ 
	font-family : Arial, sans-serif; 
	font-size: 80%;
	margin-left: 65px;
	margin-right: 30px;
	list-style-type: disc;
	margin-bottom: 5px;
} 

LI { 
	/* display: list-item; */ 
	/*list-style-type: disc;  */
	margin-bottom: 5px; 
} 

OL {
	list-style-type: decimal;
	font-family : Arial, sans-serif; 
	margin-left: 40px;
	font-size: 84%;
}

.maroon {
	color: #800000;
	background-color: inherit;
}

.redBold {
	font-weight: bold;
	color: #ff0000;
	background-color: inherit;
}

.greenBold {
	font-weight: bold;
	color: #008000;
	background-color: inherit;
}

.blackBold {
	font-weight: bold;
	font-size: 125%;
}

.date {
	font-size: 85%;
}

.up {
	color: #800000;
	background-color: inherit;
}

.rnw {
	font-family: verdana, arial, sans-serif;
	font-size: 80%;
	font-weight: bold;
}



