body {
   color: #000000;
	margin: 0px;
	background-color: White;
}

body, td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
}

p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: Black;
	line-height: 130%;
	margin-top: 0px;
}

.caption {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
   text-align: center;
	color: #3969B5;
	font-weight: bolder;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #C65131;
	line-height: 110%;
	margin-bottom: 0px;
}

h1 A:LINK {
	color: #C65131;
	text-decoration: none;
}

h1 A:VISITED {
	color: #C65131;
	text-decoration: none;
}

h1 A:HOVER {
	color: #3969B5;
	text-decoration: underline;
}

.nav {
	font-size: 70%;
	color: #3969B5;
}

.nav A:LINK {
	color: #3969B5;
	text-decoration: none;
}

.nav A:VISITED {
	color: #3969B5;
	text-decoration: none;
}

.nav A:HOVER {
	text-decoration: underline;
}

.navsub {
	font-size: 70%;
	color: #3969B5;
	font-weight: bold;
}

.navsub A:LINK {
	color: #3969B5;
	font-weight: bold;
	text-decoration: none;
}

.navsub A:VISITED {
	color: #3969B5;
	font-weight: bold;
	text-decoration: none;
}

.navsub A:HOVER {
	color: #3969B5;
	font-weight: bold;
	text-decoration: underline;
}

.navhead {
	font-size: 80%;
	color: #CC3333;
	font-weight: bold;
	
}

.navhead A:LINK {
	color: #CC3333;
	text-decoration: none;
	font-weight: bold;
}

.navhead A:VISITED {
	color: #CC3333;
	text-decoration: none;
	font-weight: bold;
}

.navhead A:HOVER {
	color: #CC3333;
	text-decoration: underline;
}


.grayemph {
	font-weight: bold;
	color: #666666;
}
.blueemph {
	font-weight: bold;
	color: #3969b5;
}
ul {
	font-size: 90%;
}

