a:link {color: darkblue;font-weight:bold;text-decoration:none;}
a:visited {color: darkblue;font-weight:bold;text-decoration:none;}
a:hover {color: blue; font-weight:bold;text-decoration:none;}

a.navlink:link {color: darkblue;font-weight:bold;text-decoration:none;font-size:12.5pt;}
a.navlink:visited {color: darkblue;font-weight:bold;text-decoration:none;font-size:12.5pt;}
a.navlink:hover {color: blue; font-weight:bold;text-decoration:none;font-size:12.5pt;}

body 	{
	background:whitesmoke;
	font-family:arial;
	font-size:10pt;
	color:black;
	}
	
.maintbl {
	background:white;
	border:1px solid blue;
	}
	
.header {
	font-family:times new roman;
	font-size:12pt;
	color:blue;
	background:url(/img/headerback.jpg);
	padding:5px;
	border-bottom:1px solid blue;
	}

.sidebar {
	padding-top:15px;
	padding-left:5px;
	padding-right:5px;
	}
	
.maincontent {
	padding-bottom:5px;
	padding-top:5px;
	padding-right:15px;
	border-bottom:1px dashed blue;
	background:white;
	overflow:hidden;
	width:420px;
	}
.othercontent {
	padding:5px;
	border-left:1px solid blue;
	}

.footer {
	font-family:arial;
	font-size:8pt;
	color:gray;
	background:white;
	padding:5px;
	}

.head {
	font-family:times new roman;
	font-weight:bold;
	font-size:13pt;
	color:blue;
	text-align:right;
	border-bottom:1px dashed blue;
	padding-bottom:1px;
	}
.subhead {
	font-family:times new roman;
	font-weight:bold;
	font-size:11pt;
	color:blue;
	text-align:center;
	padding-bottom:5px;
	padding-top:5px;
	}
.sidehead {
	font-family:times new roman;
	font-weight:bold;
	font-size:13pt;
	color:blue;
	text-align:left;
	border-bottom:1px dashed blue;
	padding-bottom:1px;
	}
.byline {
	font-family:arial;
	font-size:8pt;
	color:gray;
	}
	