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

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin-left: 20px;
	margin-right: 10px;
}
.email {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
}



/* Main Headings */
h1 {
	font-family: times,;
	font-size: 24px;
	color: #666;
	font-style: normal;
	font-weight: bolder;
	margin-left: 20px;
	line-height: 8pt;
}

/* Subhead */
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #014fa1;
	font-style: oblique;
	font-weight: bold;
	margin-left: 20px;
	line-height: 1pt;
}
/* Subhead */
.subhead {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #014fa1;
	font-style: oblique;
	font-weight: bold;
	
}
.callout {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: oblique;
	font-weight: bold;
	color: #666;
	line-height: 15pt;
}
.callout3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: oblique;
	font-weight: bold;
	color: #666;
	line-height: 15pt;
}
.calloutreg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	line-height: 15pt;
}
.callout2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #014fa1;
}
.calloutblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #014fa1;
}

.tableborder {
	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-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

.tablebottom {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

/* Body text links */
.bodylink a {font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #014fa1;
	font-weight: bold;
}

.bodylink a:hover {
	text-decoration:underline;
	color: #990033;
}

/* main nav text links */
.nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cccccc;
	text-transform: uppercase;
	text-decoration: none;
}

.nav a:hover {
	text-decoration:underline;
	color: #ffffff;
}

.footlink a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #cccccc;
	text-transform: capitalize;
	text-decoration: underline;
}

.footlink a:hover {
	text-decoration:underline;
	color: #ffffff;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 20px;
	color: #CCC;
}
.addy {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	line-height: 20px;
	padding-left: 20px;
}
