* {font-family: Verdana, Tahoma, Helvetica, sans-serif; font-size: 9px; color: #404040;}

.header {font-size: 16px; font-weight: bold; color: {blueColor};}

.copyMain {font-size: 11px; color: #404040;}
.copySmall {font-size: 9px; color: #404040;}
.copySmallWhite {font-size: 9px; color: #ffffff;}



/*NO CLASS*/
a:link {color:#985C3A; font-weight: normal; font-size: 9px; text-decoration: underline;}
a:visited {color:#985C3A; font-weight: normal;font-size: 9px;  text-decoration: underline;}
a:active {color:#985C3A; font-weight: normal; font-size: 9px; text-decoration: underline;}
a:hover {color:#985C3A; font-weight: normal; font-size: 9px; text-decoration: none;}

a:link.current {color:#404040; font-weight: normal; text-decoration: none;}
a:visited.current {color:#404040; font-weight: normal; text-decoration: none;}
a:active.current {color:#404040; font-weight: normal; text-decoration: none;}
a:hover.current {color:#404040; font-weight: normal; text-decoration: none;}
/*END NO CLASS(current)*/

/*WHITE CLASS*/
a:link.white {color:#ffffff; font-weight: normal; text-decoration: underline;}
a:visited.white {color:#ffffff; font-weight: normal; text-decoration: underline;}
a:active.white {color:#ffffff; font-weight: normal; text-decoration: underline;}
a:hover.white {color:#ffffff; font-weight: normal; text-decoration: none;}

a:active.whiteCurrent {color:#ffffff; font-weight: normal; text-decoration: underline;}
a:visited.whiteCurrent {color:#ffffff; font-weight: normal; text-decoration: underline;}
a:active.whiteCurrent {color:#ffffff; font-weight: normal; text-decoration: underline;}
a:hover.whiteCurrent {color:#ffffff; font-weight: normal; text-decoration: underline;}
/*END WHITE CLASS*/

/*WHITEBOLD CLASS*/
a:link.whiteBold {color:#ffffff; font-weight: bold; font-size: 9px; text-decoration: none;}
a:visited.whiteBold {color:#ffffff; font-weight: bold; font-size: 9px; text-decoration: none;}
a:active.whiteBold {color:#ffffff; font-weight: bold; font-size: 9px; text-decoration: none;}
a:hover.whiteBold {color:#ffffff; font-weight: bold; font-size: 9px; text-decoration: underline;}

a:active.whiteBoldCurrent {color:#ffffff; font-weight: bold; text-decoration: underline;}
a:visited.whiteBoldCurrent {color:#ffffff; font-weight: bold; text-decoration: underline;}
a:active.whiteBoldCurrent {color:#ffffff; font-weight: bold; text-decoration: underline;}
a:hover.whiteBoldCurrent {color:#ffffff; font-weight: bold; text-decoration: underline;}
/*END WHITEBOLD CLASS*/

/*BOLD CLASS*/
a:link.bold {color:#985C3A; font-weight: bold; text-decoration: none;}
a:visited.bold {color:#985C3A; font-weight: bold; text-decoration: none;}
a:active.bold {color:#985C3A; font-weight: bold; text-decoration: none;}
a:hover.bold {color:#985C3A; font-weight: bold; text-decoration: underline;}

a:link.boldCurrent {color:{blueColor}; font-weight: bold; text-decoration: none;}
a:visited.boldCurrent {color:{blueColor}; font-weight: bold; text-decoration: none;}
a:active.boldCurrent {color:{blueColor}; font-weight: bold; text-decoration: none;}
a:hover.boldCurrent {color:{blueColor}; font-weight: bold; text-decoration: none;}
/*END BOLD CLASS*/
