/* CSS Document */
@media screen {
body,table, td {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF}
.nFeatured { font-size: 1.05em; padding-right: 13px; padding-left: 13px; font-weight:bold;}
.nHeadline { font-size: 0.9em; font-weight: bold; color: #333333}
th { font-size: 1.1em; font-weight: bold; color: #CCCCCC}
a { color: #CCFF99; text-decoration: none;}
#aL {text-align: left;} 
/*add width: 100% to these later */
.nMenu { font-size: 12px; color: #FFFFFF ; font-weight: bold; line-height:20px;}
.nMenu-Inner { font-size: 11px; color: #CCCC66; font-weight: lighter; line-height:12px;}
.cell { border: solid 1px #999999; background-color: #666666; padding: 2px 2px 2px 2px; text-align:center; border-style: outset; } 
.cell2 { border: solid 1px #555555; background-color: #555555; padding: 2px 2px 2px 2px; text-align:center; border-style: outset; } 
.dspace {line-height: 25px; font-size:1.05em; font-weight:normal;}
.label { font-size: 11px; text-align: right; color: #aaaaaa; background-color: #555555;}
.field { background-color: #666666; } 
.tip { font-size: 10px; color: #1f1f1f; }
#faqHd { font-size: 12px; background-color: #444444; padding: 2px 2px 2px 2px;  } 
#faqAns { background-color: #333333; padding: 2px 2px 2px 2px; color: #aaaaaa;} 

}



@media print {
body,table, td {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #222222}
.nFeatured { font-size: 1.05em; padding-right: 13px; padding-left: 13px; font-weight:bold;}
.nHeadline { font-size: 0.9em; font-weight: bold; color: #333333}
th { font-size: 1.1em; font-weight: bold; color: #333333}
a { color: #334422; text-decoration: none;}

 add width: 100% to these later 
.nMenu { font-size: 12px; color: #333333 ; font-weight: bold; line-height:20px;}
.nMenu-Inner { font-size: 11px; color: #666666; font-weight: lighter; line-height:12px;}
.cell {  text-align:center; } 
.cell2 {  text-align:center;} 
.dspace {line-height: 25px; font-size:1.05em; font-weight:normal;}
}

}
