/* CSS Document */

h1 {
	font-family: Arial, Futura Bd BT, Century Gothic, Verdana;
	font-size: 16pt;
	font-style: normal;
	font-weight: normal;
	color: #DCB732;
}
h2 {
	font-family: Arial, Futura Bd BT, Century Gothic, Verdana;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	color: #DCB732;
}
h3 {
	font-family:  Arial, Futura Bd BT, Century Gothic, Verdana;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #DCB732;
}
h5 {
	font-family: Century Gothic, Verdana, Arial;
	font-size: 12pt;
}
strong {
	color:#5a5a5a;
}
address {
	color:#DCB732;
	text-decoration:none;
	font-weight:bold;
	font-style:normal;
}
a:link {
	text-decoration: none;
	color:#DCB732;
}
a:visited {
	text-decoration: none;
	color:#DCB732;
}
a:hover {
	text-decoration: none;
	color:#3D3937;
}
a:active {
	text-decoration: none;
}
form {
	font-family:  Verdana, Arial, Futura Bd BT, Century Gothic;
	font-size: 10pt;
	}

input {
	font-family: Verdana, Arial, Futura Bd BT, Century Gothic;
	font-size: 10pt;
}

textarea {
	font-family: Verdana, Arial, Futura Bd BT, Century Gothic;
	font-size: 10pt;
}

select {
	font-family: Verdana, Arial, Futura Bd BT, Century Gothic;
	font-size: 10pt;
}

.submit {
	cursor: pointer;
	background-color:#000;
	color:#FFF;
	border-style:solid;
	border-color:#DCB732;
	border-width:1px;
}
.Gold {
	color:#DCB732;
	text-decoration:none;
	font-family: Verdana, Arial, Futura Bd BT, Century Gothic;
	font-weight:400;
	font-style:normal;
}
.Grey {
	color:#5A5A5A;
	text-decoration:none;
	font-family: Verdana, Arial, Futura Bd BT, Century Gothic;
	font-weight:400;
	font-style:normal;
}


body {
	margin-left: 50px;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 25px;
	background-color:#000;
	/*Never use font-size / type on Body tags!*/
}
#maincol {
	font-family:  Verdana, Arial, Futura Bd BT, Century Gothic;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;

}

