td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #474747;
	vertical-align: middle;
}
li{
	margin-top: 8px;
}
.frmTextBox {
	background-color: #CDD5E9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #004D93;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	cursor: hand;
	filter: Alpha(Opacity=100, FinishOpacity=50);
	color: #666666;
}
.navLine {
	font-size:1px;
	line-height:1px;
	height:1px;
}
.navSelfTopLevel {
	font-weight: bold;
}

.title {
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
.content {
	color: #000000;
	text-align:justify;
}
.labelWithoutLines {
	font-size: 11px;
	width: 300px;
	border: none;
}
.list {
	font-size: 9px;
	width: 300px;
	border: none;
	color: #004D93;
	background-color:#FFFFFF;
}
.listRed {
	font-size: 9px;
	width: 300px;
	border: none;
	color: #000000;
	background-color:#FFFFFF;
}
input,select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F9F9F9;
	border: 1px solid #E28F8F;
	text-transform: uppercase;
}

/* note: level-1 is wrong, should be level0 but the level returned for the page is wrong */
ul.level-1,ul.level0 {
	margin-left: 0;
	padding-left: -5;
}

ul.level-1,ul.level0,ul.level1 {
	width: 140px;
	padding: 0 0 0 0;
	list-style-type: none;
	list-style-position: outside;
	margin-left: 0;
}


ul.level0 li a,ul.level-1 li a {
	padding-bottom: 2px;
	padding-top: 2px;
	color: #000000;
	text-decoration: none;
	display: block;
}

ul.level-1 li a,ul.level0 li a {
	padding-left: 0px;
	font-weight: bold;
	color: #474747;
}

ul ul.level1 li a {
	padding-left: 15px;
	font-weight: normal;
	display: block;
}

ul.level0 strong a,ul.level-1 strong a {
	padding-left: 0px;
	color: #ffffff;
	background-color: #DA251C;
	text-decoration: none;
}

ul ul.level1 strong a {
	font-weight: normal;
}

ul.level1 strong {
	font-weight: normal;
}