



/* CSS Document */



ul	{
	float: left;
	position: fixed;
	margin-left: 20px;
	}

li	{
	width: 150px;
	height: 15px;
	margin-top: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #64acd8;
	font-weight: bold;
	font-size: 120%;
	background-color: #ffffff;
	list-style: none;
	padding: 3px;
	font-family:  Century Gothic;
	font-size: 12px;
	color: #999999;
	}
li:hover	{
	background-color: #faffd8;
	border-color: #004f7b;
	font-family:  Century Gothic;
	font-size: 12px;
	color: #999999;
	}

a:link	{
	text-decoration: none;
	color: #999999;
	}
a:hover	{
	text-decoration: none;
	color: #333333;
	}
a:visited	{
	text-decoration: none;
	color: #999999;
	}

a:active	{
	text-decoration: none;
	color: #FF0000;
	}








td { font-family:  Century Gothic, Helvetica; font-size: 10pt; font-color:#000000; }
font.small { font-family:  Century Gothic, Helvetica; font-size: 8pt; font-color:#000000 }

font.blue { font-family:  Century Gothic, Helvetica; font-size: 10pt; font-color:#B2C3D8; font-weight:bold }

a:link { color:#000000; }
	a:visited { color:#000000; }
	a:hover { color:#818181;}
	a:active { color:#000000; }
	
	a.grey {color:#818181; text-decoration:none }
	a.grey:visited { color:#818181;  }
	a.grey:hover { color:#818181; text-decoration:underline; }
	a.grey:active { color:#818181; }
	
	
	image.b { border: 1px solid #000000; }