/* BlackOrange CSS */

.noPrint {
	display: none;
}
.theMainContent {
	width: 500px;
}


BODY{	scrollbar-face-color:#CCCC66;
	scrollbar-arrow-color:#666600;
	scrollbar-track-color:#E5E5CB;
	scrollbar-shadow-color:'#999900';
	scrollbar-highlight-color:'#E5E5CB';
	scrollbar-3dlight-color:'#CCCC66';
	scrollbar-darkshadow-Color:'#FFFFFF';
}

/* Set the default font */
body, p, td, th {font-family: Arial, Helvetica, sans-serif;}

/* Don't set these to an em, so nested items get smaller and smaller */
p {
	font-style: normal;
}

body, td {
	font-size: .75em;
	font-style: normal;
}

/* Set images to have no borders */
img { border: 0; }

/* Set links styles */
a:link {
	color: #CC6600;
	text-decoration: none;
	}
a:visited {
	color: #CC9933;
	text-decoration: none;
	}
a:hover {
	color: #54544F;
	text-decoration: underline;
	}

input, textarea {
	background-color: #E5E5CB;
}

.mainCopy {
	font-size: 0.8em;
	}

.littleText {
	font-size: 0.6em;
	}

.disclaimer {
	font-style: italic;
	font-size: 0.75em;
	}

.theQuotes {
	padding-left: 5px;
	padding-right: 5px;
	font-style: italic;
	}

.theHeadlines{
	color:#CCCC66;
	font-weight: bold;
	font-size: 1.4em;
}

.theLinkHeader{
	color:#999900;
	font-weight: bold;
	font-size: 1.1em;
}

/* Set navbar styles */
.theNavbar {
	background-color: #FFFFCC;
	}

.theNavbar td {
	font-size: 0.9em;
	font-weight: bold;
	}

.theNavbar a {
	color: #ffffff;
	text-decoration: none;
	width: 131px;
	height: 20px;
	padding-left: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.theNavbar a:hover {
	color: #FFFFFF;
	background-color: #009900;
	text-decoration: none;
}

.theNavbar a:hover {
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
	}
