html {
font-family:Verdana, Arial, Helvetica, sans-serif; 
font-size: 10pt;
}
body {
font-family:Verdana, Arial, Helvetica, sans-serif; 
text-align:center;
background-color:#0e4861;
font-size: 10pt;
}

.content p, .content div, .content td, .content span {
font-size: 10pt;
}

.header {
background-color:#ffffff;
width:780px;
border: 1px solid #000000;
margin: 3px;
padding: 10px;
height:100px;
text-align:left;
font-size: 10pt;
}
.content {
background-color:#ffffff;
width:780px;
border: 1px solid #000000;
margin: 3px;
padding: 10px 10px 25px 10px;
text-align:left;
font-size: 10pt;
}
.footer {
background-color: #285921;
width:780px;
border: 1px solid #000000;
margin: 3px;
padding: 10px;
text-align: center;
font-size: 10pt;
color: #ffffff;

}
.footer A:link { color: #b3cbdc; }
.footer A:hover { color: #ffffff; }
.footer A:visited { color: #dddddd; }
.footer A:active { color: #eeeeee; }
h1 {
font-size: 14pt;
font-weight:bold;
color:#0e4861;
}
h2 {
font-size: 12pt;
color: #285921;
}
h3 {
font-size: 11pt;
color:#a74800;
font-weight:bold;
}
A:link { color: #07395a; }
A:hover { color: #a74800; }
A:visited { color: #5a5a4a; }
A:active { color: #5a2700; }
a.topnav, a.topnav:link, a.topnav:visited  {
background-color:#285921;
color: #ffffff;
border: 1px solid #0e4861;
margin: 3px;
padding: 3px;
height:25px;
font-size: 10pt;
width: auto;
font-weight:bold;
text-decoration:none;
}
a.topnav:hover { color: #a74800; text-decoration:none; background-color:#ffffff; border: 1px solid #285921;}
a.topnav:active { color: #ffffff; text-decoration:none; background-color:#a74800; border: 1px solid #000000;}
LI, OL, UL, TABLE, TR, TH, TD, .Explicit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

P, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

TEXTAREA, INPUT, SELECT, OPTION {
	font-family: "Lucida Console", Courier, monospace;
	font-size: 9pt;
}

.htmlcode{
	background: none repeat scroll 0 0;
	overflow:auto;
	text-align:left;
	padding:15px; 
	border: 1px inset #0D5899; 
	background-color: #B1C5F1; 
	font-size:12px; 
	color:#0D5899; 
	width:700px; 
	margin:10px; 
	font-family:'Courier New', Courier, monospace;
	max-height:250px;
}
.apicall{
	background: none repeat scroll 0 0;
	overflow:auto;
	text-align:left;
	padding:15px; 
	border: 1px inset #206D12; 
	background-color: #BEEEB9; 
	font-size:12px; 
	color:#206D12; 
	width:700px; 
	margin:10px; 
	font-family:'Courier New', Courier, monospace;
	max-height:250px;
}
.important {
	font-style:italic;
	overflow:auto;
	text-align:left;
	padding:10px; 
	border: 1px solid #F4B11C; 
	background-color: #F9F1BF; 
	font-size:12px; 
	color: #AE5B24; 
	width:700px; 
	margin:10px; 
	max-height:250px;
}
.warning {
	font-weight:bold;
	overflow:auto;
	text-align:left;
	padding:10px; 
	border: 1px solid #9D1720; 
	background-color: #FFBFBF; 
	font-size:12px; 
	color:#9D1720; 
	width:700px; 
	margin:10px; 
	max-height:250px;
}
.toc {
padding:15px; border: 1px solid #E96A1D; background-color:#FFDCB9; font-size:12px; width:250px; margin:15px;
}
