body {
	background-color: #eda;
}

h1, h2, h3, legend {
	color: #333366;
	font-family: Arial, Helvetica, sans-serif;
}
legend {
	font-weight: bold;
	font-size: 16px;
}
h1.header {
	font-size: 16px;
	margin-bottom: -2px;
}

img {
	border-color: #999999;
}

p, ul, .body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bold {
	font-weight: bold;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.headings {
	background-color: #ccc;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}
.headings a:link, .headings a:visited {
	color: #333366;
	text-decoration: none;
}

.headings a:hover {
	color: #333399;
}
.maintext {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}

.navbar {
	background-color: #ccc;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

.navbar a:link, .navbar a:visited {
	display: block;
	vertical-align: middle;
	background: url(../graphics/menuback.png) no-repeat;
	color: #333366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 20px !important;
	height: 25px;
	width: 135px !important;
	width: 140px;
	text-decoration: none;
	padding-top: 5px;
	padding-left: 10px;
	text-align: left;
}
.navbar a:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #FFF;
}

.note {
	color: #000000;
	font-family: 'MS Sans Serif', 'sans-serif';
	font-size: 9pt;
	text-align: center;
}

.quotes {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-align: left;
}
.imgs {
	height: 220px;
	overflow: hidden;
}
td.border {
	border-left: 1px solid #DDD;
	border-top: 1px solid #DDD;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
}