A:active { COLOR: white; FONT-STYLE: normal; FONT-FAMILY: Verdana, Tahoma, "Trebuchet MS", Arial; TEXT-DECORATION: none}
A:hover { FONT-FAMILY: Verdana, Tahoma, "Trebuchet MS", Arial; TEXT-DECORATION: underline}
A:link { COLOR: #007488; FONT-STYLE: normal; FONT-FAMILY: Verdana, Tahoma, "Trebuchet MS", Arial; TEXT-DECORATION: none}
A:visited {	COLOR: #007488; FONT-STYLE: normal; FONT-FAMILY: Verdana, Tahoma, "Trebuchet MS", Arial; TEXT-DECORATION: none}
.Menu {	COLOR: #ffffff; FONT-SIZE: 8.5pt; FONT-STYLE: normal; FONT-FAMILY: Verdana, Tahoma, "Trebuchet MS", Arial; TEXT-DECORATION: none}
A.Menu { COLOR: #333333; FONT-SIZE: 8.5pt; TEXT-DECORATION: none}
A.Menu:visited { COLOR: #333333; FONT-SIZE: 8.5pt; TEXT-DECORATION: none}
A.Menu:hover { COLOR: #007488; FONT-SIZE: 8.5pt; TEXT-DECORATION: none}

H1 { FONT-WEIGHT: normal; FONT-SIZE: 8.5pt; MARGIN-BOTTOM: 0px; PADDING-BOTTOM: 0px; COLOR: #555555; FONT-STYLE: normal; FONT-FAMILY: Verdana, Tahoma, "Trebuchet MS", Arial}
H2 { FONT-WEIGHT: bold; FONT-SIZE: 10pt; MARGIN-BOTTOM: 0px; PADDING-BOTTOM: 0px; COLOR: #8B2E2E; FONT-STYLE: normal; FONT-FAMILY: Verdana, Tahoma, "Trebuchet MS", Arial}
H3 { FONT-WEIGHT: normal; FONT-SIZE: 13pt; MARGIN-BOTTOM: 0px; PADDING-BOTTOM: 0px; COLOR: #007488; FONT-STYLE: normal; FONT-FAMILY: Verdana, Tahoma, "Trebuchet MS", Arial}
H4 { FONT-WEIGHT: normal; FONT-SIZE: 14pt; MARGIN-BOTTOM: 0px; PADDING-BOTTOM: 0px; COLOR: #676767; FONT-STYLE: normal; FONT-FAMILY: Verdana, Tahoma, "Trebuchet MS", Arial}
H5 { FONT-WEIGHT: normal; FONT-SIZE: 17pt; MARGIN-BOTTOM: 0px; PADDING-BOTTOM: 0px; COLOR: #555555; FONT-STYLE: normal; FONT-FAMILY: Verdana, Tahoma, "Trebuchet MS", Arial}
H6 { FONT-WEIGHT: normal; FONT-SIZE: 17pt; MARGIN-BOTTOM: 0px; PADDING-BOTTOM: 0px; COLOR: #555555; FONT-STYLE: normal; FONT-FAMILY: Verdana, Tahoma, "Trebuchet MS", Arial}


.title { FONT-WEIGHT: normal; FONT-SIZE: 15pt; MARGIN-BOTTOM: 0px; PADDING-BOTTOM: 0px; COLOR: #FFFFFF; FONT-STYLE: normal; FONT-FAMILY: "Arial", Verdana, Tahoma, Trebuchet MS}



TABLE {	FONT-SIZE: 8pt; VERTICAL-ALIGN: middle; COLOR: #555555; LINE-HEIGHT: normal; FONT-FAMILY: Verdana, Tahoma, "Trebuchet MS", Arial}
.red {	FONT-SIZE: 8pt; COLOR: red; FONT-STYLE: normal; FONT-FAMILY: Verdana, Tahoma, 'Trebuchet MS', Arial}
.white8B { FONT-SIZE: 13pt; COLOR: #555555; FONT-STYLE: normal; FONT-FAMILY: Verdana, Tahoma, 'Trebuchet MS', Arial}
.style3 { FONT-SIZE: 12px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif}
.style4 { COLOR: #ffffff}
.style5 { FONT-WEIGHT: bold; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif}
.style8 { FONT-WEIGHT: bold; FONT-SIZE: 12px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif}
.style6 { FONT-SIZE: 12px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif}
.style10 { FONT-SIZE: 12px}
.style12 { FONT-WEIGHT: bold; FONT-SIZE: 12px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif}
.TextBox { BORDER-RIGHT: black 1px groove; BORDER-TOP: black 1px groove; FONT-SIZE: 9pt; BORDER-LEFT: black 1px groove; COLOR: black; BORDER-BOTTOM: black 1px groove; FONT-FAMILY: verdana}


.transMenu { LEFT: -1000px; OVERFLOW: hidden; POSITION: absolute; TOP: -1000px}
.transMenu .content { POSITION: absolute}
.transMenu .items {	Z-INDEX: 2; LEFT: 0px; POSITION: relative; TOP: 0px}
.top .items { BORDER-TOP: medium none}
.transMenu .item { BORDER-RIGHT: medium none; BORDER-TOP: medium none; FONT-SIZE: 10px; 
BORDER-LEFT: medium none; CURSOR: hand; COLOR: #555555; BORDER-BOTTOM: medium none; FONT-FAMILY: sans-serif; TEXT-DECORATION: none}
.transMenu .background { Z-INDEX: 1; FILTER: alpha(opacity=80); LEFT: 0px; POSITION: absolute; TOP: 0px; moz-opacity: .8}
.transMenu .hover {	BACKGROUND: #007488; COLOR: white}



/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; width:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px; height:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}


/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.transMenu .item img {
	margin-left:10px;
	}