@charset "ISO-8859-1";
.background_aligntop {
	background-image: url(../images/bg_site.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.background_content_aligntop {
	background-image: url(../images/bg_content.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.background_ftr_aligntop {
	background-image: url(../images/ftr_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.background_ltside {
	background-image: url(../images/lt_side_bg.jpg);
	background-repeat: repeat;
	background-position: right top;
}
.background_rtside {
	background-image: url(../images/rt_side_bg.jpg);
	background-repeat: repeat;
	background-position: left top;
}
.ftr_text {
	font-family: arial;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #6d6008;
}
a.ftr_links {
	font-family: arial;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #6d6008;
	text-decoration: none;
}
a.ftr_links:hover {
	font-family: arial;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #a79417;
	text-decoration: underline;
}
.ftr_text2 {
	font-family: arial;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #9a8917;
}
.ftr_text3 {
	font-family: arial;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #b9a624;
}
a.ftr_alt_links {
	font-family: arial;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #b9a624;
	text-decoration: none;
}
a.ftr_alt_links:hover {
	font-family: arial;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #a79417;
	text-decoration: underline;
}

.body_text {
	font-family: arial;
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
	color: #666666;
}
.body_text_alt {
	font-family: arial;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #666666;
}
.body_text_bold {
	font-family: arial;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	color: #333;
}
.news_text {
	font-family: arial;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #666666;
}
.news_text_bold {
	font-family: arial;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #09438B;
}
a.news_text_links {
	font-family: arial;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
a.news_text_links:hover {
	font-family: arial;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #999;
	text-decoration: underline;
}
.subhead1 {
	font-family: arial;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	color: #09448B;
	text-transform: uppercase;
}
/*End CSS for regular buttons */
#greyBtnDiv{
	text-align:right;

	padding-left:40px;

	
}
a.greyBtnClass {
    background: transparent url('../images/bg_button_a.gif') no-repeat scroll top right;
    
    display: block;
    float: left;
    font: bold 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.greyBtnClass span {
    background: transparent url('../images/bg_button_span.gif') no-repeat;
	color: #09448B;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
	white-space:nowrap;
} 
a.greyBtnClass span:visited {
    background: transparent url('../images/bg_button_span.gif') no-repeat;
	color: #09448B;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
	white-space:nowrap;
}
a.greyBtnClass:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.greyBtnClass:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
	white-space:nowrap;
} 
