/* 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-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-style: normal;
	color: #666666;
}

/* Set images to have no borders */
img { border: 0; }

/* Set links styles */
a:link {
	color: #666666;
	text-decoration: none;
	}
a:visited {
	color: #666666;
	text-decoration: none;
	}
a:hover {
	color: #666666;
	text-decoration: underline;
	}

.mainCopy {
	font-size: 80%;
	}

.littleText {
	font-size: 60%;
	}

.disclaimer {
	font-style: italic;
	font-size: 75%;
	}

.theQuotes {
	padding-left: 5px;
	padding-right: 5px;
	font-style: italic;
	}

.theHeadlines{
	color: #FF0000;
	font-weight: bold;
	}

.theProfile {
	text-align: justify;
}

