body {
	background-color: #80A0BB;
	margin: 75px 0 0 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CAC4B1;
	line-height: 150%;
}
td {
	vertical-align: top;
}
h1 {
	color: #80A0BB;
	font-size: 12px;
}
P {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CAC4B1;
	line-height: 150%;
}
ul.menu-list{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CAC4B1;
	line-height: 150%;
}

a, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	font-weight: bold;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#maintable {
	width: 100%;
	height: 500px;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	background-color: #15305B;
}
.content {
	width: 95%;
	padding: 10px 0 0 10px;
	height: 460px;
	overflow: auto;
	/* IE ONLY SCROLLBAR*/
	scrollbar-base-color: #15305b;
	scrollbar-arrow-color: #80a0bb;
	scrollbar-track-color: #transparent;
}
.topborder {
	background-color: #b8b19a;
	height: 25px;
}
#piccies a img {
	border: 1px solid #CAC4B1;
}
a.top, a.top:visited {
color: #FFFFFF
}
.shhh{
	display:none;
}
.warningmessage {
	font-family: "Arial", Times, serif;
	font-size: 12px;
	line-height: 30pt;
	color:#80A0BB;
	vertical-align: middle;
	margin-bottom: 20px;
}