/*
COLORS
"#142F6E" - background blue, links
000000 - black - primary
"#9C1316" - red
*/

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


/* general tag selectors */

body, td, blockquote { font-family: Times, Georgia, Times New Roman, Times, serif; font-size: 14px; text-align: left; color:#000; }

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

h1 { font-style:italic; color: #333333; font-weight: bolder; font-size: 16px; letter-spacing: .1em; border-bottom: 1px dashed #333333;}



h2 { color: #9C1316; font-weight: bolder; font-size: 14px; font-style:italic; letter-spacing: .1em }


.fronttitle { color: #142F6E; font-weight: bolder; font-size: 16px; letter-spacing: .1em; padding-bottom:10px;} 

.pagetitle { color: #142F6E; font-weight: bolder; font-size: 16px; width:480px; letter-spacing: .1em; border-bottom: 1px dashed #142F6E; padding:0px; margin: 20px 10px 0px 10px;}


/* general class selectors */

.title { color: #142F6E; font-weight: bolder; font-size: 17px }


.section { color: #80190C; font-weight: bolder; font-size: 16px }
.subsection { color: #9C1316; font-weight: bolder; font-size: 14px; font-style:italic; letter-spacing: .1em }
.subsection2 { color: #000000; font-weight: bolder; font-size: 12px }


.keywordphrase { color: #ffffff; font-weight: bolder; font-size: 13px; margin:0px 0px 10px 0px; padding:3px; background-color:#142f6e; border-bottom: 1px #b4b4b4 dashed;}

.vsmprint { font-size: 11px }
.smprint { font-size: 12px }
.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: #142F6E; border-style: dotted; border-width: 1px;}
.medbg { background-color: #cccccc;}

.dottedbox {padding: 10px 10px 10px 10px; border: 1px dotted #cccccc; margin-bottom:10px;}

.notdottedbox {padding: 10px 0px; border: 0px dotted #cccccc; margin-bottom:10px;}

#sidebar {float:right; padding:20px 10px 10px 0px; width:160px; text-align:center; font-weight:bolder; font-size: 12px;}

#sidebar a { text-decoration:none;}


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

a { color: #142F6E; text-decoration: underline }
a:hover { color: #142F6E; 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: #142F6E;  width: 100%; height: 0px; border-style: dotted none none none; border-width: 1px}

hr.short { color: #142F6E;  width: 50%; height: 0px; border-style: dotted none none none; border-width: 1px}

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

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