		
body	{
			font-family: verdana,geneva,lucida,arial,sans-serif;
			font-size: 12px;
			color: #CCC;
			background: 000;
			}

table 	{
		border: 0px;
		width: 800;
		color: #000;
		font-size: 12px;
		background: #FFF;
		
		}
.main	{
		border: 0px none;
		background: #FFF;
		width: 100%;
		}

.navi	{	
			width: 200;
			font-size: 11px;
			font-weight: bold;
			color: #CCC;
			text-align: right;
			background: #000;
		}
			
.box 	{
		font-size: 7pt;
		background: #BFBFBF;
		}
			
.bg-a	{
		background: #E0E0E0;
		}
			
.bg-b	{
		background: #666;
		}

.bg-c	{
		background: #FFF;
		}
			
.bg-d	{
		background: #000;
		}
			
.bg-e	{
		background: #E1E1E1;
		}
		
ul		{
		list-style-type: square;
		}

.bld 	{
		font-size: 10px;
		font-weight: bold;
		}
	
#top	{
		font-size: 11px;
		font-weight: bold;
		margin-left: 10;
		text-align: left;
		}
		
.footer	{
		font-size: 11px;
		background: #000;
		color: #CCC;
		}

a:link 	{
		color: #999;
		text-decoration: none;
		}

a:visited
		{
		color: #999;
		text-decoration: none;
		}

a:hover	{
		color: #666;
		text-decoration: none;
		}