/* external style sheet stylesheet.css */

/* body */


BODY  {	font-family: tahoma, arial, sans-serif;
	font-variant: normal;
	font-style: normal;
	font-size: 8pt;
	background-color: rgb(192,192,192)
	}

/* links */


A:link { color: rgb(20,20,255);
	 text-decoration: none}				/* unvisited link */
A:visited { color: rgb(0,0,255) }			/* visited links */
A:active { color: rgb(0,81,55) }			/* active links */		
A:hover	{ color: rgb(0,0,0);
	  background-color: rgb(255,255,255);
	  text-decoration: none}			/* current links */		

/* DIVs */


DIV  {	position: absolute;
	top: 3%;
	border-style: solid;
	border-width: 4px;
	border-color: rgb(157,0,32);
	background-color: rgb(0,81,55);
	color: rgb(0,81,55);
	padding-top: 1;
	font-size: 8pt;
	overflow: auto;
	}


.menu	{  left: 10%;
	top: 3%;
	width: 82%;
	}


.disclaimer {	border-style: outset;
		border-width: 2px;
		color: rgb(0,81,55);
		padding-top: 0;
		font-size: 6pt;
		left: 12%;
		top: 90%;
		width: 80%;
	}


.normal	{	left: 2%;
	top: 3%;
	width: 95%;
	}



/* paragraphs */
	

P  {	font-family: helvetica, sans-serif; 
	font-size: 9pt;
	line-height: 11pt; 
	margin: 5px;
	text-align: justify;
	color: rgb(255,255,255);
	}


.disclaimertxt  {	font-family: "Courier New", fixed; 
		color: rgb(0,0,255);
		font-size: 6pt;
		text-align: center;
		line-height: 8pt;
		margin: 2px;
	}

.notes  {	position: relative;
		font-family: helvetica, sans-serif;
		color: rgb(157,0,32);
		font-size: 9pt;
		line-height: 11pt; 
		margin: 5px;
		text-align: justify;
		background-color: rgb(192,192,192)
	}



/* headings */


H1  {	font-family: helvetica, sans-serif;  
	font-weight: bold; 
	font-size: 26pt;
	margin: 3px;
 	line-height: 30pt;
	text-align: center;
	color: rgb(157,0,32);
	}


H2  {	font-family: helvetica, sans-serif;  
	font-weight: bold; 
	font-size: 14pt;
	margin: 3px;
 	line-height: 18pt;
	text-align: center;
	color: rgb(157,0,32);
	}

H3  {	font-family: helvetica, sans-serif;  
	font-weight: bold; 
	font-size: 12pt;
	margin: 3px;
 	line-height: 14pt;
	text-align: center;
	color: rgb(157,0,32);
	}

H4  {	font-family: helvetica, sans-serif;  
	font-weight: bold; 
	font-size: 10pt;
	margin: 3px;
 	line-height: 11pt;
	text-decoration: underline;
	text-align: left;
	color: rgb(255,255,255);
	}

UL  {	font-family: helvetica, sans-serif; 
	font-size: 9pt;
	line-height: 11pt; 
	margin: 5px;
	text-align: justify;
	color: rgb(255,255,255);
	}

LI  {	font-family: helvetica, sans-serif; 
	font-size: 9pt;
	line-height: 11pt; 
	margin: 5px;
	text-align: justify;
	color: rgb(255,255,255);
	type: square;
	}
/* old code */





/*

SPAN  {	position: absolute;
	left: 10%;
	top: 20;
	width: 80%;
	border-style: solid;
	border-width: 4px;
	border-color: rgb(99,99,156);
	color: rgb(0,0,128);
	font-size: 8pt;
	overflow: auto;
     }

*/

.Table  {	position: absolute;
		left: 20%;
		top: 20;
		width: 50%; 
		color: rgb(255,255,0);
		background-color: rgb(0,0,0)  !important;
		border-style: solid;
		border-width: 4px;
		border-color: rgb(99,99,156);
		overflow: auto;
        } 

			
/* end of file */