@charset "utf-8";
/* CSS Document */

.verdana {
font-family: Verdana;
}

.tahoma {
font-family: Tahoma;
}

.arial {
font-family: Arial;
}

.trebuchet {
font-family: Trebuchet;
}

.sans-serif {
font-family: 'MS Sans Serif', Geneva, sans-serif;
}

.arial-black {
font-family: 'Arial Black', Gadget, sans-serif;
}

.txt_10 {
font-size: 10px;
}

.txt_11 {
font-size: 11px;
}

.txt_12 {
font-size: 12px;
}

.txt_13 {
font-size: 13px;
}

.txt_14 {
font-size: 14px;
}

.txt_15 {
font-size: 14px;
}

.txt_16 {
font-size: 16px;
}

.txt_18 {
font-size: 18px;
}

.txt_20 {
font-size: 20px;
}

.white {
color:#FFFFFF;
}

.white a {
color:#FFFFFF;
text-decoration: none;
}

.white a:hover {
text-decoration: underline;
}

.darkgrey {
color: #393939;
}

.darkgrey a {
color: #393939;
text-decoration: none;
}

.darkgrey a:hover {
text-decoration: underline;
}

.green{
color: #477100;
}

.darkblue {
color: #014764;
}

.darkblue a {
color: #014764;
text-decoration: none;
}

.darkblue a:hover {
text-decoration: underline;
}

.bold {
font-weight: bold;
}

.uppercase {
text-transform: uppercase;
}