@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
}
.headline {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#7086ab;
}
.contactinfo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#00467F;
	line-height:16px;
}
.tagline {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#605D5C;
}
.pagename {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #A78951;
	font-weight: bold;
}
.blueheader {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#00467F;
}
.subheader {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
}
.whiteheader {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	padding-left:5px;
}
.leftpanelblueHeader {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#00467F;
}
.leftpanelSubtext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#72706F;
}
.text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:18px;
	text-align:justify;
}
.lrlines {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.btmline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.topline {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.tabletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 17px;
	padding-left: 5px;
}
.dotpadding {
	padding-top: 4px;
	vertical-align: top;
}




/* hyperlink settings */

.tabletext a {color:#006E9F; text-decoration:none;}
.tabletext a:hover {color:#006E9F; text-decoration:underline;}

.contactinfo a {color:#00467F;text-decoration:underline:}
.contactinfo a:hover {color:#00467F;text-decoration:none:}
