@charset "utf-8";
/* CSS Document */
.bluetext{
	color:#0066cc;
}
.morelink a{
	color:#0066cc;
	text-decoration:none;
}
.morelink a:hover{
	color:#0066cc;
	text-decoration:underline;
}
.submitbutton{
	margin-top:10px;
}
form{
	margin:0px;
}
#main{
	width:786px;
	background-image:url('/images/background.gif');
	margin:0 auto;
	text-align:left;
}
#flash_header{
	margin:0px 5px 0px 5px;
	background-image:url('/images/background_header.gif');
	text-align:center;
}
#content{
	border:1px dashed #cccccc;
	margin:10px 15px 0px 15px;
	float:left;
	width:754px;
}
#footer{
	clear:both;
	margin:10px;
	color:#0066cc;
	font-size:10px;
}
#footer a{
	color:#a1a1a1;
	text-decoration:none;
}
#footer a:hover{
	color:#8a8a8a;
	text-decoration:underline;
}
.smallstub{
	width:125px;
	margin-bottom:20px;
}
.helpstub{
	width:250px;
	margin-bottom:20px;
}
.smallstub h1{
	font-size:18px;
	color:#ffffff;
	margin-top:0px;
}
.smallstub h1 img{
	vertical-align:middle;
	width:40px;
	height:40px;
	padding-right:5px;
}
#smallstubtop{
	height:10px;
	background-repeat:no-repeat;
}
#smallstubcontent{
	margin:0px 5px 0px 5px;
	
}
#smallstubbottom{
	height:10px;
	background-repeat:no-repeat;
	background-position:bottom;
}
.news_story{
	font-size:10px;
	color:#ffffff;
}
.news_story h3{
	font-size:10px;
	color:#ffffff;
	margin-bottom:2px;
}
.news_story p{
	margin:0px;
}
.style1 {color: #FFFFFF}
.style9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style15 {font-size: 12px}
.style16 {font-family: Arial, Helvetica, sans-serif; color: #FFFFFF;}
.style17 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
}
.style18 {font-family: Arial, Helvetica, sans-serif}
.style19 {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.style21 {font-family: Arial, Helvetica, sans-serif; color: #999999; }
.style23 {font-family: Arial, Helvetica, sans-serif; font-size: 10px; }
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.headersupporturl {
	color: #cccccc
}
.headersupporturl a:link {
	color: #CCCCCC;
}
.headersupporturl a:visited {
	color: #CCCCCC;
}
.headersupporturl a:hover {
	color: #CCCCCC;
}
.headersupporturl a:active {
	color: #CCCCCC;
}
.mainbodytext {
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.mainbodytextwht {
	color: #ffffff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.mainbodytext a{
	color:#000000;
	text-decoration:none;
}
.mainbodytextr a:hover{
	color:#000000;
	text-decoration:underline;
}
.mainbodytextwht a{
	color:#ffffff;
	text-decoration:none;
}
.mainbodytextrwht a:hover{
	color:#ffffff;
	text-decoration:underline;
}
fieldset
{
	float: left;
	clear: left;
	width:500px;
	margin: 0 0 0 0;
	padding: 0em 1em 1em 0;
	border: none;
}

fieldset legend
{
    font-size: 1em;
    margin-right: 0;
    padding: 0;
	border: none;

	font-family: Corbel, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: 600;
	color: #6c2e16;
}

fieldset ol
{
	padding: 0;
	border-top: solid 1px #6c2e16;
	list-style: none;
	margin-right: -25px;
}

fieldset li
{
	padding: 0 0 0 0;
	float: left;
	clear: left;
	margin: 4px 10px 0 0;
	width: 95%;
}

fieldset label
{
    float: left;
	font-size: .9em;
    width: 25%;
    /* margin: 0 1em 0 1em; */
    text-align: left;
}

fieldset input 
{
	width: 70%;
}

fieldset input#arbInterval
{
    width: 50%;
    clear: none;    
}

fieldset input#arbEndDate
{
    width: 50%;
    clear: none;    
}

fieldset input#arbNoEndDate
{
    width: 3%;
    margin-left: 2%;
}
fieldset input#cardExpirationYear
{
    width: 6%;
}
fieldset input#cardExpirationMonth
{
    width: 6%;
}

fieldset label#arbNoEndDateLabel
{
    float: none;
}

fieldset select
{
    margin-left: 2%;
    width: 34%;
}

fieldset#form-buttons
{
    text-align: center;
}

fieldset input#submit
{
    width: 100px;
}

.error-text
{
    color: red;
}

