BODY,TABLE {
	background: white none; 
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

BODY {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 4%;
	margin-left: 4%;
}

TD {
	vertical-align: top;
}

STRONG {
	color: #000099;
	font-style: normal;
	font-weight: bold;
}

BLOCKQUOTE {
	font-family: serif;
	font-style: italic;
	font-weight: lighter;
	color: #000099;
}

EM {
	color: #000099;
	font-weight: bold;
	font-style: normal;
}

A:hover { 
	color: red;
	text-decoration: underline;
}

H1,H2,H3,H4,H5 {
	font-family: Helvetica, Arial, sans-serif;
	color: #000099;
}

H1 {
	font-size: 16px;
}
H2 { 
	font-size: 14px;
}

H3 {
	font-size: 13px;
}

H4 {
	font-size: 12px;
}

.subHeader {
	font-size: 12px;
	color: #000099;
	font-weight: bold;
	text-align: center;
	border-bottom: medium solid blue;
	background: #FFFF66;
	padding: 0;
}

.button {
	background: #FFFFFF;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 0.1em;
	padding-right: 0.1em;
	margin: 0.5em;	
	font-weight: bold;
	border: medium outset #000099;
	text-align: center;
}

A:link.email, A:visited.email, A:active.email { 
	color: olive;
	text-decoration: underline;
}

A:hover.email {
	color: red;
	text-decoration: underline; 
}


.button A:visited, .button A:active, .button A:link { 
	color: blue;
	text-decoration: none;
}

.button A:hover {
	color: red;
	text-decoration: underline; 
}


.smallNote {
	color: #000099;
	text-align: center;
	font-size: smaller;
	font-style: italic;
}

.more {
	float: right;
	font-style: italic;
	font-family: serif;
	font-size: x-small;
}

.nav {
	text-align: center;
	font-weight: bold;
	font-family: serif;
	font-size: x-small;
	white-space: nowrap;
	padding-left: 1em;
	vertical-align: baseline;
	padding-bottom: 0.5em;
	color: #000099;
}	

.nav A:visited, .nav A:link { 
	color: #000099;
}
.nav A:active { 
	color: red;
}
.nav A:hover { 
	color: red;
}

