/* 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 {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-style: normal;
	color: #666666;
}

body {
	background-image: url(/images/bg.gif);
}

/* 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;
}


/* News Archive */

.newsArchive {
	font-size: 12px;
	margin-bottom: 10px;
}
.newsArchiveHeader{
	width: 470px;
	height: 24px;
	line-height: 24px;
	border-top: 1px solid #b8afa5;
}

.newsArchiveHeader .naDate {
	float: left;
	width: 66px;
	text-align: center;
	background-color: #eaeaea;
	margin-right: 3px;
}
.newsArchiveHeader .naTitle {
	float: left;
	background-color: #f5f5f5;
	padding-left: 5px;

	width: 314px;
}
.newsArchiveHeader .naMore {
	float: right;
	width: 79px;
	text-align: center;
	background-color: #eaeaea;
}

.newsArchive .newsArchiveImage {
	clear: both;
	padding: 1px 0;

}

#facebook {float: right; margin: 5px;}


