body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #000000;
}

img	{
	border: 0;
	display: block;
	}

p, li, dd, dl	{
	font-family: "Trebuchet MS", verdana, Lucida, geneva, Helvetica, sans-serif;
	line-height: 14px;
	padding-left: 12px;
	padding-right: 12px;
	text-align: justify;
	font-size: 11px;
	color: #333333;
	}

.inline	{
	display: inline;
	}

	
a	{
	text-decoration:	none;
	font-weight:	normal;
	color: #7D3E1C;
	border-bottom-style: none;
	}
	
a:link	{
	color:	#7D3E1C;
	background-color: transparent;
	border-bottom: 1px;
	}
	
a:visited	{
	color:	#7D3E1C;
	background-color: transparent;
	border-bottom: none;
	}
	
a:hover	{
	color:	#7D3E1C;
	background-color: transparent;
	border-bottom: 1px dotted #7D3E1C;
	}
	
a:active	{
	color:	#CC0000;
	background-color: transparent;
	border-bottom: 1px solid #CC0000;
	border-top: 1px;
	}
	

.footertype {
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Geneva, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
	letter-spacing: 0.06em;
}

.leftnav {
	background-image: url(../images/leftnav_grey.gif);
	background-repeat: repeat;
}

