/* CSS Document */
h1 {
	font-family: Arial, Futura Bd BT, Century Gothic, Verdana;
	font-size: 16pt;
	font-style: normal;
	font-weight: normal;
	color: #5A5A5A;
}
h2 {
	font-family: Arial, Futura Bd BT, Century Gothic, Verdana;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	color: #5A5A5A;
}
h3 {
	font-family:  Arial, Futura Bd BT, Century Gothic, Verdana;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #5A5A5A;
}
h5 {
	font-family: Century Gothic, Verdana, Arial;
	font-size: 12pt;
}
strong {
	color:#5A5A5A;
}
address {
	color:#5A5A5A;
	text-decoration:none;
	font-weight:bold;
	font-style:normal;
}
a:link {
	text-decoration: none;
	color:#5A5A5A;
}
a:visited {
	text-decoration: none;
	color:#5A5A5A;
}
a:hover {
	text-decoration: none;
	color:#5A5A5A;
}
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:#FFF;
	color:#5A5A5A;
	border-style:solid;
	border-color:#5A5A5A;
	border-width:1px;
}
.Gold {
	color:#5A5A5A;
	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;
}
/* control of block-level elements.  */

#content {
	background-color: #fff;
	width: 100%;
	border: none;
}
#PrintPage{
width:700px;
background-color:#FFFFFF;
color:#000000;
text-align:center;
}
.PrintWidth{
width:700px;
text-align:left;
}

#screenwidth, #header, #leftcol, #footer, #TermsHolder, .buttonscontainer, .buttons, .noprint {
	display: none;
}

