a:link {
    font-weight: bold;
	text-decoration: none;
	color: #cf0105;
	background: transparent;
}

a:visited {
    font-weight: bold;
	text-decoration: none;
	color: #cf0105;
	background: transparent;
}

a:hover {
    font-weight: bold;
	text-decoration: underline;
	color: #cf0105;
	background: transparent;
}

a:active {
    font-weight: bold;
	text-decoration: none;
	color: #cf0105;
	background: transparent;
}


#navBeta {
	position:absolute;
	width:190px;
	top:286px;
	right:13px;
	border:1px solid black;
	padding:10px;
	z-index:1;
	/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:168px;
	visibility: visible;
	overflow: visible;

	
	}
/* Again, "be nice to Opera 5". */
body>#navBeta {width:168px;}


#navBeta {
    color: #cf0105;
	font-size: 12px;
}

#navBeta li {
	list-style-type: square;
	font-weight:normal;
	padding: 8px 0px;
}

#navBeta ul {
	padding-bottom: 8px;
}

#navBeta dt {
	font-weight: bold;
}

#navBeta .caption {
	font-size: 0.75em;
	line-height: 1.25;
	font-style: italic;
}

