@charset "UTF-8";
/* CSS Document */

.header {
	background-image: url(images/top-gray-tile.gif);
	background-repeat: repeat-x;
}
.style2 {
	font-size: 12px;
	font-family: "Trebuchet MS", Tahoma, Geneva, Arial;
	color: #FFFFFF;
	line-height: 14px;
}
.nav {
	font-family: "Trebuchet MS", Tahoma, Geneva, Arial;
	font-size: 16px;
	color: #003366;
	background-image: url(images/nav-tile.gif);
	background-repeat: repeat-x;
}
.blueheading {
	font-family: "Trebuchet MS", Tahoma, Geneva, Arial;
	font-size: 16px;
	color: #000066;
}
.redbox {
	font-family: "Trebuchet MS", Tahoma, Geneva, Arial;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(images/red-photo.jpg);
	padding: 10px;
	background-repeat: no-repeat;
}
.footer {
	background-image: url(images/footer-tile.gif);
	background-repeat: repeat-x;
	font-size: 11px;
	color: #FFFFFF;
	padding: 5px;
}
.whiteheading {
	font-family: "Trebuchet MS", Tahoma, Geneva, Arial;
	font-size: 16px;
	color: #FFFFFF;
}
.formheading {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica;
	font-size: 14px;
	color: #000066;
	background-color: #BADFFF;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
}
