@charset "utf-8";

/* main content typography */

body, select, input, textarea {
	font-family: Calibri, Verdana, sans-serif;
	font-size: 17px;
	line-height: 1.3em;
	color: #525252;
}


a:link, a:visited {
	color: #007AC3;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #000;
	text-decoration: none;
}
a.link-grey:link, a.link-grey:visited {
		color: #666;
}
h1 {
	font-size: 2em;
	font-family: Calibri, Verdana, sans-serif;
	font-weight: bold;
	color: #5461a1;
	line-height: 1.2em;
	letter-spacing: -1px;
	text-decoration: none;
	margin-bottom: 40px;
	text-transform: uppercase;
	padding: 0px;
	margin-top: 0px;
}
h1 a:link, h1 a:visited {
	color: #5461A1;
}
h2 {
	font-size: 1.2em;
	font-family: Calibri, Verdana, sans-serif;
	color: #5461a1;
	font-weight: bold;
	line-height: 1.2em;
	text-transform: uppercase;
}
h2 a:link, h2 a:visited {
	color: #5461a1;
}

h3 {
	font-size: 1.2em;
	color: #5461a1;
	text-decoration: none;
	margin-bottom: 0px;
	font-weight: bold;
}
h3 a:link, h3 a:visited {
	color: #5461a1;
}
		
h4 {
	font-size: 1.1em;
	font-weight: normal;
	color: #4e2683;
	margin-top: 0.2em;
	text-decoration: none;
}
h4 a:link, h4 a:visited {
	color: #4e2683;
}
h5 {
	font-size: 0.85em;
	color: #818181;
	letter-spacing: 0.1em;
	text-decoration: none;
	line-height: 1.3em;
	padding-top: .5em;
	text-transform: uppercase;
}
h5 a:link, h5 a:visited {
	color: #818181;
}
h6 {
	font-size: 0.9em;
	color: #818181;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	margin-bottom: 1.5em;
	width: 751px;
	display: block;
	float: left;
	height: 24px;
}
h6 a:link, h6 a:visited {
	color: #818181;
}



.h2, a.h2:link  {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #364867;
	font-weight: normal;
	font-size: 0.85em;
	margin-left: .4em;
}
#pagearea p {

}

.h3 {
	font-size: 2em;
	color: #5461A1;
	margin-left: 2px;
}
.h4 {
	font-size: .85em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #735833;
	margin-left: 0.2em;
}
.h5 {
	font-size: 0.85em;
	color: #818181;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	margin-left: 0.2em;
}
.h6 {
	font-size: 0.85em;
	color: #818181;
	font-family: Arial, Helvetica, sans-serif;


}
.text-black {
	color: #000;
}
.text-white, a.text-white {
	color: #FFF;
}
.text-red, a.text-red {
	color: #C00;
}
.text-blue, a.text-blue {
	color: #039;
}
h1 a.text-white:link, h1 a.text-white:visited {
		color: #FFF;
}
.h2-color {
	color: #364867;
}
.h3-color {
	color: #293145;
}
.h4-color {
	color: #735833;
}
.h5-color {
	color: #818181;
}
.small {
	font-size: 0.75em;
	line-height: 1.25em;
}
.smaller {
	font-size: 0.65em;
	line-height: 1.25em;
}
.larger {
	font-size: 1.25em;
}
.largest {
	font-size: 2em;
}
.highlight {
	background-color: #FFC;
}
.subdued {
	color: #666;
	font-size: .9em;
}
.caption {
	color: #6C7791;
	font-size: 11px;
	line-height: 14px;
}
.rulesmall {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin: 0;
}
.rulebig {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin: 0;
	padding: 0px;
}
.rulebig-top {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-top: 0px;
	padding: 0px;
}
.ruledot {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin: 0;
}
.ruledot-divider {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #4A9FC6;
	margin: 0px;
	padding: 0px;
}
.borderdot {
	border-width: 1px;
	border-style: dotted;
	border-color: #CCC;
	padding: 3px;
	margin: 0;
}
.border {
	border-width: 1px;
	border-style: solid;
	border-color: #CCC;
	padding: 3px;
	margin: 0;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}

.boldItalic {
	font-style: italic;
	font-weight: bold;
}
#footnote {
	font-size: .9em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	padding-top: 1em;
	padding-left: 1em;
}
