body {
	font: 10pt Arial, helvetica, sans-serif;
	color: #000000;
	background-color: #ffffff;
}
H1 {
   font-size : 16pt; 
   color : #000000;
   text-align: center;
   font-weight: bold
}
H2 {
   font-size : 14pt; 
   color : #000000;
   font-weight: bold
	margin-left: 5px;
}
H3 {
   font-size : 12pt; 
   color : #000000;
   font-weight: bold
	margin-left: 5px;
}
H4 {
   font-size : 14pt; 
   color : #000000;
   font-weight: bold
	margin-left: 5px;
}
H5 {
   font-size : 10pt; 
   color : #000000;
   font-weight: bold
	margin-left: 5px;
}
a:link {     
	color: #000000;
} 
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}
big {
	font-size: 10pt;
}
p, td, ul li, ol li, blockquote {
	font-size: 10pt;
}
p {
	margin-left: 5px;
}
th {
	font-size: bold 11pt;
}
.sidebartext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #ECE9D8;
   font-weight: bold
}
a.sidebartext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #ECE9D8;
   font-weight: bold
}
pre {
    font: 10pt "Courier New", Courier, mono;
}
.tableBox {
	border: thin solid #CCCCCC;
}
/* Use to create a soft grey line on the left side of a table cell. A visual divider. */
.leftvertDivide {
	border-left: thin solid #CCCCCC;
	font: 10pt Arial, Helvetica, sans-serif;
}
.rightvertDivide {
	border-right: thin solid #CCCCCC;
	font: 10pt Arial, Helvetica, sans-serif;
}
/* Apply to body paragraphs. Sets font, line spacing and indents first line of text. */
.main {
	font-size: 9pt/10pt;
	text-indent: 25px;
	margin-left: 5px;
	margin-right: 5px;
}
/* Formats smaller text for footer. */
.small {
	font-size: 8pt;
}
/* For navigation on directory trees. */
.crumb {
	font-size: xx-small;
	color: #666666;
	margin-right: 5px;
	margin-left: 5px;
}
/* Sets font and borders for inserts headings and related links. */
.quote {
	font: 11pt "Times New Roman", Times, serif;
	border-top: double #CCCCCC;
	border-right: #CCCCCC;
	border-bottom: double #CCCCCC;
	border-left: #CCCCCC;
	padding: 3px;
}
.quotelrg {
	font: 12pt "Times New Roman", Times, serif;
	border-top: double #CCCCCC;
	border-right: #CCCCCC;
	border-bottom: double #CCCCCC;
	border-left: #CCCCCC;
	padding: 3px;
}
.toc {
	float: right;
	width: 200px;
	margin: 10px;
	border-left: thin solid #CCCCCC;
}
.atozbox {
	border: thin solid #999999;
	font: 8pt Arial, Helvetica, sans-serif;
	background-color: #eeeeee;
	text-align: center;
}
.formhead {  
    font: bold 14px Arial, Helvetica, sans-serif; 
	background-color: #E1E1E1
}
.formdesc {  
    font:  bold 12px Arial, Helvetica, sans-serif; 
	background-color: #EEEEEE 
}
.formdata {  
    font: 11px Arial, Helvetica, sans-serif; 
	background-color: #F4F4F4
}

