.real-tiny {  font-family: Arial, Helvetica, sans-serif; font-size: 9px}
.tiny {  font-family: Arial, Helvetica, sans-serif; font-size: 11px}
.medium {  font-family: Arial, Helvetica, sans-serif; font-size: 13px}
.small {  font-family: Arial, Helvetica, sans-serif; font-size: 12px}
.small-menu {  font: menu; }
.large {  font-family: Arial, Helvetica, sans-serif; font-size: 16px}
.larger {  font-family: Arial, Helvetica, sans-serif; font-size: 18px}

.merchHdr {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	padding-top: 80px;
	padding-bottom: 30px;
	xtext-align: center;
}

.merchHdr2 {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	padding-bottom: 30px;
	xtext-align: center;
}

.merchTbl {
	border: 2px solid #061125;
	xbackground-color: #FC5F23;
	background-color: #729BE9;
}

a {  color: #091825}
a:link {  color: #091825; text-decoration: underline}
a:visited { color: #091825; text-decoration: underline }
a:hover { color: #091825; text-decoration: none}


//.orangeBgColor { background-color: #F57D41; }
//.orangeBgColor { background-color: #C83803; }
.orangeBgColor { background-color: #FC6932; }

//.blueBgColor {  background-color=#061125; }
.blueBgColor {  background-color=#0E2756; }

.NavText { FONT-SIZE: 10px; COLOR: #091825; FONT-FAMILY: Arial, Helvetica, sans-serif }
.NavLink:link { FONT-SIZE: 10px; COLOR: #091825; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none }
.NavLink:hover { FONT-SIZE: 10px; COLOR: #091825; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: underline }
.NavLink:active { FONT-SIZE: 10px; COLOR: #091825; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none }
.NavLink:visited { FONT-SIZE: 10px; COLOR: #091825; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none }


#button {
	width: 12em;
	border-right: 1px solid #000;
	padding: 0 0 0 0;
	margin-bottom: 0;
	xfont-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	xfont-family: sans-serif;
	font-size: 11px;
	background-color: #0E2756;
	color: #C83803;
}

#button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
		
#button li {
	border-bottom: 1px solid #071530;
	margin: 0;
}

#button li a {
	display: block;
	padding: 3px 3px 3px 0.5em;
	border-left: 10px solid #071530;
	xborder-right: 10px solid #508fc4;
	background-color: #0E2756;
	color: #C83803;
	font-weight: bold;
	text-decoration: none;
	width: 100%;
}

.button-indent {
	padding-left: 18px;
	font-size: 10px;
}

html>body #button li a {
	width: auto;
}

#button li a:hover {
	border-left: 10px solid #154191;
	xborder-right: 10px solid #5ba3e0;
	background-color: #154191;
	color: #C83803;
	font-weight: bold;
}

.schedTable {
	border-left: 1px solid threedshadow;
	border-top: 1px solid threedlightshadow;
}

.schedTable th {
	border-right: 1px solid threedshadow;
	border-bottom: 1px solid threedlightshadow;
	background-color: #FC6932;
}
.schedTable td {
	border-right: 1px solid threedshadow;
	border-bottom: 1px solid threedlightshadow;
}

.altRow {
	background-color: #EEEEEE;
}

