	* {
	
		font: normal 10pt Verdana;
	}
	
	body {
	
		margin: 0px;
		background: #4F9EF2;
		background-image: url( /images/back.gif );
		background-repeat: repeat-x;
	}
	
	form {
	
		margin: 0px;
	}
	
	table {
	
		border-collapse: collapse;			
	}
	
	td {
	
		padding: 0px;				
	}
	
	img {
		
		border: 0px;
	}
	
	.table1 {
	
  		border: 1px solid #808080;
  	}
  	
  	.table1 .rowhead {
	
  		background: #808080;
  	}
  	
  	.table1 .rowhead td {
	
  		font-weight: bold;
  		color: #FFFFFF;
  	}
  	
  	.table1 .rowfoot {
	
  		background: #C0C0C0;    		
  	}
  	
  	.table1 .rowfoot td {
  		/*border-top: 1px solid #808080;*/
  	}
  	
  	.table1 .rowodd {
	
  		background: #FFFFFF;
  	}
  	
  	.table1 .roweven {
	
  		background: #EEEEEE;
  	}
  	
  	.table1 td {
	
  		padding: 5px;
  	}
	
	.heading1 {
	
		color: #FF8000;
		font-weight: bold;
		font-size: 18pt;
		font-family: "Century Gothic", "Verdana";
	}
	
	.link1 {
	
		color: #DD6000;
	}
	
	.link1:hover {
	
		color: #0060DD;
	}
	
	.link2 {
	
		color: #DD6000;
		text-decoration: none;
	}
	
	.link2:hover {
	
		color: #0060DD;
	}
	
	.text3 {
		font-size: 8pt;
	}
	
	.text4 {
	    		
  		font-weight: bold;
  		color: #C00000;
  	}
	
	.text5 {
		font-weight: bold;
		font-size: 8pt;
	}
	
	.text6 {
    	font-size: 10pt;
    	font-weight: bold;
    	color: #008000;
    	border-bottom-width: thin;
    	border-bottom-style: dotted;
    	border-bottom-color: #00CC66;    
  	}