body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: arial;
	font-size: 12px;
	line-height: 20px; 
	color: cccccc;
	background: url(../images/bg_woodblk.jpg) repeat-x #000000;
	
	
	
}

td {
	color: cccccc;
	font-family: arial;
	font-size: 12px;
	line-height: 20px; 
	
}

p {
	color: cccccc;
	font-family: arial;
	font-size: 12px;
	line-height: 25px; 
	
}

ul, ol {
	color: cccccc;
	font-family: arial;
	font-size: 12px;
	line-height: 20px; 
	
}

#description {
	color: cccccc;
	font-family: arial;
	font-size: 11px;
	line-height: 18px; 
	
}

#nav {
	color: cccccc;
	font-family: arial, sans-serif;
	font-size: 11px;
	line-height: 18px; 
	text-transform: uppercase;
	font-weight: bold;
	
}

h1 {
	margin: 0px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #ededed;
	
}

h2 {
	margin: 0px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	color: #ededed;
	
}


b, strong 	{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #EFD20F;

}

a {
	text-decoration: none;
	color: #EFD20F;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #cccccc;
}
a:active {
	color: #666666;
	text-decoration: underline;
}
