/* CSS Document */

a:link {
		font-family: "Times New Roman", Times, serif;
		color: #FF0000;
		text-decoration: none;
		font-size: 60px;
		font-weight: bold;
		font-style: italic;
	}
			
	a:visited {
		font-family: "Times New Roman", Times, serif;
		color: #FF0000;
		text-decoration: none;
		font-size: 60px;
		font-weight: bold;
		font-style: italic;
	}
	
	a:hover {
		font-family: "Times New Roman", Times, serif;
		color: #FFFFFF;
		text-decoration: none;
		font-size: 60px;
		font-weight: bold;
		font-style: italic;
	}
	
	a:active {
		font-family: "Times New Roman", Times, serif;
		color: #FFFFFF;
		text-decoration: none;
		font-size: 60px;
		font-weight: bold;
		font-style: italic;
	}
	
	.regular {
		font-family: "Times New Roman", Times, serif;
		color: #999999;
		font-size: 60px;
		font-weight: bold;
		font-style: italic;
	}
	
	.note {
		font-family: "Times New Roman", Times, serif;
		color: #ffffff;
		font-size: 60px;
		font-weight: bold;
		font-style: italic;
	}




body {
	background-color: #efefef;
	/*background-image: url(images/watertower.jpg);
	background-repeat: no;*/
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 20px;
	font-size: medium;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
}



.main {
	margin: 0 auto;
	width: 1000px;
}



.introbox {
	padding-top: 77px;
}



.footer {
	height: 60px;
	clear: both;
}

