/* CSS Document */

h2 {
   color:#ff7f00;
   font-family:Verdana;
   font-size:16px;
}

.bread {
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
color:#494949;
}
.bread12 {
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color:#494949;
}
.breadL {
color:#b2b2b2;
}
.breadO {
color:#ff7f00;
}
.bread13O {
font-size:13px;
color:#b2b2b2;
font-weight:bold;
color:#FF7F00;
}


a:hover { font-family: Arial, Helvetica, sans-serif; Color: #3F3F3F; Text-Decoration : none; }
a{ font-family: Arial, Helvetica, sans-serif; color: #3F3F3F; Text-Decoration : none; font-weight:bold;}

input {
    font-family: Arial, Helvetica, sans-serif;
    font-size:11px;
    font-color: #000000;
    background-color: #f1f1f1;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-color: #5e5e5e;
    border-right-color: #5e5e5e;
    border-bottom-color: #5e5e5e;
    border-left-color: #5e5e5e;
                 }
                    
         input.text{width:150px; font-weight: normal;font-size: 11px; padding: 1px; border: 0px solid #999999 ;}
