body
{
	color: #FFF;
	font-family: 'Coda Caption', sans-serif;
	position: relative;
	font-size: 14pt;text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}


/* LINKS */
a
{color:#f9951d;
    text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
	text-decoration: none;
}

a:link {color:#f9951d;
	text-decoration: none;}
a:hover
{
	color: #f9951d;text-shadow:
    -2px -2px 0 #000,
    2px -2px 0 #000,
    -2px 2px 0 #000,
    2px 2px 0 #000;
}
a:active {color:#f9951d;
	text-decoration: none;}
a:visited {color:#f9951d;
	text-decoration: none;}
	
.goldlink a:link, .goldlink a:visited {color:#f9951d;
	text-decoration: none;}
.goldlink a:hover, .goldlink a:active {color:#f9951d;text-shadow:
    -2px -2px 0 #000,
    2px -2px 0 #000,
    -2px 2px 0 #000,
    2px 2px 0 #000;}

/* HEADINGS *//* Basic Headline Set -- Adjust font sizes based on YUI chart above to maintain consistency. */
h1 { font-size:161%; line-height: 26px; color:#f9951d; margin-bottom: 10px; margin-top: 10px; }
h2 {font-size:138.5%;color:#f9951d;margin-bottom: 10px;line-height: 22px;margin-top: 12px;}
h3 { font-size:108%; color:#f9951d; margin-bottom: 10px; line-height: 22px; margin-top: 12px; font-style: italic; font-weight: bold; }
h4 {font-size:100%;color:#f9951d;text-transform:uppercase;}
h5 {font-size:93%;}
h6 {font-size:77%;}

dt
{
	color: #f9951d;
	padding-top: 3px;
	padding-bottom: 3px;
}

dd { font-size: medium; }

/* TEXT *//* Basic Text Set */
p,ol, ul {margin:0 0 .5em 0;}
.wee {font-size:77%;}

/* List styles - edit as needed */
ul {margin:0 10px 0 10px;}
ol {margin:0 10px 0 10px;}