/* CSS Document */

body
	{background-color:#CCCC99;
	margin: 0;}

a	{color: #009900;
	font-weight: bold;
	text-decoration:none;}

a:hover
	{color:#99CC00;
	font-weight:bold;
	text-decoration:none;}
	
a.credit
	{color:#999966;
	font-weight: bold;
	text-decoration:none;}
	
a.credit:hover
	{color:#999999;
	font-weight: bold;
	text-decoration:none;}

p.head, span.head
	{font-family:Arial;
	font-size: 16px;
	line-height: 20px;
	color:#990000;
	font-weight:bold;}
	
p.text, span.text
	{font-family:Georgia;
	font-size: 12px;
	text-indent: 20px;
	line-height: 20px;}
p.text2
	{font-family:Georgia;
	font-size: 12px;
	text-indent: 20px;
	line-height: 17px;}
	
p.bold,span.bold
	{font-weight:bold;}

div.table
	{margin-top:-3px;}

td.nav
	{background-color:#990000;
	width:145;
	padding-top: 15px;}	

td.content
	{background-color:#FFFFFF;}
	
div.content
	{width:831px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:15px;
	margin-right:15px;}
	
td.bottom
	{background-color:#990000;
	height:25px;
	padding-top:5px;
	padding-bottom:5px;}
	
h3	{font-family:Georgia;}
h2	{font-family:Georgia;}

td.credit
	{background-color:#CCCC99;
	height:70px;}

