/*
COLORS
"#8E9EA7" - background blue, links
000000 - black - primary
"#7F1B20" - red
"#0D1453" - navy --- cccsecondary
"#2496DB" - bright blue
*/

/*
*******************************************************
GENERAL SELECTORS
*******************************************************
*/


/* general tag selectors */

body, td, blockquote { font-family: Arial, Geneva, Verdana, Swiss, sans-serif; font-size: 12px; text-align: left; color:#000; }

sup {font-size: 7px;text-transform: uppercase;}



h1 { color: #700D03; font-weight: bolder; font-size: 14px; letter-spacing: .1em }
h2 { color: #4B5E38; font-weight: bolder; font-size: 13px; font-style:italic; letter-spacing: .1em }

h1.gray { color: #999999; font-weight: bolder; font-size: 14px; letter-spacing: .1em }



/* general class selectors */

.title { color: #5F5D31; font-weight: bolder; font-size: 17px }


.section { color: #80190C; font-weight: bolder; font-size: 16px }
.subsection { color: #0D1453; font-weight: bolder; font-size: 14px }
.subsection2 { color: #000000; font-weight: bolder; font-size: 12px }

.keywordphrase { text-align:center; color: #DAE5CF; font-size: 11px; margin:0px 0px 10px 0px; padding:3px; background-color:#000000; border-bottom: 1px #000000 dashed;}

.vsmprint { font-size: 11px }
.smprint { font-size: 11px }
.regprint { font-size: 14px }
.large { font-size: 16px }

.secondary { color: #1C679F } 
.secondarybold { color: #333366; font-weight: bolder }
.smsecondarybold { font-size: 10px; color: #1C679F; font-weight: bolder }

.orange { color: #ff6633; font-weight: bolder }
.maroon { color: #80190C; }
.bluebold { color: #333366; font-weight: bolder }
.blue { color: #333366;}

.alert { color: #990000; font-weight: bolder }
.required { color: #CC0000; font-size: 10px;}

.defaulttext { color: #000000 }
.fieldname { font-size: 10px }
.navfooter { font-size: 12px; color: #B9D3E7 }

.content { padding: 25px 10px 25px 10px; }

.darkbgtable { background-color: #000000; border-style: dotted; border-width: 1px;}
.medbg { background-color: #DAE5CF;}




/* general <a> class and tag selectors */

a { color: #0D1453; text-decoration: underline }
a:hover { color: #0D1453; text-decoration: none }

a.nav { font-family: Georgia; color:#EFE8E3; text-decoration: none; font-size: 12px; font-weight: bolder; }
a.nav:hover { font-family: Georgia; color: #EFE8E3; text-decoration: none; font-size: 12px; font-weight: bolder; }

hr { color: #cccccc;  width: 100%; height: 0px; border-style: dotted none none none; border-width: 1px}

#footer {
	FONT-SIZE: 12px; font-weight:bolder; padding:30px 0px 0px 0px;
}
#footer td {
	FONT-SIZE: 12px; font-weight:bolder;
}
#footer div{
	FONT-SIZE: 12px; font-weight:bolder;
}

#footer hr { color: #5F5D31;  width: 100%; height: 0px; border-style: dotted none none none; border-width: 1px; }
