.headline1
{
 font-size: 18px;
 font-family: Geneva, Verdana, Arial;
 color: #6b6b6b;
 font-weight: bold;
}

p, td, input, select, textarea, li, ul
{
 font-size: 12px;
 font-family: Verdana, Arial, Geneva;
 color: #6b6b6b;
}

.smallBlackBold {
 font-size: 10px;
 font-family: Arial, Verdana, Geneva;
 color: black;
 font-weight: bold;
}

.smallBlack {
 font-size: 11px;
 font-family: Arial, Verdana, Geneva;
 color: black;
}

.normalBlackBold {
 font-size: 10px;
 font-family: Arial, Verdana, Geneva;
 color: black;
 font-weight: bold;
}

.normalBlack {
 font-size: 12px;
 font-family: Arial, Verdana, Geneva;
 color: black;
}

.normalBrownSmall {
 font-size: 10px;
 font-family: Arial, Verdana, Geneva;
 color: #996A38;
}

.headline {
 font-size: 12px;
 font-family: Arial, Verdana, Geneva;
 color: #996A38;
}

.normalBlack {
 font-size: 10px;
 font-family: Arial, Verdana, Geneva;
 color: black;
}

.headline1blue {
 font-size: 15px;
 font-family: Arial, Verdana, Geneva;
 color: #4A5A6B;
 font-weight:bold;
}


.smallWhite {
 font-size: 10px;
 font-family: Arial, Verdana, Geneva;
 color: white;
}

.normalWhiteBold{
 font-size: 10px;
 font-family: Arial, Verdana, Geneva;
 color: white;
 font-weight: bold;
}

.normalWhite {
 font-size: 10px;
 font-family: Arial, Verdana, Geneva;
 color: white;
}

a:link {
text-decoration:underline; 
color:#4A5A6B;
font-weight: bold;
}

a:visited {
text-decoration:underline; 
color:#4a5a6B;
font-weight:bold;
}

a:hover {
text-decoration:underline; 
color:#F3A926;
font-weight: bold;
}

a:active {
text-decoration:underline; 
color:#F3A926;
font-weight: bold;
}

