/* $Id: faq.css 5246 2007-04-30 16:37:16Z aholtmann $ */

/* ID's */
H1#about {font-size:12px;}

H2#about {font-size:14px; margin-left:5px;}

H3 {font-size:12px; color:#333333;}

DIV#box {margin-top:23px; margin-bottom:23px; margin-left:23px; font-size:12px;}

HR {border-style:dashed; color:#cbcbcb; border-width:thin;}

TD#enum {font-weight:bold; font-size:12px; width:12%;}
TD#std {font-size:12px; width:90%;}
TD#lrg {font-size:12px; width:100%;}

/* Classes */
.red01 {color:#ff6600;}  /* where is this globally defined? */
.sublink {font-weight:normal; font-style:italic}

a {
    color: #ff6600;
    font-family: Verdana,Arial,Sans-Serif;
    text-decoration: none;
}

a:hover {
    color: #666666;
}

.QuestionTitle
{
    color:#ff6600;
    margin-bottom: 1px;
    margin-top: 12px;
    font-weight:bold; 
    padding:2px;
    background-color:#F7F7F7;
    border-bottom-color:#CCCCCC;
    border-width:0px;
    border-style:solid;
    border-bottom-width:1px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.QuestionId  { 
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #000000; 
}

.FaqAnswer {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt;
color: #4C4C4C;
text-align: justify;
padding: 10px 0 10px 0;
}

table.tableBulletList {
 padding: 10px 0 10px 0; 
 }
 
td.bullet { 
color: #4c4c4c;
font-size: 14px;    
padding: 0 5px 0 15px;
margin-top: 0;
width:10px;
 }
 
td.faqNote {
 padding: 10px 0 10px 20px; 
 }
 
 .faqNote {
 padding: 6px 0 6px 30px; 
 }
 
.tableFaqContactUs { border:1px solid #6c6c6c; width:620px; }
.txtcontactus { border-right:1px solid #6c6c6c; }
.contactusbox {padding: 5px 10px 7px 14px;line-height:1.5; }


.breadCrumbs {
    color: #8B8B8B;
    font-family: Verdana,Arial,Sans-Serif;
    font-size: 11px;
    line-height: 11px;
    padding-left: 0;
    margin-top:2px;
}
.breadCrumbs a {
    color: #FF5A00;
}
 .breadCrumbs span {
    color: #8B8B8B;
    padding: 0 6px;
}


