/* CSS Document */

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #F5EC9E;
	text-decoration: none;
	font-size: 11px;
	
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #F5EC9E;
	text-decoration: underline;	
	font-size: 11px;
	font-weight: normal;
	
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #F5EC9E;
	text-decoration: none;
}

/* these control the links in the page text */

a:link.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #691C00;
	text-decoration: underline;
	font-size: 11px;
	
}
a:hover.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #691C00;
	text-decoration: underline;	
	font-size: 11px;
	font-weight: bold;
	
}
a:visited.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #691C00;
	text-decoration: none;
}

/* ------- end page links --------- */

p {
	font-family: verdana;
	font-size: 11px;
	color: #000;
	font-weight:400;
	font-stretch:200;
	line-height:16px;
	}
	
h1#index {
	font-family: verdana;
	font-size: 11px;
	color: #000;
	font-weight:400;
	font-stretch:200;
	line-height:16px;
	}

h1 {
	font-family: verdana;
	font-size: 16px;
	color: #691C00;
	font-weight:400;
	font-stretch:200;
	line-height:18px;
	}	
	
	
h2 {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	color: #691C00;
	font-weight:400;
	font-stretch:200;
	line-height:16px;
	}	
	
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #691C00;
	text-decoration: underline;	
	font-size: 11px;
	font-weight: bold;
	}	
	
h2#sales {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #691C00;
	font-weight:400;
	font-stretch:200;
	line-height:14px;
	}

.style-footer {
	font-family: verdana;
	font-size: 9px;
	color: #F5EC9E;
	font-weight:300;
	font-stretch:120;
	line-height:15px;
}

body {
	background-color: #000;
	} 
