body	{
		margin: 0px;
		padding: 0px;
		text-align: center;
		background-color: #74f397;
		}
		
div,td	{
		font-family: verdana, sans-serif;
		font-size: 11px;
		line-height: 16px;
		}		

img		{border: 0px}
		
a		{color: #b00805;
		text-decoration: none}	

a:hover	{color: #b00805;
		text-decoration: underline}					
		
.accent	{color: #b00805;}

.fix	{vertical-align: center; text-align: center}

.white	{background-color: #ffffff;}
				
#container	{
		position: relative;
		width: 760px;
		height: 432px;
		margin: 0 auto 0;
		padding: 0;
		text-align: left;
		}							
		
#subnav {
		background-color: #ffffff;
		}		

#subnav a	{color: #b00805;
		text-decoration: none;}	

#subnav a:hover	{color: #b00805;
		font-weight: bold}			
		
#menu	{
		margin: 12px 0px 12px 12px;
		width: 419px;
		height: 396px;
		border: 0px solid black; 
		}

.test	{height: 276px}	
		
.p24		{
		font-size: 24px; 
		line-height: 24px
		}	

.p12		{
		font-size: 12px; 
		line-height: 12px
		}						
		
.p8		{
		font-size: 8px; 
		line-height: 8px
		}	
		
.p4		{
		font-size: 4px; 
		line-height: 4px
		}	
		
.pleft	{float: left;
		margin: 4px 16px 16px 0px;}				
