/* links */
a:link {color:#BEBEBE;text-decoration:none;}
a:visited  {color:#BEBEBE;text-decoration:none;}
a:hover {color:#000000;text-decoration:none;}
/* main body copy */
h1 {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 11px;
	font-weight:normal;
	line-height: 16px;
	letter-spacing:.05em;
	color: #BEBEBE;
	text-align: left;
	margin:10 10 16 12;
}
/* first headline */
h2 {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 10px;
	font-weight:bold;
	line-height: 12px;
	letter-spacing:.5px;
	color: #ffffff;
	text-align: center;
	margin:6 0 8 0;
	text-shadow: #000 2px 2px 0px;
}
/* All CAPS headlines */
h3 {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 11px;
	font-weight:normal;
	line-height: 11px;
	letter-spacing:1px;
	color: #BEBEBE;
	text-align: left;
	margin:14 0 24 12;
}
/* All CAPS LINKS */
h4 {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 8px;
	font-weight:normal;
	line-height: 11px;
	letter-spacing:1px;
	color: #BEBEBE;
	text-align: left;
	margin:10 0 0 10;
}
/* Legal */
h5 {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: xx-small;
	font-weight:normal;
	line-height: 11px;
	letter-spacing:.5px;
	color: #4D4D4D;
	text-align: right;
	margin:6 0 0 0;
}
/* img links */
img.feature:link {border-style: solid;border-width: 2px;border-color: #646464;}
img.feature:visited  {border-style: solid;border-width: 2px;border-color: #646464;}
img.feature:hover {border-style: solid;border-width: 2px;border-color: #D7D7D7;}
/* feature image */
img.feature { 
	margin:12 0 0 12;
	border-style: solid;
	border-width: 2px;
	border-color: #646464; }
