@charset "UTF-8";

/* Links */

a:link {
	font-weight: bold;
	color: #000099;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #000099;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;

}

#footfinal a:link {
	font-weight: normal;
	color: #9999ff;
	text-decoration: none;
}
#footfinal a:visited {
	font-weight: normal;
	color: #9999ff;
	text-decoration: none;
}
#footfinal a:hover {
	font-weight: normal;
	color: #ffffff;
	text-decoration: underline;
}
#footfinal a:active {
	font-weight: normal;
	color: #ffffff;
	text-decoration: underline;

}

/* Ensure link imgages have no border */

img{
    border:0px;
}

/* Headings and para settings */

h1 {
	font-size: 48px;
	line-height: 54px;
	font-weight: bold;
	padding:0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #669900;
	text-transform: none;
}
h2 {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 0 0;
}
h3 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	padding: 10px 0 0 0;
	margin: 0;
}
h4 {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	padding: 10px 0 0 0;
	margin: 0;
}

#maincontent h4 {
	padding: 17px 0 0 0;
}
#maincontentwide h4 {
	padding: 17px 0 0 0;
}
p {
	padding: 0px;
	margin: 10px 0 0 0;
}



/* Text classes */

.textsmall {
	font-size: 9px;
	line-height: 12px;
}
.textmedium {
	font-size: 11px;
	line-height: 15px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: -5px;
	margin-left: 0;
}
.texttable {
	font-size: 13px;
	line-height: 15px;
	padding: 2px;
	margin-top: 5px;
	margin-right: 3px;
	margin-bottom: 7px;
	margin-left: 3px;
}
.fpad100 {
	padding-right: 100px;
}
.fpad135 {
	padding-right: 135px;
}
.fpad160 {
	padding-right: 160px;
}
.fpad200 {
	padding-right: 200px;
}

.white {
	color:#ffffff;
}
.navy {
	color:#003366;
}

