/*
a:link, a:visited
{
	color: #900;
	text-decoration:none;
}

a:hover
{
	text-decoration: underline;
}

/*====================================== PAGE LAYOUT ======================================*/
body, html
{
	margin: 0;
	padding: 0;
	background-color: #d7dfd4;
	background-image: url(../images/new_nav/images/background_2_21.jpg);
	background-repeat: repeat-y;
	background-position: top;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-align: left;
}

td {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}	

.bgWaterMark {
	background-image: url(images/site/watermark.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #006699;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #006600;
}

#footer 
{
	font-size: 8pt;
	color: #134b24;
}

#footer a:link, #footer a:visited 
{
	color: #134b24;
	text-decoration: none;
}

#footer a:hover
{
	color: #134b24;
	text-decoration: underline;
}


#footer td
{
	font-size: 8pt;
	color: #134b24;
}

#mainTable 
{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}	

.blackBorder {
	border:solid 1px #000;
}

/*====================================== FONT STYLING ======================================*/
.heading1
{
	font-size: 16pt;
	line-height: normal;
	font-weight: bold;
	color: #006600
}

.heading2
{
	font-size: 14pt;
	line-height: normal;
	font-weight: bold;
	color: #006633
}
.heading3
{
	font-size: 12pt;
	line-height: normal;
	font-weight: bold;
	color: #006633
}
.heading4
{
	font-size: 20pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: normal;
	color: #006633
}

.heading5 {
	font-size: 18pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 34px;
	color: #184f25;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #184f25;
}

.p
{
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-weight: normal;
	color: #000000
}
