body {  background-color: #fff;
		padding-top: 2em;
		font-family: Arial, Helvetica, san-serif;
	}

.mainnav {
	font : normal 11px;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration : none;
	color: #fff;
}
.mainnav:hover {
	font : normal 11px;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration : none;
	color: #ffff00;
}
.footernav {
	font : normal 10px;
	font-weight: none;
	text-transform: capitalize;
	text-decoration : none;
	color: #000;
}
.footernav:hover {
	font : normal 10px;
	font-weight: none;
	text-transform: capitalize;
	text-decoration : none;
	color: #ff0000;
}
td {
	font : normal 11px;
	color: #000;
}
h1 {
	font : normal 20px;
	font-weight: bold;
	color: #000;
}

.bt1 {
	font : normal 11px;
	color: #fff;
}
.bt2 {
	border : 5px solid #fff;
	font : normal 11px;
	color: #000;
}
.sbt1 {
	font : normal 9px;
	color: #fff;
}
.checkbox {
	border : 0px solid #fff;
	font : normal 11px;
	background-color : #fff;
}
input {
	border : 1px solid #000;
	font : normal 11px;
	background-color : #fff;
}
.submit {
	border : 1px solid #000;
	color: #fff;
	font-weight: bold;
	font : normal 11px;
	background-color : #1E3E2E;
}
select {
	border : 1px solid #000;
	font : normal 11px;
	background-color : #fff;
}

.header { font-size: 36px;
		font-style: italic;
		line-height: normal;
		font-weight: bold;
		font-variant: normal;
		text-transform: none;
		color: #FFFFFF;
		text-decoration: none
		}

