body, TD, p 
{	font-family: "Georgia", Verdana, sans-serif;
	color: black;
	font-size: 11px;
	line-height: 16px;
}


body
{	background-color: #fff;
	margin: 0px;
	background-image: url(img/tile.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	font-family: "Georgia", Verdana, sans-serif;
	color: black;
	font-size: 11px;
	line-height: 16px;

}

body.index
{	background-color: #fff;
	margin: 0px;
	background-image: none;
	font-family: "Georgia", Verdana, sans-serif;
	color: black;
	font-size: 11px;
	line-height: 16px;

}
H1
{
	color: #CEA38D;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 5px;
	margin-bottom: 30px;
}


H2
{
	color: #999;
	font-size: 11px;
}

H3
{
	color: #333;
	font-size: 12px;
	font-weight: bold;

}

li
{
	list-style-type: circle;
}


p.small
{
	font-family: "Georgia", Verdana, sans-serif;
	color: #ccc;
	font-size: 9px;
	letter-spacing: 2px;
	margin: 3px;

}


a:link
{
	color: #128593;
	text-decoration: none;
	font-size: 11px;
	line-height: 16px;
}


a:hover
{
	line-height: 14px;
	font-size: 11px;
	background-color: #D0E7E9;
}

a:visited
{
	color: #696;
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;

}

a.nav
{
	color: white;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 2px;
	text-decoration: none;
}

a.nav:hover
{
	color: white;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 2px;
	background-color: #CC6735;
}

a.nav:visited
{
	color: white;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 2px;
	text-decoration: none;
}


a.index
{
	color: #999;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 16px;
	text-decoration: none;
}

a.index:hover
{
	color: #128593;
	font-size: 9px;
	font-weight: bold;
	line-height: 16px;
	letter-spacing: 2px;
	background-color: #D0E7E9;
}

a.index:visited
{
	color: #999;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 16px;
	text-decoration: none;
}


#content
{	margin: 30px;
}


	
#navText
{	
	color: #CCCCCC;
	position: absolute;
	left: 590px;
	top: 17px;
}

#year
{
	color: #B2B2B2;
	font-size: 11px;
	font-weight: bold;
}



#ruleLight
{
	border: solid 1px #E5E5E5;
	border-style: solid none none none;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}



