body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #0000FF;
	text-decoration: none;
}
a:active {
	color: #DD0000;
	text-decoration: none;
}
.headlinks {
	font-size: 16px;
	font-weight: bold;
}
.navlinks {
	font-size: 16px;
	font-weight: bold;
	color: #679800;
}
a.navlinks {
	font-family: "Trebuchet MS", Georgia, Verdana;
	color: #000000;
	text-decoration: underline;
	font-size: 20px;
	font-weight: bold;
}
a.navlinks:visited {
	font-family: "Trebuchet MS", Georgia, Verdana;
	color: #000000;
	text-decoration: underline;
	font-size: 20px;
	font-weight: bold;
}
a.navlinks:hover {
	font-family: "Trebuchet MS", Georgia, Verdana;
	color: #0033CC;
	text-decoration: underline;
	font-size: 20px;
	font-weight: bold;
}
a.navlinks:active {
	font-family: "Trebuchet MS", Georgia, Verdana;
	color: #DD0000;
	text-decoration: underline;
	font-size: 20px;
	font-weight: bold;
}
.ext {
	font-family: Verdana, Arial;
	color: #000000;
	font-size: 10px;
}
a.ext {
	font-family: Verdana, Arial;
	color: #000000;
	text-decoration: none;
	font-size: 10px;
}
a.ext:visited {
	font-family: Verdana, Arial;
	color: #000000;
	text-decoration: none;
	font-size: 10px;
}
a.ext:hover {
	font-family: Verdana, Arial;
	color: #000000;
	text-decoration: underline;
	font-size: 10px;
}
a.ext:active {
	font-family: Verdana, Arial;
	color: #DD0000;
	text-decoration: underline;
	font-size: 10px;
}
.navbord {
	border: thin solid #99cccc;
	font-size: 20px;
	font-family: "Trebuchet MS", Georgia, Verdana;
	font-weight: bold;
}
.mainborder {
	border: 1px solid #666666;
	padding: 5px;
}
.subheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #003399;
}
.blue {
	color: #003399
}
.green {
	color: #336600
}
.downloadnow {
	width: 204px;
	height: 105px;
	display: block;
	font-size: 10px;
	text-decoration: none;
	background-repeat:no-repeat;
	background-image:url(images/downdemo.gif);
}
.downloadnow:hover {
	background-image:url(images/downdemo2.gif);
}
.downloadnow:active {
	background-image:url(images/downdemo3.gif);
}
.preload {
	display:none;
}
.sublines {
	padding-left: 3px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #336600;
}
.tablecolor {
	border: 1px solid #000000;
	padding-left: 5px;
}