/* CSS Document */
body
{
	padding: 0px;
	margin: 0px;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

.border
{
	border: 1px solid #ffa207;
}

.newsletter_border
{
	border-top: none;
	border-left: 1px solid #ffa207;
	border-right: 1px solid #ffa207;
	border-bottom: 1px solid #ffa207;
}

.head_gen,
.title_gen
{
	font-size: 22px;
	font-weight: bold;
}

.lg_gen
{
	font-size: 15px;
	font-weight: normal;
}

.med_gen
{
	font-size: 12px;
	font-weight: normal;
}

.error
{
	color: #cc0000;
}

.sm_gen
{
	font-size: 10px;
	font-weight: normal;
}

.err_msg
{
	color: #ff0000;
}

/* base link, not clicked */
a:link
{
	color: #ffa207;
	text-decoration:underline;
}

/* already clicked */
a:visited
{
	color: #805205;
	text-decoration: underline;
}

/* mouse over */
a:hover,
a:active
{
	text-decoration:none;
}

.text
{
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

.divider
{
	height: 1px;
	background-color: #805205;
}

.bullet
{
	color: #ffa207;
}

.boldYellow {
	color: #ffa207;
	font-weight:bold;
	font-size:13px;
}
