body {
	background: #c8c8b4;
	margin: 0;
	padding:0;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 100%;
	color: #505050;
}	


a:link, a:visited, a:active  {
	color: #365ebf;
	text-decoration: none;
}

a:hover {
	color: #365ebf;
	text-decoration: underline;
}

p, blockquote {
	font-size: 0.6875em;
	line-height: 15px;
}








#container {
	margin: 10px auto;
	padding-bottom: 20px;
	width: 800px;
	background-color: #FFF;
	background: url('images/bottom.gif') no-repeat bottom #fff;
}



h1.header {
	width: 800px;
	height: 106px;
	background: url('images/header_landing.gif') no-repeat;
	line-height: 0;
	margin: 0;
	padding: 0;
}

h1.header span {
	display: none;
}



h2 {
	color: #4e9e19;
	margin: 15px 0 5px;
	font-size: 1.25em;
	line-height: 1.25em;
	font-weight: bold;
}


h3 {
	color: #505050;
	margin: 20px 0 5px;
	font-size: 0.875em;
	line-height: 0.875em;
	font-weight: bold;
}


#content {
	width: 760px;
	margin: 0;
	padding: 0 20px;
}



#masthead {
	background: url('images/masthead_bg.gif') no-repeat;
	width: 720px;
	height: 116px;
	margin: 20px;	
	padding: 0 20px;	
}

#masthead p {
	margin: 0;	
	padding: 10px;
	font-size: 11px;
}




#footer {
	border-top: 2px #969696 dotted;
	margin: 10px 20px 0;
	padding: 20px 0;
	width: 760px;
}

#footer p {
	font-size: 10px;
	color: #333;
	line-height: 1.2em;
}




.clear {
	clear: both;
}






.deck {
	font-size: 0.75em;
	font-weight: bold;
}




ul, ol {
	font-size: 0.6875em;
	line-height: 15px;
	padding-bottom: 0.6em;
}

li {
	padding: 0.2em;
}









ol li ul {
	font-size: 1em;
	list-style-type: disc;
	margin: 10px 0 0;
	padding: 0 5px;
}

ol li ul li {
	margin: 0;
	padding: 0 0 5px;
}



ol li ol {
	list-style-type: lower-alpha;
}




/***** FOOTNOTE *****/


.footnote {
	margin: 30px 0;
}



.footnote p {
	margin: 0;
}


.footnote blockquote {
	margin-top: 0;
	margin-bottom: 0;
}





td.chartcel {
	font-size: 0.6875em;
	color: #000;
	border: 1px #505050 solid;
	border-collapse: collapse;
}


td.chartcel ul {
	margin: 0 1em;
	padding: 0 1em;
}



td.charthd {
	font-size: 0.75em;
	font-weight: bold;
	color: #505050;
	background-color: #94b5e0;
	border: 1px #505050 solid;
	border-collapse: collapse;
}



div.fineprint {
	font-size: 9px;
	line-height: 11px;
	margin-top: 25px;
}


sup  {
	font-size: 0.8em;
}


div.toc {
	padding-bottom:10px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 20px;
}

p.return {
	margin-bottom: 20px;
	font-size: 11px;
	
}

table.chart caption {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding-bottom: 10px;
}


