/* last updated 2004-Mar-21 */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;	
}
/* <DIV> */
.centered {
	text-align: center;
}
.smallFont {
	font-size: 8pt;
}
/* <P> */
p.webMstr {
	color: #215A63;
	text-align: center;
	font-size: 10pt;
}
p.footer {
	color: #215A63;
	text-align: left;
	font-size: 8pt;
}
/* <H> */
.navH {
	text-align: left;
	color: #215a63;
}
/* <UL>, <OL> */
ul {
	list-style-type: circle;
}
/* <A> */
a {
	color: #215a63;
	text-decoration: none;
	border: none;
}
a:hover {
	border: solid 1px;
}
/* <IMG> */
img {
	border: none;
}
.startPoster {
	width: 488px;
	height: 297px;
	border: none;
}
/* <TABLE> */
.mainTable {
	width: 90%;
	margin-left: 5%;
	border: none;
	padding: 10px;
}
td {
	text-align: left;
	vertical-align: top;
}
tr.standard	{
	background-color: #e0e0e0;
}
td.subCat {
	color: #215A63;
	font-weight: bold;
	width: 20%;
}

.mapsection	{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
.mapitem {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}