body {
	overflow: hidden;
	font-family: Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
	scrollbar-arrow-color: #333333;
	scrollbar-3dlight-color: #FFFFEE;
	scrollbar-highlight-color: #ECECDD;
	scrollbar-face-color: #ECECDD;
	scrollbar-shadow-color: #ECECDD;
	scrollbar-darkshadow-color: #FFFFEE;
	scrollbar-track-color: #D0D0C0;
}

.homeLinks {
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 1px;
	background: transparent;
}

a {
	text-decoration: none;
}

hr {
	//text-align: left;/*this will align it for IE*/
	//margin: 3 auto 3 0; /*this will align it left for Mozilla*/
}

a:hover {
	text-decoration: underline;
}

.footer {
	font-size: xx-small;
	color: #333333;
	text-decoration: none;
	background: transparent;
}

.articleLinks {
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	background: transparent;
}

.titleText {
	font-size: 13px;
	color: #333333;
	text-decoration: none;
	background: transparent;
}


.subheader {
	color: #996600;
	font-size: 13px;
	background: transparent;

}
.articleText {
	font-size: 11px;
	line-height: 15px;
	color: #333333;
	background: transparent;
}

.bodyPrint {
	font-size: 13px;
	line-height: 18px;
	color: #000000;
}

