
body {
	background-color: #E5E5E5; 
	
}


.bar {
	padding: 4px;
	position: absolute; 
	height: 20px; 
	width: 97%; 	
	top: 78px;
	left: 1%;
	background-color: #999999;
}
.title {
	padding: 4px;
	font-family: times, serif; 
	font-size: 34pt; 
	text-align: right; 
	color: #E5E5E5;
	background-color: black; 
	position: absolute; 
	height: 75px; 
	width: 97%; 	
	top: 5px;
	left: 1%;
	
}

.main {
	padding-top: 4px;
	font-family: arial, sans-serif; 
	font-size: 10pt; 
	width: 97%; 
	vertical-align: text-top;
	position: absolute;
	top: 105px;
	left: 1%;
}

p {
	font-size: 10pt;
	margin-bottom: 7pt;
	margin-top: 0px;
}

h3 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 13pt;
}

h4 {
	font-size: 10pt;
	margin-top: 5px;
}

img { 
	border: 0;
}

a {
	text-decoration: none;
}


.float {
	width: 152px;
	float: right;
}

.webbox {
	padding: 4px;
	margin-right: 4px;
	background: #999999;
} 

.quote {
	font-style: italic;
}

.floatl {
	float: left;
	margin-right: 4px;
}

.link {
	font-family: arial, sans-serif;
	color: black;	
	font-size: 12pt;
	font-weight: bold;
	margin-right: 9%;
}

a.link:hover {
	color: white;	

}





