
.9 { font-family : Verdana, Arial, Helvetica, sans-serif;
         font-size:9px;
         padding-left: 0px;
         padding-right: 0px;
         color: #555555;
}

.10 { font-family : Verdana, Arial, Helvetica, sans-serif;
         font-size:10px;
         padding-left: 0px;
         padding-right: 0px;
         color: #555555;
}

.13 { font-family : Verdana, Arial, Helvetica, sans-serif;
         font-size:13px;
         padding-left: 0px;
         padding-right: 0px;
         font-weight : bold;
         color: #FF8A00;
}

.rate { background-image: url(images/b_number.gif); background-repeat: repeat-y;
         font-family : Verdana, Arial, Helvetica, sans-serif;
         font-size:10px;
         padding-left: 0px;
         padding-right: 0px;
         color: #000000;
}

.tag_01 { background-image: url(images/tag_01.gif); background-repeat: repeat-x;
         font-family : Verdana, Arial, Helvetica, sans-serif;
         font-size:10px;
         padding-left: 0px;
         padding-right: 0px;
         color: #555555;
}

.tag_02 { background-image: url(images/tag_02.gif); background-repeat: repeat-x;
         font-family : Verdana, Arial, Helvetica, sans-serif;
         font-size:10px;
         padding-left: 0px;
         padding-right: 0px;
         color: #555555;
}

.td { font-family : Verdana, Arial, Helvetica, sans-serif;
         font-size:10px;
         padding-left: 10px;
         padding-right: 10px;
         color: #555555;
}


a:link{
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 10px;
    font-weight : normal;
    color : #FF8A00;
    text-decoration: none;
}

a:visited{
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 10px;
    font-weight : normal;
    color : #FF8A00;
    text-decoration: none;
}

a:active{
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 10px;
    font-weight : normal;
    color : #FF8A00;
    text-decoration: none;
}

a:hover{
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 10px;
    font-weight : normal;
    color : #FF4400;
    text-decoration: none;
}



a.link01:link{
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 10px;
    font-weight : normal;
    color : #FF8A00;
    text-decoration: none;
}

a.link01:visited{
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 10px;
    font-weight : normal;
    color : #FF8A00;
    text-decoration: none;
}

a.link01:active{
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 10px;
    font-weight : normal;
    color : #FF8A00;
    text-decoration: none;
}

a.link01:hover{
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 10px;
    font-weight : normal;
    color : #FF4400;
    text-decoration: none;
}




/*******************************************/
body {
    font-family: $base_font;
    font-size: $medium_font;
    font-weight: normal;
    color: $base_font_color;
}
.dc {
    font-family: $base_font;
    font-size: $x_large_font;
    font-weight: bold;
    color: $table_title_text_color;
}
a {
    font-family: $base_font;
    font-size: $medium_font;
    font-weight: normal;
    color: $base_link_color;
}
a:active {
    font-family: $base_font;
    font-size: $medium_font;
    font-weight: normal;
    color: $base_link_color;
}
a:visited {
    font-family: $base_font;
    font-size: $medium_font;
    font-weight: normal;
    color: $base_link_color;
}
a:hover {
    font-family: $base_font;
    font-size: $medium_font;
    font-weight: normal;
    color: $hover_link_color;
    background-color: $hover_link_bg_color;
}
a.bold {
    font-family: $base_font;
    font-size: $medium_font;
    font-weight: bold;
    color: $base_link_color;
}
a:active.bold {
    font-family: $base_font;
    font-size: $medium_font;
    font-weight: bold;
    color: $base_link_color;
}
a:visited.bold {
    font-family: $base_font;
    font-size: $medium_font;
    font-weight: bold;
    color: $base_link_color;
}
a:hover.bold {
    font-family: $base_font;
    font-size: $medium_font;
    font-weight: bold;
    color: $hover_link_color;
    background-color: $hover_link_bg_color;
}



a.small:link{
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 10px;
    font-weight : normal;
    color : #FF8A00;
    text-decoration: none;
}

a.small:visited{
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 10px;
    font-weight : normal;
    color : #FF8A00;
    text-decoration: none;
}

a.small:active{
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 10px;
    font-weight : normal;
    color : #FF8A00;
    text-decoration: none;
}

a.small:hover{
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 10px;
    font-weight : normal;
    color : #FF4400;
    text-decoration: none;
}

a.smallbold {
    font-family: $base_font;
    font-size: $small_font;
    font-weight: bold;
    color: $base_font_color;
}
a:active.smallbold {
    font-family: $base_font;
    font-size: $small_font;
    font-weight: bold;
    color: $base_font_color;
}
a:visited.smallbold {
    font-family: $base_font;
    font-size: $small_font;
    font-weight: bold;
    color: $base_font_color;
}
a:hover.smallbold {
    font-family: $base_font;
    font-size: $small_font;
    font-weight: bold;
    color: $hover_link_color;
    background-color: $hover_link_bg_color;
}
a:il.hover {
    background-color: transparent;
}
.alt1 {
    background-color: $alt1_bgcolor;
}
.alt2 {
    background-color: $alt2_bgcolor;
}
.title {
    font-family: $base_font;
    font-size: $large_font;
    font-weight: bold;
    color: $table_title_text_color;
}
.regular {
    font-family: $base_font;
    font-size: $medium_font;
    font-weight: normal;
    color: $base_font_color;
}
.selectedNav {
    font-family: $base_font;
    font-size: $medium_font;
    font-weight: normal;
    color: $hover_link_color;
    background: $hover_link_bg_color;
}
.bold {
    font-family: $base_font;
    font-size: $medium_font;
    font-weight: bold;
    color: $base_font_color;
}
.bold-rv {
    font-family: $base_font;
    font-size: $medium_font;
    font-weight: bold;
    color: $table_title_text_color;
    background-color: $hover_link_bg_color;
}
.smallbold {
    font-family: $base_font;
    font-size: $small_font;
    font-weight: bold;
    color: $base_font_color;
}
.smallregular {
    font-family: $base_font;
    font-size: $small_font;
    font-weight: normal;
    color: $base_font_color;
}
.error {
    font-family: $base_font;
    font-size: $medium_font;
    font-weight: normal;
    color: $error_font_color;
}
.input {
    font-family: $base_font;
    font-size: $medium_font;
    font-weight: normal;
    color: "#000000";
    background-color: "#CCCCCC";
}
.button {
    font-family: $base_font;
    font-size: $medium_font;
    font-weight: bold;
    color: $base_font_color;
    background-color: $alt1_bgcolor;
}
.clearbgtext {
    font-family: $base_font;
    font-size: 13px;
    font-weight: normal;
    color: black;
    background-color: transparent;
}

.error {
    font-family: sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: red;
}
.input {
    font-family: sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: "#000000";
    background-color: "#CCCCCC";
}
.button {
    font-family: sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: black;
    background-color: #ffffff;
}

.alt1 {
    background-color: #ffffff;
}
.alt2 {
    background-color: #eeeeee;
}

.regular {
         font-size:10px;
         padding-left: 10px;
         padding-right: 10px;
         color: #555555;
}

.bold {
         font-size:10px;
         padding-left: 10px;
         padding-right: 10px;
         color: #555555;
        font-weight: bold;
}

.bold-rv {
         font-size:10px;
         padding-left: 10px;
         padding-right: 10px;
         color: #555555;
        font-weight: bold;
}

.smallregular {
         font-size:10px;
         padding-left: 10px;
         padding-right: 10px;
         color: #555555;
}

.bold-rv {
    font-family: sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #f6f9ff;
    background-color: ;
}