@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}
#contentwrapper {
	width: 952px;
	text-align:left;
	border-top:ridge;
	border-bottom:ridge;
	border-right:ridge;
	border-left:ridge;
	padding: 5px;
	border-bottom-color:#eeeeee;
	border-left-color:#eeeeee;
	border-right-color:#eeeeee;
	border-top-color:#eeeeee;}
.title {
	font-size:16px;
	font-weight:bold;
	color:#00005a;}

#pubtable{
	color:#00005a;
	border-top:ridge;
	border-bottom:ridge;
	border-right:ridge;
	border-left:ridge;}
.textsmall{
font-size:11px;}
.caption{
	font-size:11px;
	background:#d7d4d4;}
.captionneutral{
	font-size:11px;}
.contentheader{ 
	font-size:16px;
	font-weight:bold;
	color:#44448b;
	background-color:#d7d4d4;
	text-align:center;
	margin-top: 20px;
	margin-bottom:10px;}

li {list-style-image:url(images/bulletarrow.gif);}

img {border:none;}


a:link {
	font-weight: bold;
	color:#44448b;
	text-decoration:none;}
a:hover {
	color:#666666;
	text-decoration:underline;}
a:visited {
	color:#666666;
	text-decoration:underline;}
a:active {
	background-color:#CCCCCC;}
