@charset "utf-8";
/* CSS Document */

.style1 {

	font-size: small;
	font-family: Arial, Helvetica, sans-serif

	font-style: normal;

}

.style2 {
	font-size: 110pt;
	color: #330000;
}

a:link {
	color: #000066;
}
a:visited {
	color: #0000FF;
}

H1 {
	font-size: 140%;
	color: #330000;
	background-color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	line-height:400%;
}

h2 {
font-size: 135%;
	color: #993300;
	text-align: center; 
	line-height:300%;
}
h3 {
	font-size: 125%;
	color: #333333;
	background-color: #FFFFFF;
	line-height:250%;
}
h5 {
	color: #000066;
}
h6 {
	color: #333366;
}
body,td,th {
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin-left: 5%;
}

hr { 
width: 90%;
}

hr.contact{
	width: 75%;
	text-align: left;
} 


#footer{
		
		float:left;
		padding-top:5%;
		font-size:80%;
		text-align:center;
		width:100%;

}


.caption {
		font-size:90%;
		font-weight:bold;
		color:#000000;

}

.home{
		font-size:120%;
		font-weight:bold;
}
</style>



			

