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

body
{
	background-color: white;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	background-attachment: scroll;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a:link {
	color: #004739;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}.backcol {
	background-color: #f1e1ce;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #004739;
}
.bighead {
	font-size: 36px;
	font-weight: bold;
	color: #004739;
	text-align: center;
}
.stripes {
	background-image: url(images/stripes.gif);
	background-repeat: repeat-y;
}
