/* CSS Document */

/* CSS Document */

p {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #00CC33;
	line-height: 18px;
	padding: 3px;
	letter-spacing: 4px;
	text-indent: -2px;
}


.bold {
	font-family: Verdana, sans-serif;
	font-size: 25px;
	line-height: 18px;
	color: #006600;
	font-weight: normal;
	letter-spacing: 0px;
}

.navigation {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	color: #00FF33;
	display: block;
	padding: 8px;
	width: 110px;
	border-bottom-color: #006600;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-right-color: #00CC00;
	border-right-style: solid;
	border-right-width: thin;
	background-color: #000000;
}


.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #66FF33;
	text-decoration: underline;
	display: block;
	padding: 8px;
	width: 110px;
	border-bottom-color: #000000;
	border-top-color: #333333;
	border-top-style:solid;
	border-top-width:thin;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: thin;
	background-color: #006600;
}

.Smalllinks {
	color: #006600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: 100;
	text-decoration: underline;
}

.Smalllinks:hover {
	color: #006600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: 100;
	text-decoration: none;
}

.BlueLinks {
	color: #0066CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	text-decoration: underline;
}

.BlueLinks:hover {
	color: #0066CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	text-decoration: none;
	letter-spacing:2px;
}
.paragraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}
.parablack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00CC33;
	letter-spacing: 0px;
}
.whitelinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 0px;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #006600;
	font-weight: bold;
}


.Downloads {
	color: #CCFF00;
	font-size: 18px;
}
.subheadings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #006600;
}
.whiteheadings {
	color: #FFFFFF;
	font-size: 36px;
	font-family: "Times New Roman", Times, serif;
}

/* Images */

img.bordered,img.alignleft,img.alignright,img.aligncenter {
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 3px;
}
img.alignleft, img.left {margin: 0 1.5em 1em 0;}
img.alignright, img.right {margin: 0 0 1em 1.5em;}


