/* ===== colorset ===== */
/* black			rgb(0,0,0)			hex(#000000) */
/* Dark Blue Gray	rgb(66,57,78)		hex(#42394E) */
/* orange			rgb(255,160,1)		hex(#FFA001) */
/* Yellow orange	rgb(254,215,0)		hex(#FED700) */
/* Light orange		rgb(255,204,0)		hex(#FFCC00) */
/* white			rgb(255,255,255)	hex(#FFFFFF) */

/* anchor styles */
a:link, a:visited, a:active{
	color:#FFA001;
	text-decoration:underline;
}
a:hover{
	color:#FFCC00;
	text-decoration:none;
}
a.black:link, a.black:visited, a.black:active, a.black:hover{
	color:black;
	text-decoration:none;
}
a.Footer:link, a.Footer:visited, a.Footer:active, a.Footer:hover{
	color:#FAC479;
	text-decoration:underline;
}
a.Footer:hover{
	text-decoration:none;
}


/* headers */
h1{
	font-size:17px;
	font-weight:bold;
	margin:0px;
}
h2{
	font-size:14px;
	font-weight:bold;
	margin:0px;
}
h4{
	font-size:11px;
	font-weight:bold;
	margin:0px;
}
h5{
	font-size:10px;
	font-weight:bold;
	margin:0px;
}


/* body styles */
body{
	background-color:white;
	color:black;
	font-family:Verdana, Arial;
	font-size:10px;
	padding:15px;
}
td{
	background-color:white;
	color:black;
	font-family:Verdana, Arial;
	font-size:10px;
}
li{
	list-style: none;
	background-image:url("../_images/bullet.gif");
	background-position: top left;
	background-repeat: no-repeat;
	margin-top: 5px;
	padding-left: 13px;
}


/* layout styles */
td.Banner{
	background-color:#FFA001;
	color:white;
	font-family:'Comic Sans MS', Verdana, Arial;
	font-size:19px;
	font-weight:bold;
}
td.Footer{
	color:#FAC479;
	font-family:Verdana, Arial;
	font-size:9px;
	line-height: 18px;
	padding:5px;
	text-align:center;
}
td.Menu{
	background-color:#42394E;
	color:white;
	font-family:Verdana, Arial;
	font-size:10px;
}

/* text styles */
.Copy, .Header1, .Header2{
	color:black;
	font-family:Verdana, Arial;
	font-size:10px;
}
.Header1{
	margin: 0px;
	color: #fa4e07;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}
.Header2{
	margin: 0px;
	color: #fbd096;
	font-family: Verdana;
	font-size: 11px;
}
.FootNote{
	color:silver;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
.Spacer{font-size:5px;}

/* special styles */
fieldset.Stat{
	border:1px solid #336699;
	padding:10px;
	margin:10px;
}
fieldset.Stat legend{
	color:#FFA001;
	font-family:System;
}
div.HiddenTreasure, div.HiddenTreasure_Over{
	background-color:#FFA001;
	cursor:pointer;
	font-size:5px;
	height:22px;
	margin:5px;
	text-align:center;
	width:22px;
}
div.HiddenTreasure_Over{
	background-color:#FED700;
}
