/* HTML Elements */
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #ffffff;
	color: #000000;
}

li, ol, ul, br, input, p, select, option, textarea, tr {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

td {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	vertical-align: top;
}

h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	width: 100%;
	line-height: 20pt;
}

h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}

h3 {
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
	font-style : italic;
}


/* Body Styles */
.disclaimer {
	font-style: italic;
}

.footer {
	color: #000000;
	background-color: #bbbbbb;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 8pt;
	line-height: 12pt;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.formLabel {
	font-weight: bold;
	white-space: nowrap;
}

.formLabel2 {
	font-weight: bold;
	text-align: right;
}

.formRequired{
	font-weight : bold;
	color : ff0000;
}

.lineBlack {
	background-color: #000000;
}

.lineGray {
	background-color: #666666;
}

.lineBlue {
	background-color : #006699;
}

.lineCalendarThin {
	background-color: #696969;
}

.lineCalendarBorder {
	background-color: #1E4174;
}

.mainnavigation {
	color: #fff;
	text-align: right;
	letter-spacing: 2px;
	padding: 0 20px 0 20px;
}

.mainnavigation a {
	display: block;
	color: #006699;
	text-decoration: none;
	border-bottom: 1px solid #006699;
	padding: 5px;
}

.mainnavigation a:hover {
	color: #fff;
	background-color: #006699;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	padding: 5px;
}

.nameDon {
	font-weight : bold;
	color : #006699;
	text-transform : uppercase;
}
.nameWell {
	font-family: "Times New Roman", Times, serif;
	font-style : italic;
	font-weight : bold;
	font-size: 11pt;
	color : #000000;
}

.navTop {
	background-color: #ffffff;
	color: #006699;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
}

.refQuote {
	font-style: italic;
	font-weight: bold;
	text-align: right;
}

.siteName {
	font-weight: bold;
}

.title {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	text-transform:  uppercase;
	color: #000000;
}
