﻿@charset "UTF-8";
/* CSS Document */

a:link {
	color: #004F6B;
	border-bottom: 1px #000 dotted;
	text-decoration: none;
}
a:visited {
	color: #004F6B;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
}
a:hover {
	color: #004F6B;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
a:active {
	color: #FFFFFF;
	background-color: #004F6B;
}
body {
	background-color: #FAF5E9;
	margin: 0px;
	padding: 0px;
	background-image: url(images/ndaforfreebkg.gif);
	background-repeat: repeat-x;
	top: 0px;
}
.footertype {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #004F6B;
}
.blacksubheads {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}
.widebody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #333333;
}
h1 {
	color: #004F6B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
}
.blueitalics {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: 004F6B;
	line-height: 16px;
}.paddingright {
	padding-right: 10px;
}

