/* CSS Document */
html {
 	min-height: 100%;
 	height: auto;
}

body {
	background-color: #3F65A6;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
}
a {
	color: #003464;
	font-weight:bold;
}
a:visited {
	color: #003464;
}
a:hover {
	color: #1E4896;
}
a:active {
	color: #6B432A;
}
li { margin: .3em 0;  }
	
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-weight: normal;
	color: #003464;
	line-height:normal;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #000000;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #000000;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
}

.text_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
}
#text_small a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
}
.text_medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
}
.text_large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
}
.color_crimson {
	color:#910000;
}
.color_silver {
	color:#666666;
}
.color_red {
	color:#B30000;
}
.color_white {
	color: #FFFFFF;
}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	color:#333333; 
	font-style:italic;
}
.caption_small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #333333;
}


.bullet_list{ margin: 0px; padding: 0px; }
.bullet_list ul { margin: 2px; padding: 0px; 
	}
.bullet_list li, .bullet_list a {
	list-style-type: none;
	padding: 2px 2px 2px 5px;
	font-size: 1em;
	background-image:url(/images/icons/arrow_bullet.gif);
	background-position:left;
	background-repeat:no-repeat;
	border-top: dashed 0px #D3D1D5;
	border-left: dashed 0px #D3D1D5;
	border-right: dashed 0px #D3D1D5;
	voice-family: "\"}\"";
	voice-family:inherit;
	border-bottom: 0px; }
	
.t1_tableheader {
	color: #FFFFFF;
	background-color: #1E4896;
	font-size: 1em;
	font-weight: bold;
	padding: 5px;
}
.t1_table_row1 {
	background-color: #D8E5F7;
}
.t1_table_row2 {
	background-color: #D8E5F7;
}
.t1_table_background_dark {
	background-color: #8B9BC4;
}



.t2_tableheader, .t2_tableheader a {
	color: #FFFFFF;
	background-color: #003464;
	font-size: 1em;
	font-weight: bold;
}
.t2_tableheader_large {
	color: #FFFFFF;
	background-color: #003464;
	font-size: 1.3em;
	font-weight: bold;
	padding: 5px;
}

.t2_table_row1 {
	background-color: #D9E9FF;
}
.t2_table_row2 {
	background-color: #B9D6FF;
}
.t2_table_background_dark {
	background-color: #B0C6EA;
}

.t3_tableheader {
	color: #FFFFFF;
	background-color: #666666;
	font-size: 1em;
	font-weight: bold;
}
.t3_table_row1 {
	background-color: #E5E5E5;
}
.t3_table_row2 {
	background-color: #F0F0F0;
}
.t3_table_background_dark {
	background-color: #D3D3D3;
}

.divider_top { border-top:solid 1px #D4D2D6;}
.divider_bottom { border-bottom:solid 1px #D4D2D6;}
.divider_right { border-right:solid 1px #D4D2D6;}
.divider_left { border-left:solid 1px #D4D2D6;}

.divider_horizontal_gold {
	border-bottom:solid 1px #B6AA8D;
	padding:5px;
	width: auto;
}

.tablecell_linklist li  { padding-bottom:20px;}
.tablecell_linklist ul  { padding:0px; margin:0px; list-style-type:none;}

