body {
	background-color: #990000;
	margin: 12px 0px 0px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000033;
	line-height: 20px;
}

.header {
	font-size: 20px;
	font-weight: bold;
	color: #990000;
}
.subheader {
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}


.footer {
	font-size: 12px;
	color: #FFCC66;
	line-height: 16px;
}

.utility {
	font-size: 13px;
	color: #990000;
}

.bodyBold {
	font-weight: bold;
}
.tableHeadStripe {
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
	color: #990000;
	line-height: 14px;
}
.tableCellStripe {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ACACD5;
	color: #000066;
}



a:link {
	color: #990000;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:visited {
	color: #990000;
	text-decoration: none;
}

a:visited:hover {
	color: #FF0000;
	text-decoration: underline;
}

a.linkUtility:link {
	color: #990000;
	text-decoration: none;
}
a.linkUtility:hover {
	color: #FF0000;
	text-decoration: none;
}
a.linkUtility:visited {
	color: #990000;
	text-decoration: none;
}
a.linkUtility:visited:hover {
	color: #FF0000;
	text-decoration: none;
}

a.linkFooter:link {
	color: #FFCC66;
	text-decoration: none;
}
a.linkFooter:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a.linkFooter:visited {
	color: #FFCC66;
	text-decoration: none;
}
a.linkFooter:visited:hover {
	color: #FFFFFF;
	text-decoration: none;
}

a.linkNav:link {
	color: #000099;
	line-height: 13px;
	text-decoration: none;
}
a.linkNav:hover {
	color: #CC0000;
	line-height: 13px;
	text-decoration: none;
}
a.linkNav:visited {
	color: #000099;
	line-height: 13px;
	text-decoration: none;
}
a.linkNav:visited:hover {
	color: #CC0000;
	line-height: 13px;
	text-decoration: none;
}
.navCell {
	background-color: #f2f2f7;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
}
li {
	list-style-image: url(images/common/listBullet.gif);
}
.gallery {
	overflow: scroll;
	position: relative;
	visibility: visible;
	z-index: 10;
	width: 100%;
	height: 440px;
}
.updating {
	font-size: 18px;
	color: #FFFFFF;
}
.imageBorder {
	border: 1px solid #990000;
}
