td{
font-size:10px;
font-family:verdana;
color:000000;
}
a{
text-decoration:underline;
font-size:10px;
color:00458B;
font-family:verdana;
font:100
}
a:hover{    
color:red; 
}
a:visited{
font-size:10px;
color:00458B;   
}
a.white{
color:8B4500;
font-family:verdana;
text-decoration:underline;
font:100
}
 a.white:visited{
color:8B4500;
}

.bg_orange{ background-color:#EDBC79; }
.border_blue{ border:1px #60A3E1 solid; }
.cell_padding{ padding:3px; }
.input_field{ border:1px solid #EDBC79; padding:3px; }
.line_height_double{ line-height:16px; }
.line_height_triple{ line-height:20px; }
.line_dotted{ border-bottom:1px #999999 dotted; width:100%; }
.text_large{ font-size:16px; }
.text_medium{ font-size:12px; }
.text_strong{ font-weight:600; }
.text_blue{ color:#60A3E1; }
.text_orange{ color:#EDBC79; }