/* CSS Document */
h1 {
	font-family: "Gill Sans MT", Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #006699;
}
.flashback {
	background-image: url(../images/flash-piece-back.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}

.bodycopy a:link {
	color: #006699;
	text-decoration: none;
	}
.bodycopy a:visited {
	text-decoration: none;
	color: #0079C2;
}
.bodycopy a:hover {
	text-decoration: none;
	color: #001F33;
}
.smallcopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333333;
}

.smallcopy a:link {
	color: #006699;
	text-decoration: none;
	}
.smallcopy a:visited {
	text-decoration: none;
	color: #0079C2;
}
.smallcopy a:hover {
	text-decoration: none;
	color: #001F33;
}
.notetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
.bottombar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #CCCCCC;
}
.bottombar a:link {
	color: #CCCCCC;
	text-decoration: none;
	}
.bottombar a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
.bottombar a:hover {
	text-decoration: none;
	color: #ffffff;
}
input.gray {
border: 1px solid #999;
background-color: #E3E3E3;
height: 14px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #333333;
}
input.white {
border: 1px solid #999;
background-color: #FFFFFF;
height: 16px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333333;
}
input.invisible {
border: 0px solid #FFFFFF;
background-color: #FFFFFF;
height: 10px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #FFFFFF;
}
#UL_drop {
cursor: hand; padding:0; margin:0;
}
#UL_drop LI {
display: none; 
list-style-type:none;
}
#UL_drop.showList LI {
display: inline;
}