body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
}

a:link {
	color: #999999;
	text-decoration: none;
}

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

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

.lineBreak {
	height: 1px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

.headBreak {
	height: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #006600;
}

.vertBreak {
	background-image:url(images/vertBreak.gif);
	background-repeat:repeat-y;
	background-position: center;
}

.menuButton {
	background-image: url(images/button-bg.jpg)
	;border: 1px solid #006600;
	text-align: center;
	width: 100px;
	height: 20px;
	line-height: 20px;
	color: #fff;
	font-weight: bold;
	float: right;
}

.menuBreak {
	width: 5px;
	float: right;
}

.newsHead {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #006600;
}

.newsSubHead {
	font-size: 12px;
}

.newsDate {
	font-size: 12px;
	font-style: italic;
	color: #999999;
}
