body	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	background: #AAA681;
	}
	
th, td, p, li	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	}
	
h1	{
	font-size: 18pt;
	font-weight: bold;
	}
	
h2	{
	font-size: 14pt;
	font-weight: bold;
	}

h3	{
	font-size: 12px;
	font-weight: bold;
	}

h4	{
	font-size: 10pt;
	font-weight: bold;
	}
	
h5	{
	font-size: 8pt;
	font-weight: bold;
	}

.monotinytext {
	font-family:Courier New, Courier, mono;
	font-size: 10pt;
	}
	
.titletext	{
	font-size: 14pt;
	font-weight: bold;
	}

.titletextblack	{
	font-size: 14pt;
	font-weight: bold;
	color:#000000;
	}

.titletextblue	{
	font-size: 14pt;
	font-weight: bold;
	color:#003399;
	}

.titletextred	{
	font-size: 14pt;
	font-weight: bold;
	color:#990000;
	}

.titletextbig	{
	font-size: 14pt;
	font-weight: bold;
	}

.titletextbigblue	{
	font-size: 14pt;
	font-weight: bold;
	color:#003399;
	}
		
.tinytext {
	font-size: 10pt;
	}
	
.tinytext1	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight:bold;
	color:#000000;
	}	
	
.tinytextbluebold {
	font-size: 10pt;
	font-weight:bold;	
	color:#003399;
	}

.tinytextdarkbluebold {
	font-size: 10pt;
	font-weight:bold;	
	color:#003366;
	}

.tinytextboldred {
	font-size: 10pt;
	font-weight:bold;
	color:#990000
	}
	
.tinytextboldbrightred {
	font-size: 10pt;
	font-weight:bold;
	color:#FF0000;
	}
	
.tinytextblackbold {
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	}

.whiteboldtext {
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
}

.nav	{
	background-color: #FFCC00;
	}
	
.navmain	{
	background-color: #FFCC00;
	}
	
.navhilite	{
	background-color: #FFCC00;
	}

a.linkbold { 
	font-size: 12pt;
	font-weight: bold;	                 
	}
	
a.linksmallbold { 
	font-size: 10pt;
	font-weight: bold;	                 
	}
	
a.linksmall { 
	font-size: 10pt;
	}

a, a:visited	{
	color: #003399;
	}

a:hover, a:active	{
	text-decoration: none;
	background-color: #4E4F49;
	color: #ffffff;
	}

td.menu	{
	color: #000000;
	}

td.menu a, td.menu a:visited	{
	color: #000000;
	text-decoration: none;
	}

td.menu a.menusel, td.menu a.menusel:visited	{
	color: #000000;
	}

td.menu2	{
	color: #0033CC;
	}

td.menu2 a, td.menu2 a:visited	{
	color: #0033CC;
	text-decoration: none;
	}

td.menu2 a.menusel, td.menu2 a.menusel:visited	{
	color: #0033CC;
	}

td.menu3	{
	color: #FF0000;
	}

td.menu3 a, td.menu3 a:visited	{
	color: #FF0000;
	text-decoration: none;
	}

td.menu3 a.menusel, td.menu3 a.menusel:visited	{
	color: #FF0000;
	}

td.menu a.menusel:hover, td.menu a.menusel:active, td.menu2 a.menusel:hover, td.menu2 a.menusel:active, td.menu3 a.menusel:hover, td.menu3 a.menusel:active	{
	text-decoration: none;
	background-color: #FFCC00;
	color: #ffffff;
	}
	