body {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: small;
	text-align: left;
	line-height: 1.5em;
	}

/* links
---------------------------------------------------------- */

a:link, a:visited {
	padding: 0 0 1px 0;
	font-weight: bold;
	text-decoration: none;
	color: #6b7aa2;
	}
	
a:hover {
	color: #ce9c63;
	text-decoration: underline;
	}


/* copy
---------------------------------------------------------- */

h1 	{
	margin: 0 0 2px 0;
	padding: 0;
	font-size: 150%;
	line-height: 1em;
	font-weight: bold;
	color: #2D405B;
	border-bottom: 1px solid #ce9c63;
	}
	
h2 	{
	margin: 5 0 5px 0;
	font-size: 90%;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #929C87;
	}

h3 	{
	margin: 4px 0 0px 0;
	padding: 4px 0 2px 0;
	font-size: 100%;
	letter-spacing: 1px;
	font-weight: bold;
	color: #BA3B3E;
	}

h4 	{
	margin: 0 0 0 0;
	padding: 0 0 1px 0;
	font-size: 100%;
	letter-spacing: 1px;
	font-weight: normal;
	color: #000000;
	}
	
p 	{
	margin: 0 0 1.5em 0;
	padding: 0;
	}

blockquote {
	font-size: 88%;
	line-height: 1.5em;
	color: #777;
	padding-left: 23px;
	background: url(../img/0306/icon-quotes.gif) no-repeat 0 3px;
	}