/* *************************************
HTML TAG STYLES BELOW
/* ********************************** */

body
{
	font-family: verdana, helvetica, geneva, arial, sans-serif;
	font-size: 9pt;
	color: #000000;
	background-color: #0A2A09;
	background-repeat: repeat-x;
	/*  margin: top right bottom left */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

table 
{ 
	font-family: verdana, helvetica, geneva, arial, sans-serif;
	background-color: #ffffff;
	font-size: 9pt;
}

p
{
	font-family: verdana, helvetica, geneva, arial, sans-serif;
	font-size: 9pt;
	color: #000000;
	/*  margin: top right bottom left */
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;	
}							

li				
{	
	/*  margin: top right bottom left */
	margin: 0px 0px 0px 0px;
}
				


/* *************************************
HTML HEADER STYLES BELOW
/* ********************************** */
				
H1 				
{	
	font-family: verdana, helvetica, geneva, arial, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #000000;
	/*  margin: top right bottom left */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
} 

H2 				
{	
	font-family: verdana, helvetica, geneva, arial, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
	/*  margin: top right bottom left */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
} 

H3 				
{	
	font-family: verdana, helvetica, geneva, arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #51894a;
	/*  margin: top right bottom left */
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

H4 				
{	
	font-family: verdana, helvetica, geneva, arial, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #BC5F1A;
	/*  margin: top right bottom left */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

H5 				
{	
	font-family: verdana, helvetica, geneva, arial, sans-serif;
	display: inline;
	font-size: 11pt;
	font-weight: bold;
	color: #000000; 
	/*  margin: top right bottom left */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
} 

H6 				
{	
	font-family: verdana, helvetica, geneva, arial, sans-serif;
	font-size: 8pt;	
	font-weight: normal;
	font-style: italic;
	color: #000000; 
	/*  margin: top right bottom left */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


HR 				
{	
	padding-top : 8px;
	margin-bottom : 8px;
	height : 1px;
	color : Silver;
	border-color : Silver;
	border-style : none;
	width : 100%;
}


/* *************************************
HTML LINK STYLES BELOW
/* ********************************** */
									
a:link 			
{
	text-decoration: underline;
	color: #51894a;
}

a:visited		
{	
	text-decoration: underline;
	color: #51894a;
}

a:hover 		
{	
	text-decoration: underline;
	color: #000000;
}
								
a:active 		
{	
	text-decoration: underline;
	color: #000000;
}		


/* *************************************
CUSTOM STYLES BELOW
/* ********************************** */

.credits 		
{	
	font-size: 8pt;
	color: #7D9D81;
}
				
a.cr:link 		
{	
	text-decoration: none;
	color: #7D9D81;
}

a.cr:visited 	
{	
	text-decoration: none;
	color: #7D9D81;
}

a.cr:hover 		
{	
	text-decoration: none;
	color: #DD9C32;
}

a.cr:active 	
{	
	text-decoration: none;
	color: #DD9C32;
}

.maintableborder
{
	/*  margin: top right bottom left */
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
}

.creditborder
{
	/*  margin: top right bottom left */
	border-color: #000000;
	border-style: solid;
	/*  margin: top right bottom left */
	border-width: 1px 0px 0px 0px;
}

th.gray1 {
	font-family: verdana, helvetica, geneva, arial, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;	
	text-align: left;
	text-indent: 0px;
	/*  margin: top right bottom left */
	margin: 0px 0px 0px 0px;
	padding: 8px;
	background-color : #F1ECE8;
}

th.gray2 {
	font-family: verdana, helvetica, geneva, arial, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;	
	text-align: left;
	text-indent: 0px;
	/*  margin: top right bottom left */
	margin: 0px 0px 0px 0px;
	padding: 8px;
	background-color : #e4dcd6;
}

.p2 			
{	
	line-height : 25pt;
}

.bgimage
{	
	background-image: url(/images/image.gif);
	background-repeat: repeat-x; repeat-y;
}

.imagespace				
{	
	/*  margin: top right bottom left */
	margin: 5px 0px 5px 5px;
	padding: 0px 0px 0px 0px;
}