/* CSS Document */

html { height:100%; padding:0 0 1px }

a {

	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	text-decoration: none;
}

a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	text-decoration: underline;
}

a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	text-decoration: underline;
}

a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	text-decoration: underline;
}


a.footerlink {

	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-decoration: none;
}

a.footerlink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-decoration: underline;
}

a.footerlink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-decoration: underline;
}

a.footerlink:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-decoration: underline;
}


/* Navigation */

a.nav {

	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight:bold;
	text-decoration: none;
	color: #006951;
}

a.nav:link {
	font-family: "Times New Roman", Times, serif;
	font-weight:bold;
	font-size: medium;
	text-decoration: none;
	color: #006951;
}

a.nav:visited {
	font-family: "Times New Roman", Times, serif;
	font-weight:bold;
	font-size: medium;
	text-decoration: none;
	color: #006951;
}

a.nav:active {
	font-family: "Times New Roman", Times, serif;
	font-weight:bold;
	font-size: medium;
	text-decoration: none;
	color: #006951;
}

a.nav:hover {
	font-family: "Times New Roman", Times, serif;
	font-weight:bold;
	font-size: medium;
	text-decoration: none;
	color: #59a08f;
}




.BodyText {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #000000;
}

.BodyTextLarge {
	font-family: "Times New Roman", Times, serif;
	font-size: Large;
	color: #000000;
}

.BodyTextGreen {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #006951;
}

.BodyTextGreenMedium {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	color: #006951;
}

.BodyTextGreenMedium2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #006951;
}

.BodyTextGreenBig {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: bold;
	color: #006951;
}

.BodyTextGreenBig2x {
	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
	font-weight: bold;
	color: #006951;
}

.BodyTextRedBig {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: bold;
	color: #C22D3E;
}


.BodyTextYellow {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #FFCC33;
}

.BodyTextYellowBig {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: bold;
	color: #FFCC33;
}

.BodyTextYellowSmall {
	font-family: "Times New Roman", Times, serif;
	font-size: x-small;
	color: #FFCC33;
}

.BodyTextWhite {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #FFFFFF;
}

.BodyTextWhiteBig {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: bold;
	color: #FFFFFF;
}

.BodyTextSmall {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #000000;
}

.FooterTextSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
}

.BodyTextWhiteSmall {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #FFFFFF;
}


.RedHeader{
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #C22D3E;
}

.RedHeader2{
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #C22D3E;
}

.BodyTable {
	font-size: 12px;
	background-color: #FFFFFF;
	border: 1px solid #006951;
	margin-left: 4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

.BodyTable2 {
	font-size: 12px;
	background-color: #FFFFFF;
	border: 2px solid #006951;
	margin-left: 4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

.BodyTable3 {
	font-size: 12px;
	background-color: #FFFFFF;
	border: 1px solid #006951;
	margin-left: 4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}



.GutterTable {
	background-color: #FFFFFF;
	border: 1px solid #006951;
	background-image: url(/graphics/box-greenFade.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	 
}

.SmallText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}