BODY             { 
	margin: 0; 
	padding: 0;
	background: #cccccc;
}

BODY,TH,TD      { 
	font-size: 80% ; 
	font-family: arial;
}

a {
	color: #3b446d;
	font-weight: bold;
	text-decoration: none;
	}
	
a:hover {
	text-decoration:underline;
	}

.div-line {	border-bottom: 3px solid black;}
.leftmenu {	border-right: 2px solid black;	background-color: black;}
.leftmenu td {	border-bottom: 1px solid black;	line-height: 20px; 	text-indent: 5px;}
.leftmenu a {	color: white;	display: block;	text-decoration: none;}
.leftmenu td:hover, .leftmenu a:hover {	color: black;	background-color: #a4a4a4;}

#main-table {
	background: #ffffff;
}

#footer { color: white; text-decoration: none; font-size: 80%; background-color: black; }
#footer a { color: white; text-decoration: none; }
#footer td, #footer a:hover { color: white; text-decoration: none; }

#pagetitleimage {
	background: url(/images/pagetitle-graphic.jpg);
	background-repeat: no-repeat;
}

#pagetitle {	color: white;	font-size: 150%;	font-weight: bold;	padding-top: 10px;	padding-left: 20px;	height: 42px;}

.main-body {	padding: 20px;}

.CurrentPage {	background-color: #a4a4a4;}
.CurrentPage a {	color: black;	text-decoration: none;}

.image-box      { margin: 10px; padding: 10px; border: solid 2px black; align: right  }
