
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>
	
 <title>Untitled</title>

</head>

body {padding: 0;margin: 0; background-color: darkblue;}
p, td, span, div { font: 15px Calibri, Trebuchet MS, Arial, Helvetica, sans-serif; color:#000000;}
a, a:visited { color:darkblue;}
a:hover { color:red;}

h1, .header {
	font-family: Calibri, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color:black;
	}
	
h2, .subheader {
	font-family: Calibri, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color:#000000;
	text-decoration: underline;
	font-weight: bold;
	}

h3, .subsubheader {
	font-family: Calibri, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color:#000000;
	}
	
.red {
	color: #FF0000;
	font-weight: bold;
}

	
.copyright {
	font:11px Calibri, Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
}

.anylinkcss{
	border-left: 1px solid #333333; 
	border-right:1px solid #333333; 
	border-top:1px solid #333333; 
	border-bottom: 0px; 
	position: absolute;
	visibility: hidden;
	line-height: 18px;
	z-index: 100;
	background-color: #333333;
	width: 200px; 
	font-size: 13px; 
	font-family: Calibri, Trebuchet MS, Arial, Helvetica, sans-serif;
	}

.anylinkcss a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	}

.anylinkcss a:hover{ /*hover background color*/
	background-color: black;
	color: #000000;
	}
	
.tabCell {
	border: 1px solid darkblue;
	background-color: darkblue;
	}
	
.tabItem {
	padding: 0px;
	font: 14px Calibri, Trebuchet MS, Arial;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	}

#pscroller1 {
	width: 300px;
	height: 100px;
	border: 1px solid black;
	padding: 5px;
	background-color: white;
	}


.someclass { //class to apply to your scroller(s) if desired
	}





</body>
</html>
