/* CSS Document */

/* Site wide formatting */
a { 
	font-family:verdana;
	font-size:11px;
	color:#000000;
	text-decoration:none;
	font-weight:500;
	}
a:link {
	font-family:verdana;
 	font-size:11px;
	color:#920100;
}
a:visited {
	font-family:verdana;
	font-size:11px;
	color:#000000;
}
a:hover {
	font-family:verdana;
	font-size:11px;
	color:#920100;
}

h1 {
	color:#8F6F39;
	font-size:12px; /* Not a relative value, since this is the site logotype */
	line-height:14px; /* Ditto */
	font-weight: bold;
	letter-spacing: 0px;
	font-family:verdana, arial, helvetica, sans-serif; /* Again, it's the logotype, so we want this control. */
	margin:0;
	padding:0;
	}
	
h2 {
	color:#000000;
	font-size:11px; /* Not a relative value, since this is the site logotype */
	line-height:10px; /* Ditto */
	font-weight:300;
	font-family:verdana; /* Again, it's the logotype, so we want this control. */
	margin:0;
	padding:0;
	}
	
h3 {
	color:#000000;
	font-size:10px;
	font-family:verdana, arial, helvetica, sans-serif;
	margin:0;
	padding:0;
}	

body {
	margin:0px 0px; 
	padding:0px;
	}
	h4 {
	color:#000000;
	font-size:12px;
	font-family:verdana, arial, helvetica, sans-serif;
	margin:0;
	padding:0;
	}
	
