body, TD, p 
{	font-family: Georgia, Times, Serif;
	color: #CCC;
	font-size: 11px;
	line-height: 15px;
}


body
{	background-color: black;
	margin: 40px;
	}

H1
{		font-family: "Georgia", Times, Serif;
	color: #BDC1A6;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin: 25px;}

H2
{	font-family: "Georgia", Times, Serif;
	color: #CCC;
	font-style: italic;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 10px;}


H3
{	font-family: "Georgia", Times, Serif;
	color: #699;
	font-size: 9px;
	font-weight: normal;
	font-style: italic;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;}

H4
{	font-family: "Georgia", Times, Serif;
	color: #066;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 1px;}
	
H5
{	font-family: "Georgia", Times, Serif;
	color: #4D8B8B;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 1px;}

H6
{	font-family: "Georgia", Times, Serif;
	color: #CCC;
	font-style: italic;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 25px;}
	
OL
{
	list-style-type: decimal; } 

UL
{
	list-style-type: square; } 

a:link
{
	color: #CFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	line-height: 15px;
}


a:hover
{
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	background-color: #399;
}

a:visited
{
	color: #CFF;
	font-weight: bold;
	font-size: 11px;
	line-height: 15px;
	text-decoration: none;
}


#ruleLight
{
	border: solid 1px #E5E5E5;
	border-style: solid none none none;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}


p.margin
{
	margin-bottom: 80px;
	margin-top: 80px;}

p.content
{
	margin: 25px;}
	

#contact table { 
background-color: transparent; 
width: 360px;
}

#contact td { 
margin-bottom: 40px;
background-color: transparent; 
}

.labelcell { 
width: 160px; 
} 

.fieldcell { 
width: 200px; 
} 

.fieldcell input{ 
background-color: #9CC;
font-family: "Georgia", Times, Serif;
font-size: 11px;
border: 0x;
width: 200px; 
padding: 5px;
} 

.textarea input{
background-color: #9CC; 
font-family: "Georgia", Times, Serif;
font-size: 11px;
border: 0x;
width: 200px;
height: 70px;
padding: 5px;
}

.button {
	color: #663333;
	background-color: #FFE8CB;
	border: 1px solid #BC9E7E;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-align: center;
	margin: 5px;
	padding: 5px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

