/* BlackOrange CSS */

/* Set the default font */
body, p, td, th, li {font-family: Arial, Helvetica, sans-serif;}

/* Don't set these to an em or %, so nested items get smaller and smaller */
p {
	font-style: normal;
}

body, td {
	font-size: 75%;
	font-style: normal;
	color: #333333;
}

a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* Set images to have no borders */
img { border: 0; }

.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 100%;
	color: #ffffff;
	background-color: #660000;
}

.redTitle {
	color: #660000;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.theNavbarOn a{
	font-size: 90%;
	letter-spacing: 0.1em;
	width: 116px;
	height: 20px;
	color: #ffffff;
	background-color: #333333;
	text-decoration: none;
	padding-top: 3px;
	margin: 0px;
}

.theNavbar a{
	font-size: 90%;
	letter-spacing: 0.1em;
	width: 116px;
	height: 20px;
	color: #333333;
	background-color: #CCCCCC;
	text-decoration: none;
	padding-top: 3px;
	margin: 0px;
}
.theNavbar a:hover {
	color: #ffffff;
	text-decoration: none;
}
.theNavbarOn a:hover {
	text-decoration: none;
}

.theNavbarLink {
	width: 116px;
}

.pubTable {
	font-size: 11pt;
}

.pubTableRed {
	color: #660000;
	font-weight: bold;
}

.copyright {
	color: #666666;
	font-size: 8pt;
}

a.backtotop {
	color: #660000;
	font-size: 8pt;
}