﻿.btn {
	font-size: 8pt;
	display: block;
	width: 95%;
	background-color: #CCCF8B;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 2px;
	border: 2px solid;
	border-top-color: #F2FFE8;
	border-bottom-color: #336666;
	border-right-color: #8FAC4D;
	border-left-color: #669966;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.sub {
	font-size: 8pt;
	display: block;
	width: 100%;
	background-color: #BCD7B3;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
		border: 2px solid;
	border-top-color: #F2FFE8;
	border-bottom-color: #336666;
	border-right-color: #AFE4CA;
	border-left-color: #669966;
}

.btn a:link {
	color: #002F17;
	text-decoration: none;
}
.btn a:visited {
	color: #002F17;
	text-decoration: none;
}
.btn a:hover {
	color: #C8E84A;
	text-decoration: none;
	
	background-color: #006600;
	display: block;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}

.sub a:link {
	color: #002F17;
	text-decoration: none;
	font-weight: bold;
}
.sub a:visited {
	color: #002F17;
	text-decoration: none;
	font-weight: bold;
}

.sub a:hover {
	color: #8FD3C0;
	text-decoration: none;
	font-weight: bold;
	background-color: #001A40;
	display: block;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 2px;
}

.l2title {
	color: #66CC99;
	margin-left: 10px;
}.bullet_list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.blurb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: left;
}
.links {
	background-color: #DBC88E;
	display: block;
	border: 1px solid;
	border-top-color: #F2FFE8;
	border-bottom-color: #666600;
	border-right-color: #CC9900;
	border-left-color: #999900;
	font-size: 8pt;
	color: #005100;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.links a:link {
	color: #663333;
	text-decoration: none;
}
.links a:visited {
	background-color: #DBC88E;
	display: block;
	font-size: 8pt;
	color: #666633;
	text-decoration: none;
}	
.links a:hover {
	background-color: #DBC88E;
	display: block;
	font-size: 8pt;
	color: #006699;
	font-style: italic;
	font-weight: bold;	
}
.LinkHeader {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999900;
	font-size: 10pt;
	text-align: center;
	vertical-align: middle;
	display: block;
	padding-bottom: 3px;
	font-style: italic;
}
.contact {
	font-size: 8pt;
	color: #8B8B2E;
}
.contact a:link {
	color: #663333;
	text-decoration: none;
}
.contact a:visited {
	font-size: 8pt;
	color: #666633;
	text-decoration: none;
}	
.contact a:hover {
	font-size: 8pt;
	color: #006699;
	font-style: italic;
	font-weight: bold;	
}
.subhead-green {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #336600;
	font-size: 11pt;
}
.NA-main_bodytext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.subhead-brown {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #663300;
	font-size: 9pt;
}



/* ABL Header and Footer Styles */
.header
{
    background-color: #f0f0f0;
    border-style:none;
    margin:0;
    padding: 0;
    font-family: Arial, Sans-Serif;
    font-size:8pt;
    font-weight:bold;
 }
.header_background
{
    background-color: #f0f0f0;
    background-image: url('../gfx/Background-Header.jpg');
    background-repeat:repeat-x;
    margin:0;
    height:70px;
 }
 
.header a:link {
text-decoration:none;
color:#65727a;
}

.header a:visited {
text-decoration:none;
color:#65727a;
}

.header a:hover {
text-decoration:none;
color:#f31f2e;
}

.header a:active,a:focus {
text-decoration:none;
color:#f31f2e;
}
 
 .header ul
{
    margin-left: 0px;
    padding-left: 0px;
    display: inline;
} 

.header ul li {
	margin-left: 0;
	padding: 3px 5px;
	border-left: 1px solid #000;
	list-style: none;
	display: inline;
	}

.header ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}
	

.footer p 
{
    margin:0;
    font-size: 90%;
    padding: 0 0 5px 0;
}
.footer a:link, .footer a:visited
{
    text-decoration: none;
    font-size: 90%;
    color:#666;
}

.footer a:active,.footer a:focus, .footer a:hover {
color: Red;}
	

