@charset "utf-8";

body {
	background: #c1c1c1;
	background-image: url(images/topback.jpg);
	background-repeat: repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Geneva, sans-serif;
}
#content {
	width: 740px;
	margin-left: 50px;
	margin-right:50px;
	text-align: left; 
}
.style1 {
	color: #003300;
	font-weight: bold;
	font-size: larger;
}
.style2 {
	color: #37473D;
	font-weight: bold;
}
.style3 {font-size: 10px}
a:link {
	color: #006600;
}
a:visited {
	color: #006600;
}
a:hover {
	color: #006600;
}
a:active {
	color: #006600;
}
.style4 {color: #37473D; font-weight: bold; font-style: italic; }