/*This is the only style sheet*/

body {
	font-family: 'tempus sans itc'; 
	font-size: 13pt; 
	font-weight: normal; 
	text-align: left; 
	color: #000000; 
	background-color: #FFFFFF;
}

table {
	border-color: #FFFFFF; 
	background-color: #FFFFFF;	
}

h3 {
	text-align: left; 
	font-size: 20pt; 
	font-weight: bold; 
	color: #CC3300;
}

img {
	float: left;
}

a {
	color: #FFFFFF;
}

.banner {
	text-align: left; 
	font-size: 26pt; 
	font-weight: bold; 
	color: #000000;
}

.navbar {
	font-size: 10pt; 
	font-weight: bold; 
	color: #FFFFFF;
	background-color: #000000;
	border-color: #000000;
}

.box {
	width: 750px; 
	float: none; 
	border-style: groove; 
	text-align: center; 
	background-color: #FEF9BA;
}

.footer {
	font-size: 9pt; 	
}
