html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:normal;font-style:normal;text-align:left;font-family:inherit;}table{border-collapse:collapse;border-spacing:0;}ol,ul{list-style:none;}q:before,q:after,blockquote:before,blockquote:after{content:"";}



										/*-- classes and styling -- */

.gold {
	color:#F5BD38;
}


.bold{
	font-weight:bold;
}
.centerText {
	text-align:center;
}
.rightText {
	text-align:right;
}
.text1 {
	font-size: 8pt
}
.text2 {
	font-size: 10pt
}
.text3 {
	font-size: 12pt
}
.text4 {
	font-size: 14pt
}
.text5 {
	font-size: 16pt
}
.text6 {
	font-size: 18pt
}
.text7 {
	font-size: 20pt
}
.text8 {
	font-size: 22pt
}
a:link {
	text-decoration: none;
	color: #F5BD38;
}
a:visited {
	text-decoration: none;
	color:#e0a00c;
}
a:hover {
	text-decoration: none; 
	color: #e0a00c;
}
img, img a:link {
	border: 0;
}
.left {
	float:left
}
.right {
	float: right
}
.clear {
	clear:both
}

										/*-- core page elements --*/

body {
	font-family: "trebuchet MS", Arial, Helvetica, sans-serif;	
	font-size: 100.01%;
	background: #fe6d34;
	color:#000;
	overflow:-moz-scrollbars-vertical;
}
#header {
	background: url(../images/header.jpg) no-repeat;
	height: 217px;
	width: 960px;
	
}
a.rollOver {
	background: url(../images/pixie.jpg) no-repeat;
	height: 30px;
	width: 30px;
	display:block
	
}
a:hover.rollOver {
	background-position: 0px -30px;
	display:block
}
a:link.current, a:visited.current {
	background-position: 0px -92px;
	display:block
}
.wrapper {
	width:850px;
	margin: 0 auto;
    background:#16b8e9;
    border:10px solid white;
    margin-top:8px;
    padding:20px
}

label {
    text-align:right;
    width:100px;
    font-size:19px

}
input {
    font-size:18px
}