@charset "UTF-8";
/*
--------------------------------------------------------------
BODY ATTRIBUTES SPECIFIC TO CLIENT EDITOR
--------------------------------------------------------------
-	Other Body tag attributes reside in Master.css file
-------------------------------------------------------------- */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #333;
	}
/*
-------------------------------------------------------------- */
h1 {
	color: #1a4a91;
	font-size: 18px;
	line-height: 21px;
	font-weight: bold;
	padding-bottom: 20px;
	}
h2 {
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	padding-bottom: 12px;
	}
h3 {
	color: #1a4a91;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	padding-bottom: 12px;
	}
h4 {
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 8px;
	}
h5 {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 8px;
	}
h5.line-break {
	padding-top: 15px;
	background-image: url(images/home-section-rightside-border.gif);
	background-repeat: repeat-x;
	}
h6 {
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 15px;
	}
/*
-------------------------------------------------------------- */
a:link,
a:visited {
	color: #1A4A91;
	text-decoration: none;
	}
a:hover {
	color: #D70909;
	text-decoration: underline;
	}
	
/* Text Styles
-------------------------------------------------------------- */
p {
	margin-bottom: 12px;
	}
.caption-text {
	font-size: 10px;
	color: #666666;
}
.red-text {
	color: #D60000;
	}
.remove-padding {
	padding-bottom:1px;
	}
.float-right p,
.float-left p {
	padding-right:6px;
	padding-left:6px;
}
.line-above {
	border-top:solid #CCCCCC 1px;
	padding-top: 10px;
	}


/* Content Right Header Image Area
-------------------------------------------------------------- */	
#content-right-header {
	color:#FFFFFF;
	}
#content-right-header h1 {
	color:#FFFFFF;
	padding-top:20px;
	padding-right: 20px;
	}
#content-right-header p {
	margin-bottom:0px;
	padding-bottom:12px;
	padding-right: 20px;
	}

	
/*
-------------------------------------------------------------- */
#simulator {
	background-image: url(images/dotted-line.gif);
	background-repeat: repeat-x;
	padding: 12px 0px;
	clear: right;
	}
#simulator a img {
	border: solid #CCCCCC 1px;
	padding:1px;
	margin-left:12px;
	float: right;
	}
#simulator-information {
	width: 41%;
	}
#simulator h3 {
	display: block;
	background-color: #CCCCCC;
	color: #333333;
	padding:3px 0px 2px 4px;
	margin-bottom:6px;
	font-size:12px;
	}


/* Table Styles
-------------------------------------------------------------- */

table.board-of-directors td {
	vertical-align:top;
	padding-right: 20px;
	padding-bottom: 25px;
	}
table.three-images td {
	width:33%;
	padding-right:10px;
	vertical-align:top;
	}
table.form-table th {
	font-weight: bold;
	padding: 10px 0px 4px 0px;
	}
table.form-table td,
table.form-table th {
	vertical-align: top;
	}
table.no-underlne td {
	border-bottom:0px;
	}
.anonymous-hotline {
	width: 135px;
	float: right;
	margin-left: 30px;
	border: solid #CCCCCC 1px;
	padding: 8px;
	}
.td-with-borders{
 border-style: solid solid solid  solid; 
 border-width:1px 1px 1px 1px;
 border-color:black;
}