body, td, p, .text {
 font-family: Helvetica, Tahoma, Arial, sans-serif;
 font-size: 12px;
 font-weight: normal;
 font-style: normal;
 color: #000000;
}
a:link, a:visited {
 font-style: normal;
 text-decoration: none;
 color: #0e4f95;
}
a:hover, a:active {
 font-style: normal;
 text-decoration: underline;
 color: #0e4f95;
}

a.white:link, a.white:visited {
 font-style: normal;
 text-decoration: none;
 color: #ffffff;
}
a.white:hover, a.white:active {
 font-style: normal;
 text-decoration: underline;
 color: #ffffff;
}

a.orange:link, a.orange:visited {
 font-style: normal;
 text-decoration: none;
 color: #c74100;
}
a.orange:hover, a.orange:active {
 font-style: normal;
 text-decoration: underline;
 color: #c74100;
}

big {
 font-size: 18px;
 font-weight: bold;
 color: #ff6817;
}

.large {font-size: 14px;}
.micro {font-size: 10px;}
small, .smalltext {font-size: 11px;}
b {font-weight: bold;}

ul {list-style-image : url("img/pnt-li.gif");}
li {margin-bottom: 15px;}

.orange {color: #c74100;}
.liteorange {color: #ff6817;}
.black {color: #000000;}

.bgwhite {background: #ffffff;}
.bgyellow {background: #ffcc00;}
