body {
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	font-weight: bold;
}

hr
{
	color:#0078bd;
	width:80%;
	background-color: #0078bd;
	height: 1px;
	clear:both;
	margin-bottom:1em;
	margin-top:1em;
	border:none;
}

a:link { color: #000099; }
a:visited { color: #000099; }
a:active { color: red; }
a:hover { color: red; }

.sidebar {
	background-image: url('images/sidebar_main.gif');
	color: white;
	font-weight: bold;
}

.sidediv {
	padding-left: 10px;
	padding-top: 10px;
	line-height: 1.5em;
}

.sidebar a { text-decoration: none; }
.sidebar a:link { color: white; }
.sidebar a:visited { color: white; }
.sidebar a:active { color: red; }
.sidebar a:hover { color: red; }

.sidebar_del {
	background-image: url('images/sidebar_del.gif');
	color: #990000;
	font-weight: bold;
}

.sidebar_del a { text-decoration: none; }
.sidebar_del a:link { color: #990000; }
.sidebar_del a:visited { color: #990000; }
.sidebar_del a:active { color: red; }
.sidebar_del a:hover { color: red; }

.maintext {
	padding: 10px;
	font-size: 12px;
}

.fineprint {
	font-size: 10px;
	text-align: center;
	vertical-align: bottom;
	padding-bottom: 30px;
}

.membergroups {
	margin-top: 10px;
}

.membertable { 
	vertical-align:top;
	background-color: #ddffdd;
	margin-top: 10px;
	margin-left: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.membertable a { text-decoration: none; font-weight: bold; font-size: 14px;}
.membertable a:link { color: #000099; }
.membertable a:visited { color: #000099; }
.membertable a:active { color: red; }
.membertable a:hover { color: red; }
.subtitle { font-size: 10px; }
.row1 { vertical-align:top;  }
.row2 { vertical-align:top; }

.sectionlabel {
	font-size: 14px;
	font-weight: bold;
	display: block;
}

.contrast {
	background-color: #ddffdd;
}

.contrast_inset {
	background-color: #ddffdd;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}


.formlabel {
	font-size: 11px;
	font-weight: bold;
}
.formentry {
}

.formentrysmall {
	font-size: 10px;
}

.formdetail {
	font-size: 11px;
	padding-top: 10px;
	padding-right: 70px;
}

.datelabel {
	white-space: nowrap;
	padding: 10px;
	padding-bottom: 20px;
}
.prtitle {
}

.nowraplabel {
	white-space: nowrap;
	font-size: 11px;
	font-weight: bold;
	padding-right: 10px;
	vertical-align: top;
}

