/* BlackOrange CSS */


/* 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 {
	color: #54544F;
	font-size: 0.7em;
	font-style: normal;
}

.darkText {
	color: #333333;
}

/* Set images to have no borders */
img { border: 0; }

/* Set links styles */
a:link {
	color: #990000;
	text-decoration: none;
	}
a:visited {
	color: #996666;
	text-decoration: none;
	}
a:hover {
	color: #54544F;
	text-decoration: underline;
	}

.ResultsTitle {
	font-size: 10pt;
	font-weight: bold;
	color: #330000;
}

a.linkAZ:link {
	color: #990000;
	text-decoration: none;
	}
a.linkAZ:visited {
	color: #993333;
	text-decoration: none;
	}
a.linkAZ:hover {
	color: #CC0000;
	text-decoration: underline;
	}


.viewVeneer {
	font-size: 12pt;
	font-weight: bold;
	color: #330000;
}

.pagingText a:link {
	color: #330000;
	text-decoration: underline;
}
.pagingText a:visited {
	color: #330000;
	text-decoration: underline;
}
.pagingText a:hover {
	color: #330000;
	text-decoration: underline;
}

.swatchs a:link {
	color: #490900;
	text-decoration: none;
}
.swatchs a:visited {
	color: #490900;
	text-decoration: none;
}
.swatchs a:hover {
	color: #490900;
	text-decoration: none;
}

.searchResults a:link {
	color: #330000;
	text-decoration: none;
	}
.searchResults a:visited {
	color: #330000;
	text-decoration: none;
	}
.searchResults a:hover {
	color: #330000;
	text-decoration: underline;
	}

.theLinkHeader{
	color:#666666;
	font-weight: bold;
	font-size: 1.1em;
}

select, input {
	font-size: 0.9em;
}

.mainForms input, .mainForms select, .mainForms textarea {
	background-color: #E4DAC2;
	font-size: 0.9em;
}

.whiteCheckBox input {
	background-color: #FFFFFF;
}

.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: #FF0000;
	font-weight: bold;
	}

/* 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;
	}
