body 		{ 
			background-color: #8c8c8c; 
     		font-family: verdana, arial, tahoma; 
     		font-size: 10px; 
     		}
       
TD 			{
			color:#333333;     
    		font-size:11px;    
    		font-family: verdana, arial;
    		line-height: 15px;
    		}      
  
A:link		{
			text-decoration: underline;
      		color: #799244;
      		}

A:visited	{
			text-decoration: underline;
	  		color: #799244;
	  		}

A:active	{
			text-decoration: none;
		 	color: #999999;
		 	}

A:hover		{
			text-decoration: none;
		 	color: #999999;
		 	}

.small 		{
			color:#996633;               
     	  	font-size: 10px;
     	  	}   
          
.white 		{
			color: #ffffff;
        	font-size: 1px;
        	font-family: arial, verdana;
        	}
        
.greenTable	{
			background-color: #e5e4e4;
			border: #cccccc 1px solid; 
			padding: 10px;
			}
			
			
.mainTable	{
			background-color: #ffffff;
			border: #666666 1px solid;
			}
			
.sideTable	{
			background-color: #e5e4e4;
			border: #cccccc 1px solid; 
			padding: 5px;
			}
			
hr 			{ 
			border: none 0;
			border-top: 1px dashed #666666;
			width: 99%;
			height: 1px;
			}
