body {
	background-color: #fff;
	margin: 0px 0px 0px 0px;
}

.content {
	background-color : #fff;
	padding : 8px 8px 8px 8px;
}

.contentTxt {
	font-family : arial;
	font-size : 11px;
	padding : 0px 0px 0px 0px;
}

.contentLink {
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
	color : #333333;
}

.contentLink:hover {
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
	color : #ff0000;
}

.footer {
	font-family : arial;
	font-weight : bold;
	font-size : 10px;
	text-decoration : none;
	color : #999999;
	padding : 0px 0px 8px 0px; 
}

.navPrimaryCell {
	background-color : #ccc;
	padding : 0px;
}

.navPrimary {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	font-weight : bold;
	font-size : 10px;
	color : #333;
	background-color : #ccc;
	padding : 8px 0px 8px 8px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}

.navPrimary a {
	text-decoration : none;
	color : #333;
}
.navPrimary a:hover {
	color : #f00;
}

.navLinkOn {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	font-weight : bold;
	font-size : 10px;
	color : #fff;
	background-color : #666;
	padding : 8px 0px 8px 8px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

.navLinkOn a {
	text-decoration : none;
	color : #fff;
}
.navLinkOn a:hover {
	color : #ccc;
}

.navPrimarySub {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	font-weight : bold;
	font-size : 10px;
	color : #333;
	background-color : #fff;
	padding : 8px 0px 8px 18px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

.navPrimarySub a {
	text-decoration : none;
	color : #333;
}
.navPrimarySub a:hover {
	color : #f00;
}

.navSubLinkOn {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	font-weight : bold;
	font-size : 10px;
	color : #f00;
	background-color : #fff;
	padding : 8px 0px 8px 18px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

.navSubLinkOn a {
	text-decoration : none;
	color : #f00;
}
.navSubLinkOn a:hover {
	color : #f00;
}

UL {
   list-style-type: square;
}

UL.lhead UL {
   list-style-type: none;
}