body {
	background-color: #9cd1c4;
	margin-left: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 25px;
}
.table {
	border: thin solid #333;
	padding: 10px;
	background-color: #c0e6de;
	font-weight: bold;
}
.topheader {
	background-image: url(tophead.gif);
	background-repeat: no-repeat;
}
.table2 {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	padding: 10px;
	background-color: #FFF;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #095579;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #095579;
}
a:hover {
	text-decoration: underline;
	color: #03F;
}
a:active {
	text-decoration: none;
	color: #095579;
}
.center {
	text-align: center;
}
.bottomlinks {
	color: #FFF;
}

.bottomlinks a:link {
	text-decoration: none;
	color: #ffffff;
}

.bottomlinks a:visited {
	text-decoration: none;
	color: #ffffff;
}

.bottomlinks a:hover {
	text-decoration: underline;
	color: #ffffff;
}

.bottomlinks a:active {
	text-decoration: none;
	color: #ffffff;
}

img.post {
padding: 6px;
display:block;
margin-left:auto;
margin-right:auto;
} 