/* CSS Document */
<style type="text/css">

body, table, td	
	{
	font-family:verdana;
	font-size: 9pt; 
	color: white; 
	background-color:#666633
	}

A, A:visited, A:link
	{
	font-family: verdana; 
	font-size: 9pt; 
	color: white; 
	text-decoration: none; 
	font-weight:normal; 
	text-transform:lowercase
	}	

A:hover 	
	{
	font-family: verdana; 
	font-size: 9pt; 
	color:#ff9933; 
	text-decoration:underline; 
	font-weight: normal; 
	text-transform:lowercase
	}	
	
td.ridge 
	{
	vertical-align: middle;
	text-align: center;
	font-family: Verdana;
	font-size: 9px;
	color: black;
	text-align: center;
	word-spacing: normal;
	white-space: normal;
	text-decoration: none;
	font-weight: bold; 

}

p.ridge 
	{
	vertical-align: middle;
	text-align: center;
	font-family: Verdana;
	font-size: 9px;
	color: white;
	text-align: center;
	word-spacing: normal;
	white-space: normal;

}

p.ridgespecial
	{
	border-style: ridge;
	border-color: black;
	width: 40%;
	font-family: Verdana;
	font-size: 9px;
	color: white;
	background-color: gray;
	text-align: center;
	word-spacing: normal;
	white-space: normal;
	padding:50px;
	}
	
p.listed
	{
	border-style: ridge;
	border-color: black;
	width: 50%;
	font-family: Verdana;
	font-size: 9px;
	color: white;
	background-color: gray;
	text-align: left;
	word-spacing: normal;
	white-space: normal;
	padding:20px;
	}

	
	
/*
#Menu {
	position:absolute;
	top:75px;
	left:80px;
	width:100px;
	padding:1cm;
	background-color:#eee;
	border:1px dashed #999;
	line-height:17px;
}
*/
</style>