.header {
	color: Navy;
	font-family: "Century gothic", Geneva, sans-serif;
	font-size: 20px;
}
.text {
	color: black;
	font-family: "Century gothic", Geneva, sans-serif;
	font-size: 15px;
	text-align: justify;
}
.stext {
	color: black;
	font-family: "Century gothic", Geneva, sans-serif;
	font-size: 12px;
}
.copy {
	color: black;
	font-family: "Century gothic", Geneva, sans-serif;
	font-size: 10px;
}
.rowb {
	background-color: #fafafa;
}
.rowa {
	background-color: #efefff;
}
input,select,textarea {
	background : #EEEEEE;
	border : 1px solid #5566FF;
	font-family : "Century gothic",Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bolder;
	color: #5566BB;
}
A:HOVER {
	color: #334499;
	text-decoration: underline;
}
A {
	text-decoration: none;
}
table {
	background-color: White;
}
body {
	color: Navy;
	background-color: #ffffff;
	font-family: "Century gothic", Geneva, sans-serif;
	font-size: 14px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}