body {
	background-image: url(/expo/images/back_stripe.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
td {
	font-size: 120%;
}
img {
	border: 0;
}
img.left {
	float: left;
	padding-right: 5px;
}
img.right {
	float: fight;
	padding-left: 5px;
}
p {
	margin: 5px;
}
.backDkGreySolid {
	background-color: #4b4b4b;
}
.backLtGreySolid {
	background-color: #666666;
}
.backDkGreyGrad {
	background-image: url(/expo/images/back_dkgrey.gif);
	background-color: #d9d9d9;
	background-repeat: repeat-x;
}
.backLtGreyGrad {
	background-image: url(/expo/images/back_ltgrey.gif);
	background-color: #dad6d6;
	background-repeat: repeat-x;
}
.backGreyBar {
	background-image: url(/expo/images/back_greybar.gif);
}
.backRed {
	background-color: #800000;
}
.txtGrey {
	color: #4b4b4b;
}
.txtLtGrey {
	color: #CCCCCC;
}
.txtWhite {
	color: #FFFFFF;
}
.txtPadded {
	padding: 5px;
}
.txtIndent {
	padding-left: 40px;
}
.txtSmallestNarrow {
	font-family: "Arial Narrow", Arial, sans-serif ;
	font-size: 80%;
}
.txtSmall {
	font-size: 90%;
}

.big {
	font-size: 110%;
}
.bigger {
	font-size: 130%;
}
.biggest {
	font-size: 150%;
}
.backRedGrad {
	background-image: url(/expo/images/back_red.gif);
	background-color: #ab6b6b;
	background-repeat: repeat-x;
}


/* Top Navigation */
.cssnav {
	position: relative;
	background: url(/expo/images/back_button_hl.png) no-repeat;
	white-space: nowrap;
	display: block;
	width: 168px;
	height: 20px;
	margin: 0;
	padding: 0;
}
.cssnav a {
	display: block;
	color: #000000;
	font-size: 11px;
	width: 168px;
	height: 20px;
	display: block;
	float: left;
	color: black;
	text-decoration: none;
}
.cssnav img {
	width: 168px;
	height: 20px;
	border: 0
}
* html a:hover {
	visibility:visible
}
.cssnav a:hover img {
	visibility:hidden
}
.cssnav span {
	position: absolute;
	left: 5px;
	top: 3px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	font-weight: bold;
	color: #800000;
} 

/* Bottom Navigation */
a.btmnav {
	color: #000000;
	text-decoration: none;
}
a.btmnav:hover {
	color: #999999;
}
h1 {
	font-size: 180%;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
h2 {
	font-size: 160%;
	color: #DDDDDD;
	font-style: italic;
}

a {
	color: #FFFFFF;
}.txtSmaller {
	font-size: 80%;
}
