body {
	font-family: Arial, Helvetica, sans-serif;
	background: White;
	color: #737373;
	margin: 0px;
}
.main {
	padding: 20px;
}
.navigation {
	font-size: .9em;
	color: Gray;
	text-decoration: none;
	padding-left: 10px;
	font-variant: small-caps;
	background: transparent;
}
body a:link {
	color: Maroon;
	background: transparent;
}
body a:hover {
	color: Black;
	background: #EFEBEF;
}
body a:visited {
	color: Gray;
	background: transparent;
}
.navigation a:link {
	color: Maroon;
	text-decoration: none;
	background: transparent;
}
.navigation a:visited {
	color: Gray;
	text-decoration: none;
	background: transparent;
}
.navigation a:hover {
	color: Teal;
	text-decoration: none;
	background: transparent;
}
.footer {

	text-align: right;
	background: transparent;
}
.indent {
	padding-left: 30px;
}
h1 {
	color: Maroon;
	margin-left: -10px;
	font-size: 1.3em;
	font-weight: normal;
	background: transparent;
}
h2 {
	color: Maroon;
	margin-left: -10px;
	font-size: 1.1em;
	font-weight: normal;
	background: transparent;
}
form {
	border: 1px dotted #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	margin-right: 36px;
	margin-top: 0px;
	padding: 12px
}
input {
	background: #CCD8C9; border : 1px solid #999999;
	color: Black;
	}
input:focus {
	background: #FFFFFF;
	color: Black;
}
textarea { 
	background: #F1D5C7;
	border: 1px solid #999999; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: Black;

}
.checks { background: #FFFFFF; border : 1px none;
	color: Black;
}
.formBut {
	background: #336600;
	color: Black;
	}
.smallerText {
	font-size: .7em;
}
.copyrights {
	font-size: .7em;
	text-align: center;
	color: Gray;
	background: transparent;
}
.specialText {
	font-weight: normal;
	color: Black;
	margin-left: 15px;
	background-color: #C6D7E7;
	margin-right: 35px;
	padding: 5px 5px 5px 5px;
	border: 1px solid;
}

