/* CSS Document */

html, body {
	height: 100%;
	background-color: #f8931f;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #850037;
}

.light, a:link.light, a:hover.light, a:visited.light{
  color: #e5b00a;
}

.white, a:link.white, a:hover.white, a:visited.white{
  color: #ffffff;
}

#breakoutBox {
	width: auto;
	background-color: #a89b00;
	color: #e4eb9a;
	padding: 10px;
}
#breakoutBox a:link,
#breakoutBox a:visited {
	color: #e4eb9a;
}
#breakoutBox a:hover {
	color: #e4eb9a;
}
a:link.gray,
a:visited.gray {
	color: #666;
}
a:hover.gray {
	color: #FCBB1C;
}
a:link.green,
a:visited.green {
	color: #850037;
}
a:hover.green {
	color: #850037;
}
a:link.red,
a:visited.red {
	color: #C81414;
}
a:hover.red {
	color: #C81414;
}
a:link.blue,
a:visited.blue {
	color: #a89b00;
}
a:hover.blue {
	color: #a89b00;
}
#subContent #col1 .subnavigation a:link,
#subContent #col1 .subnavigation a:visited {
	color: #FFF;
	text-decoration: none;
}
#subContent #col1 .subnavigation a:hover {
	color: #f8931f;
	text-decoration: none;
}
#subContent #col1 a:link,
#subContent #col1 a:visited {
	color: #f8931f;
	font-weight: bold;
}
#subContent #col1 a:hover {
	color: #FFF;
	font-weight: bold;
}



#subContent #signup .subnavigation a:link,
#subContent #signup .subnavigation a:visited {
	color: #000;
	text-decoration: none;
}
#subContent #signup .subnavigation a:hover {
	color: #a89b00;
	text-decoration: none;
}
#subContent #signup a:link,
#subContent #signup a:visited {
	color: #a89b00;
	font-weight: bold;
}
#subContent #signup a:hover {
	color: #a89b00;
	font-weight: bold;
}



.hiliteOrange {
	color: #f8931f;
}
.hilitegreen {
	color: #f8931f;
}
hr {
	border: 0;
	height: 1px;
	color: #f8931f;
	background-color: #f8931f;
}
.headergreen {
	color: #a89b00;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
.headerOrange {
	color: #a89b00;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
.headerGray {
	color: #850037;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
.headerCustomer {
	color: #a89b00;
	font-size: 15px;
	font-weight: bold;
}
.subheadergreen {
	color: #a89b00;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.subheaderOrange {
	color: #f8931f;
	font-weight: bold;
	text-transform: uppercase;
}
.subnavigation {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	line-height: 24px;
}
.textSmallgreen {
	color: #a89b00;
	font-size: 11px;
	font-weight: bold;
}
.textMedgreen {
	color: #a89b00;
	font-size: 13px;
	font-weight: bold;
}
.textSmallOrange {
	color: #a89b00;
	font-size: 11px;
	font-weight: bold;
}
.message {
	font-style: italic;
	border: 1px solid #FCBE26;
	margin: 3px 3px;
	padding: 5px;
}
.tagline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 32px;
}
.alert {
  padding-left: 20px;
  border: 1px solid #C81414;
  background: rgb(255,198,199) url("images/failure.gif") left center no-repeat;
  display: block;
  width: 350px;
	font-size: 12px;
	color: #C81414;
	font-weight: bold;
}
