/* CSS Document */
*
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.9em;
}

img
{
	border:0px;
	margin:5px;
}

ul
{
	margin-left:20px;
	list-style:inside;
}

#menu ul 
{
	display:none;
}
	

table
{
	border-left:1px solid #6B370B;
	border-top:1px solid #6B370B;
}

table td, table th
{
	border-right:1px solid #6B370B;
	border-bottom:1px solid #6B370B;
	padding:3px;
}
#credit
{
	display:none;
}

h1
{
	font-size:1.4em;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#6B370B;
}
h2
{
	font-size:1.2em;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#6B370B;
}
h3
{
	font-size:1em;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#6B370B;
}


.clear
{
	clear:both;
}
