
	body 
		{
		background: #000000;
		color: #FFFFFF;
	
			margin-top: 5px; 
		margin-left: 0px;
		}
	H1	{ 
			font-family: Arial, Helvetica; font-size : 18pt; 
		}
	H2
		{ 
			font-family: Arial, Helvetica;  font-size : 16pt; 
		}
	H3
		{ 
			font-family: Arial, Helvetica;  font-size : 14pt; 
		}
	H4
		{ 
			font-family: Arial, Helvetica;  font-size : 12pt; 
		}
	p 
		{ 
			font-family: Arial, Helvetica;  font-size : 10pt; 
		}
	table 
		{ 
		font-family: Arial, Helvetica; color: #fff; font-size : 10pt; 
		}
	
	li 
		{ 
			font-family: Arial, Helvetica; color: black; font-size : 10pt; 
		}

    a 
    	{ 
    		color : #EDEFFF; 
    		text-decoration: none;
    	}
    
    a:hover 
    	{ 
    		color : #fff; 
    		text-decoration: underline;
    	}
   

    img 
    	{ 
    		border-color : #000000; 
    	}
    	
    .givemespace
    	{
    		padding-left: 10px;
    	}
    .frm_input
    {
		background:url('images/frmgrad.gif') repeat-x;
		background-color:#F0F0F0;
		font-size:11px;
		font-weight:bold;
		color:#ffffff;
		font-family:Arial, sans-serif;
	}
	
	hr
	{
		width:80%;
	}
	.hide
	{
	display:none;
	}
    .show{}
    
    .onpict
    {
    visibility: visible;
    display: inline;
    }
    .offpict
    {
    visibility: hidden;
    display: none;
    }