body {
	background-color:#999966;
	font-family:arial;
	font-size:12px;
	margin-top:130px;
	margin-bottom:5px;
	margin-left:0px;
	margin-right:0px;
}

.flash {
	position:absolute;
	width:100%;
	top:0px;
	left:0px;
	z-index:100;
	margin:0px;
}

.flashBackground {
	background-color:#666633;
}

.siteMap {
	position:absolute;
	width:100%;
	top:105px;
	left:0px;
	z-index:110;
	margin:0px;
	text-transform:uppercase;
}

.siteMap a {
	color:#0033FF;
	font-family:verdana;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}
.siteMap a:visited {
	color:#0033FF;
}
.siteMap a:hover {
	color:green;
	text-decoration:underline;
}

.content {
	padding:0px;
	width:810px;
	background-color:#FFF;
	font-size:12px;
	font-family:arial;
	color:#000;
	margin-top:0px;
	margin-bottom:5px;
	margin-left:5px;
	margin-right:5px;
	border-bottom:5px solid #CCCC99;
	border-left:5px solid #CCCC99;
	border-right:5px solid #CCCC99;
}

p {
	text-indent: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}

p:first-letter {
	font-weight:bold;
	font-size:14px;
}

td {
	font-family:arial;
	font-size:12px;
}

a:hover {
	color:green;
}

h1,h2,h3,h4,h5 {
	color:#238D07;
	font-size:14px;
	font-family:arial;
	font-style:italic;
	margin-top: 0px;
	margin-bottom: 0px;
}

hr {
	color: #666;
	height: 1px;
	width: 85%;
}

input,textarea,select {
	font-size: 10px;
	font-family:verdana;
}

.footerText {
	text-align:center;
	color:#FFF;
	font-family:arial;
	font-size:10px;
	margin-bottom:5px;
}

.footerText a {
	color:#FFF;
	font-family:arial;
	font-size:10px;
	text-decoration:underline;
}
.footerText a:visited {
	color:#FFF;
}
.footerText a:hover {
	color:#FFFF99;
	text-decoration:underline;
}

.darkCell {
	background-color:#CCCCCC;
}

.lightCell {
	background-color:#E3E3E3;
}