a img, a:link {
	color: #FFFFFF;
	}

a img, a:visited {
	color: #999999;
	}

a:hover {
	text-decoration: none;
	background-color: #000000;
	}
	
	#navcontainer a:hover {
		text-decoration: none;
		background-color: #CCC;
		}

a:active {
	text-decoration: none;
	}

#content h1 {
		color: white;
		padding: 0;
		margin: 0 0 8px 0;
		font-size: 1em;
		font-style: normal;
		font-weight: normal;
		text-transform: uppercase;
		}

.oneColAbsHdr h1 {
	text-transform: none;
	}

#content h2 {
		color: white;
		padding: 0;
		margin: 0 0 8px 0;
		font-size: 0.95em;
		font-style: normal;
		font-weight: normal;
		text-transform: uppercase;
		}

#content h3 {
		color: white;
		padding: 0;
		margin: 0 0 8px 0;
		font-size: 0.9em;
		font-style: normal;
		font-weight: normal;
		}

#content p, #content li {
		font-size: 0.9em;
		color: #000;
		line-height: 1.35em;
		margin: 0 0 8px 0;
		}
