/*
GENERAL STYLES
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
}
img { 
	border: 0;
}

img.proofing {
border-color: #000000;
border: 1px;
}

/*h1 {
	color: #333333;
	font-size: 20px;
	margint-top: 0px;
	margin-bottom: 10px;
}

h3 {
	color: #88bf01;
	font-size: 15px;
	margin-top: 0px;
}*/

.dottedSeparator {
	border-top: 1px dotted #515151;
}

.featuredImage {
	border: 1px solid #CCCCCC;
}


/*
HEADER STYLES
*/
.navItem {
	color: #000000;
	width: 152px;
	background-image: url(../images/head_nav_ul.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-bottom: 14px;
	text-transform: uppercase;
	font-size: 10px;
}


/*
FOOTER STYLES
*/
.footerRow {
	border-top: 1px dotted #515151;
	color: #999999;
	font-size: 10px;
}

.footerCell {
	padding: 5px 0px 5px 0px;
}


/*
SPLASH STYLES
*/
.welcome {
	margin-top: 15px;
	margin-left: 30px;
}

.welcomeText {
	display: block;
	width: 317px;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 5px;
	font-size: 12px;

}

/*
CONTENT STYLES
*/
.contentArea, .contentArea td{
	font-size: 12px;

}

.newsdate {
	color: #81be00;
	font-weight: bold;
}

/*.contentArea a {
	text-decoration: underline;
	color: #81be00;
	font-weight: bold;
}
.contentArea a:hover {
	text-decoration: none;
	color: #81be00;
	font-weight: bold;
}
*/


/*
LINK STYLES
*/
.headerNav, a.headerNav:visited{
	color : #000000;
	text-decoration: none;
}

a.headerNav:hover, a.headerNav.active{
	color : #9933cc;
	text-decoration: none;
}

/*
.brightLink, a.brightLink:visited{
	color : #9933cc;
	text-decoration: none;
}

a.brightLink:hover, a.brightLink.active{
	color : #9933cc;
	text-decoration: underline;
}

.dullLink, a.dullLink:visited{
	color : #999999;
	text-decoration: none;
}

a.dullLink:hover, a.dullLink.active{
	color : #999999;
	text-decoration: underline;
}
*/
