/* Try to stick to the "standard 16" color names:
   aqua, black, blue, fuchsia, gray, green, lime, maroon,
   navy, olive, purple, red, silver, teal, white, and yellow */


BODY {
	background: white;
	color: black;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}

BODY, H1, H2, H3, H4, H5, P, TD, TH, DL, DT, DD, UL, LI, BLOCKQUOTE {
	font-family: Arial, Helvetica, sans-serif;
}

H1, H2, H3, H4, H5, TH {
	color: #000000;
}

.frontheader {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  padding-bottom: 3px;
}

.HL {
   background: #ffff00;
   color: #000000;
}

P, UL, LI, BLOCKQUOTE {
  font-size: 10pt;
}

DD {
  font-size: 10pt;
}

DT {
  font-size: 12pt;
  font-weight: 800;
  color: #000000;
}

.dd {
  font-size: 10pt;
}

.dt {
  font-size: 12pt;
  font-weight: 800;
  color: #000000;
}

.boxheader {
  background: #000000;
  color: white;
}

.boxbody {
  background: #CCCCFF;
}

.offerhead {
  color: #0808E6;
}


INPUT {
        font-size: medium;
        font-family: Courier, "MS Courier New", Prestige, "Everson Mono", monospace;
}

.nospace {
        margin: 0 0 0 0;
        padding: 0 0 0 0;
}

.serif {
        font-family: "Times New Roman", Times, serif;
}

P.serif, UL.serif, LI.serif, BLOCKQUOTE.serif {
        font-size: 12pt;
}

P.instructions {
        font-size: 12pt;
        font-weight: 600;
}

P.response {
        font-size: 12pt;
        font-weight: 600;
}

.article {
        text-indent: 1em;
}

.disclosure {
        font-size: 8pt;
        text-indent: 1em;
}

.copyright {
        font-size: 8pt;
}

.copyright-menu {
        font-size: 8pt;
        color: #CCFFFF;
}

.intro {
        margin-top: 0;
        padding-top: 0;
        border-top: 0;
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0;
}

P.byline {
        font-size: 8pt;
        text-indent: 1em;
        margin-top: 0;
        padding-top: 0;
        border-top: 0;
}

P.byline2 {
        font-size: 8pt;
        margin-top: 0;
        padding-top: 0;
        border-top: 0;
}

.address {
        padding-left: 2em;
        padding-right: 2em;
}

.question {
        color: red;
}

.answer {
        color: blue;
}

.leader {
        font-size: 14pt;
}

.header {
        font-size: 12pt;
}

.pageheader {
        font-size: 14pt;
}
 

.introtitle {
        font-size: 12pt;
        margin-top: 0;
        padding-top: 0;
        border-top: 0;
}

.mainintrotitle {
        font-size: 14pt;
}

.urgent {
        color: red;
}

.flash {
        font-size: 12pt;
        color: red;
}

.enhance {
        color: #C79453;
        font-size: 14pt;
}

.dateline {
        font-size: 8pt;
        font-weight: 500;
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0;
}

.small {
        font-size: 8pt;
}

.piccaption {
        font-size: 8pt;
        color: #77797c;
}

.issuedate {
        font-size: 10pt;
        color: #000000;
}

.biocaption1 {
        font-size: 16pt;
        font-weight: 600;
        font-family: Georgia, "Times New Roman", Times, serif;
}

.biocaption2 {
        font-size: 12pt;
        font-family: Georgia, "Times New Roman", Times, serif;
        
}

.biocaption3 {
        font-size: 7pt;
}


CODE {
        color: green;
        font-weight: 600;
}       

SAMP { 
        color: red;
        font-weight: 600;
}       

A:link {
	color: #0000CC; }
A:visited {
	color: #0000CC; }
A:hover {
	color: #993399; }
A:active {
	color: red; }
	      

A.inverse:link {
	color: #FFFFFF; }
A.inverse:visited {
	color: #FFFFFF; }
A.inverse:hover {
	color: #0701FC; }
A.inverse:active {
	color: red; }	

.inverse {
  color: #FFFFFF;
  background: #000000;
}



A.menu:link {
	color: #ffffff; }
A.menu:visited {
	color: #ffffff; }
A.menu:hover {
	color: #FEEF02; }
A.menu:active {
	color: red; }
	      
A.menu {
  text-decoration: none;
}

.menu {
  font-size: 10pt;
  font-weight: 600;
}

.radioShowDateBox1 {
  background-color:#E6F9FC;
	border: 2px
	solid #0000CC;
	padding:5px;
	margin:5px;
	text-align: center;
	color: #000000;
	font-weight: normal;
	font-size:12px;
} 

.radioShowDateBox1 em{
	font-weight: bolder;
	color:#FF0000;
}

.contentBoxNav {
	background-color:#FAEAC2;
	border: 2px solid #000;
	padding:5px;
	margin:5px;
	font-size:11pt;
}

.contentBoxNav a:link {
	color: #FF0000;
	text-decoration: none;
}

.contentBoxNav a:hover {
	color: #0000CC;
	text-decoration: underline;
}