body {
	margin: 0;
	padding: 0;
	background: #8d9194;
	color: #666;		
	font-family: arial, sans-serif;
	font-size: 9pt;
	text-align: center;
	}

a img { border: none; }

a:link {	
	color: #002ad1;
	text-decoration: underline;
	}
a:visited {	
	color: #00209f;
	text-decoration: underline;
	}
a:hover, a:active {
	color: #74787a;
	text-decoration: none;
	}

h1, .header1 {
	color: #00209f;
	font-size: 10pt;
	}
h2, .header2 {
	margin: 0;
	font-size: 9pt;
	color: #666;	
	
	}
h3, .header3 {
	margin: 0;
	color: #00209f;
	font-size: 9pt;
	}
h4, .header4 {
	margin: 0;
	color: #999;
	font-size: 9pt;	
	}	

.faqQ {
	font-weight: bold;
	font-size: 14pt;
	color: #74787a;
	}
.faqA {
	font-weight: bold;
	font-size: 14pt;
	color: #00209f;
	}

.disclaimer {
	font: 8pt Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
	}
	
.xsmall {
    font-size:.8em; 
	}
.small {
    font-size:.9em;
	}
.medium {
    font-size:1em;
	}
.large {
    font-size:1.1em;
	}
.xlarge{
    font-size:1.2em;
	}

.special3{
    text-decoration: line-through;
}

.special2{
    text-decoration: overline;
}

.special1{
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
    font-weight: bold;
    font-size: 11px;
}
	
.tableheader {
	background: #00209f;
	color: #fff;
	font-weight: bold;
	}

.tablecontent1 {
	background: #fff;
	color: #666;
	}
	
.tablecontent2 {
	background: #f2f5fc;
	color: #333;
	}

.contentImgHome {
	float: left;
	width: 131px;
	margin: 0 10px 10px 0;		
	display: inline;  /* fix IE doubled float-margin bug */
	}
.contentImg {
	float: right;
	width: 131px;
	margin: 0 0 10px 10px;		
	}

table, .table{
	border-width:1px;
	border-style:solid;
	border-color:#00209F;
	width:85%;
	margin:-10px 0px 10px 0px;
}

td{
	font-family: arial, sans-serif;
	font-size: 9pt;
	padding: 5px 10px 5px 15px;
}