basefont, body, table, td, p {
	font-family: Georgia, Geneva, "Book Antiqua", "MS Sans Serif", sans-serif;
	font-size: 12pt;			/*	100%; */
}	

BODY  {
	background-color: #004201; /* #A9A693;	*/
	color: Black;
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
}

p {
	text-indent: 0.5in;
}

p.notes, p.noindent {
	text-indent: 0;
}

HR {
}


h1           {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 16pt;
	color: #2F4F4F;
	text-align: center;
	font-weight: bold;  
	margin-bottom: 2px; 
}

h2           {
	/*font-family: Arial, Helvetica, sans-serif;*/
	color: #2F4F4F;
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 1px;
}

h3           {
	/*font-family: Arial, Helvetica, sans-serif;*/
	color: #2F4F4F;
	font-size: 12pt;
	margin-top: 1px;
	margin-bottom: 1px;
}

h4{
	/*font-family: Arial, Helvetica, sans-serif;*/
	color: #2F4F4F;
	margin-top: 1px;
	margin-bottom: 1px;
	font-weight : bold;
}

a, a:active, a:link, a:visited {
	color: #2F4F4F; /*#0000CC;*/
	text-decoration: underline;
}

a:focus, a:hover {
	text-decoration: none;
	color: red; /*#000080;#2F4F4F;
	background-color: #CEE2CE; /*#CCCCFF;*/
}

pre {
	font-family: "Courier New", Courier, monospace;
	font-size: 11pt;
}

ul           {
	/*margin-left: auto;   */
	list-style-type: square;
	margin-top : 0px;
}

li           {
	/*azimuth: far-left;
	color: #003399;
	text-align: Left;*/
}

.header {
	font-size: 200%;
	font-weight: bold;
	color: #2F4F4F;
	margin-top: 1px;
	margin-bottom: 1px;
	text-align: center;
	padding-bottom: 0;
}

.edge        { background-color: #A9A693; bgcolor: #A9A693 }

.content, table.content {
	background-color: #FAEBD7;
}

.fixed {
	font-family: "Courier New", Courier, monospace;
}

.notes {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

.tiny {
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 8pt;
}

