body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bodystyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.justified {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}

.nav_links {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #049F52;
}
.nav_links a:link, .nav_links a:visited {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #03924A;
	display: block;
}
.nav_links a:hover {
	background-color: #DDDD00;
	display: block;
}
h1 {
	font-size: 18px;
}
.importantnotice {
	width: 98%;
	border: thin solid #999999;
	height: 100%;
	background-color: #CCCCCC;
	display: block;
	padding: 4px;
	text-align: center;
}
.importantnotice h1 {
	color: #FF0000;
	font-size: 16px;
}
.footer {
	color: #FFFFFF;
}
h2 {
	font-size: 14px;
	color: #CC6600;
}
.newsletter, .newsletter a:link {
	display: list-item;
	list-style-position: inside;
	list-style-image: url(../images/pdf.jpg);
	line-height: 30px;
	color: #000000;
}
.library, .library a:link {
	display: list-item;
	list-style-position: inside;
	list-style-image: url(../images/pdf.jpg);
	line-height: 30px;
	color: #000000;
}


h3 {
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	margin:15px 300px 15px 0px;
	padding:6px;
	font-size:14px;
	line-height:14px;
	font-weight:700;
	background-color:#eee;
	color:#333333;
}
.storyTitle, .storyCategory, .storyAuthor {
	font-size:12px;
	line-height:12px;
	font-weight:800;
	color:#339933;

