.NavigationCell {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	padding: 3px;
}
.NavigationCell a:link {
	color: #000099;
	text-decoration: none;
	background-color: #FFFFFF;
	padding: 3px;
}
.NavigationCell a:visited {
	color: #000099;
	text-decoration: none;
	background-color: #FFFFFF;
	padding: 3px;
}
.NavigationCell a:hover {
	font-weight: bold;
	color: #000099;
	background-color: #CCCCCC;
	padding: 3px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #000066;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: top;
}
h2 {
	font-size: 18px;
	color: #000033;
}

li {
	margin-top: 4px;
	margin-bottom: 4px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
}
.BlueHeader {
	font-weight: bold;
	color: #000099;
	background-color: #FFFFFF;
	font-size: 110%;
	font-family: Arial, Helvetica, sans-serif;
}
.GridCell {
	padding: 0px;
	border: 1px solid #CCCCCC;
	text-align: center;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000066;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFFFFF;
}
#GridTable {
	border: 1px solid #000066;
}
.Credits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}
.ManuLinkCell {
	background-color: #FFFFFF;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000066;
}
.ManuLinkCell a:link {
	color: #000066;
	text-decoration: none;
	background-color: #FFFFFF;
}
.ManuLinkCell a:visited {
	color: #000066;
	text-decoration: none;
	background-color: #FFFFFF;
}
.ManuLinkCell a:hover {
	color: #FF0000;
	text-decoration: underline;
	background-color: #FFFFFF;
}
.StarCell {
	color: #000000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("images/transparent.GIF");
	font-size: 200%;
	font-weight: bold;
}
.StarCell a:link {
	color: #FF0000;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(images/star.GIF);
}
.StarCell a:visited {
	color: #FF0000;
	background-image: url(images/star.GIF);
	background-repeat: no-repeat;
	background-position: center;
}
.StarCell a:hover {
	color: #0066FF;
	background-image: url(images/bluestar.GIF);
	background-repeat: no-repeat;
	background-position: center;
}
.FloatLeft {
	float: left;
}
