/* external CSS file */
/* filename 'styles.css' */

body {
	background-color: #fff;
	color:#000;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10pt;
	line-height: 12pt;
}

html, body {
    height: 100%;
    margin: 10px 0px 15px 0px; }

img, table {
	border: 0px;
}
h1 {
	font-size: 16pt;
	font-weight: bold;
	color: #5B0B00;
	line-height: 18pt;
	font-family: verdana,arial,helvetica,sans-serif;
	margin: 15px 0px 15px 0px;
} 
h2 {
	font-size: 14pt;
	font-weight: bold;
	color: #2D4678;
	line-height:1 6pt;
	font-family: arial,helvetica,sans-serif;
	margin: 15px 0px 5px 0px;
} 
h3 {
	font-size: 12pt;
	font-weight: bold;
	color: #000;
	line-height: 14pt;
	font-family: arial,helvetica,sans-serif;
	margin: 10px 0px 3px 0px;
} 
h4 {
	font-size: 10pt;
	font-weight: bold;
	color: #000;
	line-height: 12pt;
	font-family: arial,helvetica,sans-serif;
	margin: 5px 0px 3px 0px;
} 
p {
	font-size: 10pt;
	color: #000;
	line-height: 12pt;
	font-family: verdana,arial,helvetica,sans-serif;
	margin-top: 0px;
	margin-bottom: 10px;
} 

li {
	font-size: 10pt;
	color: #000;
	line-height: 12pt;
	font-family: verdana,arial,helvetica,sans-serif;
	margin-bottom: 10px;
}

table.newsletter {
	background-color: #D4D4D4;
}

p.center {
	text-align: center;
}

p.faqalign {
	margin-top: 11px;
}

p.fs {
	font-size: 75%;
}

td.const {
	margin: 5px 0px 5px 0px;
}

td.center {
	text-align: center;
}


h2.affiliatestate {
	font-size: 18pt;
	line-height: 20pt;
	color: #2D4678;
	font-family: verdana,arial,helvetica,sans-serif;
	margin: 25px 0px 25px 0px;
}

h3.affiliateorg {
	margin: 25px 0px 0px 0px;
}

a:link {color: #4972C4; text-decoration: underline;}
a:visited {color: #4972C4; text-decoration: underline;}
a:hover {color: #808080; text-decoration: underline;}
a:visited:hover {color: #808080; text-decoration: underline;}

/* Footer Text & Links */
.footer { color: #2D4678; font-size: 9pt; font-weight: bold; }
a.footer:link {color: #2D4678; text-decoration: none; font-size: 9pt; font-weight: bold; }
a.footer:visited {color: #2D4678; text-decoration: none; font-size: 9pt; font-weight: bold; }
a.footer:hover {color: #2D4678; text-decoration: underline; font-size: 9pt; font-weight: bold; }
a.footer:visited:hover {color: #2D4678; text-decoration: underline; font-size: 9pt; font-weight: bold; }

/* Front Page Footer Text & Links */
.fpfooter { color: #2D4678; font-size: 7pt; font-weight: bold; }
a.fpfooter:link {color: #2D4678; text-decoration: none; font-size: 7pt; }
a.fpfooter:visited {color: #2D4678; text-decoration: none; font-size: 7pt; }
a.fpfooter:hover {color: #2D4678; text-decoration: underline; font-size: 7pt; }
a.fpfooter:visited:hover {color: #2D4678; text-decoration: underline; font-size: 7pt; }

/* Footer Menu on Constitution Article Pages */
a.constmenu { color: #000; font-size: 10pt; font-weight: bold;}
a.constmenu:link { color: #000; text-decoration: none; line-height: 12pt; font-size: 10pt;}
a.constmenu:visited { color: #000; text-decoration: none; line-height: 12pt; font-size: 10pt;}
a.constmenu:hover { color: #fff; text-decoration: none; line-height: 12pt; font-size: 10pt;}
a.constmenu:visited:hover { color: #fff; text-decoration: none; line-height: 12pt; font-size: 10pt;}

/* Links on Links Page */
a.linkspage:link { color: #4972C4; text-decoration: none; line-height: 14pt; font-size: 12pt; font-weight: bold; }
a.linkspage:visited { color: #4972C4; text-decoration: none; line-height: 14pt; font-size: 12pt; font-weight: bold; }
a.linkspage:hover { color: #4972C4; text-decoration: underline; line-height: 14pt; font-size: 12pt; font-weight: bold; }
a.linkspage:visited:hover { color: #4972C4; text-decoration: underline; line-height: 14pt; font-size: 12pt; font-weight: bold; }

/* Links on Newsletter Pages */
a.newsContents:link { color: #4972C4; text-decoration: none; line-height: 11pt; font-size: 10pt; font-weight: bold; }
a.newsContents:visited { color: #4972C4; text-decoration: none; line-height: 11pt; font-size: 10pt; font-weight: bold; }
a.newsContents:hover { color: #4972C4; text-decoration: underline; line-height: 11pt; font-size: 10pt; font-weight: bold; }
a.newsContents:visited:hover { color: #4972C4; text-decoration: underline; line-height: 11pt; font-size: 10pt; font-weight: bold; }

a.bold {
	font-weight: bold;
}

.fs { /* Font Shrink */
	font-size: 80%;
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}