/**************************************************************************/
/* STANDARD HTML TAGS                                                     */ 
/**************************************************************************/
body{
	background-color: #fff;

	font-family: Arial, Helvetica, sans-serif;
	margin: 15px;
	padding: 0px;
	color: #666;
	line-height: 110%;
}


p, td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

h1,h2,h3,h4,h5,h6
{
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
}

h1{
	font-family: "HelveticaNeue Condensed", "Arial Narrow", Helvetica, Arial, sans-serif;
	color: #616281;
	font-size: 36px;
	font-weight: bold;
}

h2{
	font-size: 16px;
	color: #333;
}

h3{
	font-size: 16px;
	color: #333;
	font-weight: bold;
	font-style: italic;
}

h4{
	font-size: 14px;
	color: #333;
	margin-top:0px;
	margin-bottom:0px;
}

h5{
	font-size: 11px;
}

h6{
	font-size: 10px;
}


a{
	color: #5e6072;
	text-decoration: underline;
}

a:hover{
	text-decoration: underline;
	color: #003399;
}

/**************************************************************************/
/* SITE CSS                                                               */ 
/**************************************************************************/
.menu_bg{
	background: #fff url(../graphics/header_menu_bg.gif);
	background-repeat: repeat-x;
}
.date{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding:0px;
	color: #333333;
	font-weight: bold;
}

a.legalmenu {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	font-weight:normal;
	color: #576c87;
}

a.legalmenu:hover {
	text-decoration: none;
	color: #dae0dc;
}

.left_column {
	padding-top:15px;
	padding-left:50px;
	padding-right:40px;
	padding-bottom:15px;
	line-height: 150%;
}

.right_column {
	padding-top:15px;
	padding-left:25px;
	padding-right:20px;
	padding-bottom:15px;
}

a.learn_more{
	color: #576c87;
	font-size: 13px;
	text-decoration: none;
	font-weight:bold;
}

a.learn_more:hover{
	color: #24344b;
	font-weight:bold;
}
/**************************************************************************/
/* COMPONENTS                                                             */ 
/**************************************************************************/
input.btn {
	border: 1px solid #333333;
	background-color: #333333;
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	height: 20px;
}
input.txt {
	border: 1px solid #9C9C9C;
	background-color: White;
	color: #2E2E2E;
	height: 20px;
}

ul.arrow { 
        margin: 0px 0px 5px 5px;
        padding: 6px 0px 0px 12px;
}

li.arrow { 
	list-style-type: none; 
	list-style-image: url(../graphics/li_arrow.gif);
        margin: 5px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
} 

.small {
	font-size: 10px;
}

.medium {
	font-size: 11px;
}


/**************************************************************************/
/* TABLES                                                                 */ 
/**************************************************************************/
.tblhead {
	background-color: #333333;
	color: #FFFFFF;
	text-align: center;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.tblcolhead {
	background-color: #338202;
	color: #FFFFFF;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.tblrowhead {
	background-color: #BFD698;
	color: #000000;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.tblcell {
	text-align: right;
	background-color: #CFE6A8;
	font-weight: normal;
}

