body 
		{
			font-family: Verdana, sans-serif;
			font-size: 9px;
			background: #CCCCCC;
			text-align: left;
		}

a:link, a:visited
		{
			color: #666666;
			text-decoration: none;
		}

a:active, a:visited.active
		{
			color: #999999;
			background: #CCCCCC;
			text-decoration: none;
		}
		
a:hover
		{
			color: #000000;
			text-decoration: underline;
		}


.bigtext
		{
			font-size: 13px;
			font-weight: bold;
		}

.smtext
		{
			font-size: 10px;
		}


.jumptext
		{
			font-size: 10px;
			color: #999999;
		}
		
a.jump:link, a.jump:visited
		{
			color: #666666;
			text-decoration: none;
		}

a.jump:active, a.jump:visited.active
		{
			color: #999999;
			background: #CCCCCC;
			text-decoration: none;
		}
		
a.jump:hover
		{
			color: #000000;
			text-decoration: underline;
		}

.sidetext
		{
			font-size: 9px;
			color: #999999;
		}
		
a.side:link, a.jump:visited
		{
			color: #666666;
			text-decoration: none;
		}

a.side:active, a.jump:visited.active
		{
			color: #999999;
			background: #CCCCCC;
			text-decoration: none;
		}
		
a.side:hover
		{
			color: #000000;
			text-decoration: underline;
		}

.copyright
		{
			font-size: 9px;
			color: #999999;
			text-align: left;
		}

.table
		{
			background: #FFFFFF;
			
		}

img	{
	border-width: 0
	}