/* CSS Document * *Written & Created by Richard Spencer */
body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	margin-left: 10px;
}
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.header {
    font-family: "century gothic", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FF9900;
}
.subheader {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9900;
	font-weight: normal;

}
.buttontext {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.tiny {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;

}
.credits{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
}
.formfonts {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}

.borders {
	 border-left-width: 1px;
	 border-left-style: solid;
	 bordef-left-color: #000000;
	 border-right-width: 1px;
	 border-right-style: solid;
	 bordef-right-color: #000000;
	 border-top-width: 1px;
	 border-top-style: solid;
	 bordef-top-color: #000000;
	 border-bottom-width: 1px;
	 border-bottom-style: solid;
	 bordef-bottom-color: #000000;
}

