a:link {
    font-family: Tahoma;
    font-size: 11px;
    color: #333333;
    text-decoration: none;
}

a:visited {
    font-family: Tahoma;
    font-size: 11px;
    color: #666666;
    text-decoration: none;
}


a:active {
    font-family: Tahoma;
    font-size: 11px;
    color: #333333;
    text-decoration: none;
}

a:hover {
    font-family: Tahoma;
    font-size: 11px;
    color: #2d88b6;
    text-decoration: underline;
}

#whitelink a:link {
    font-family: Tahoma;
    font-size: 11px;
    color: white;
    text-decoration: none;
}

#whitelink a:visited {
    font-family: Tahoma;
    font-size: 11px;
    color: white;
    text-decoration: none;
}


#whitelink a:active {
    font-family: Tahoma;
    font-size: 11px;
    color: white;
    text-decoration: none;
}

#whitelink a:hover {
    font-family: Tahoma;
    font-size: 11px;
    color: white;
    text-decoration: underline;
}

#whitelink_bot a:link {
    font-family: Tahoma;
    font-size: 9px;
    color: white;
    text-decoration: none;
}

#whitelink_bot a:visited {
    font-family: Tahoma;
    font-size: 9px;
    color: white;
    text-decoration: none;
}


#whitelink_bot a:active {
    font-family: Tahoma;
    font-size: 9px;
    color: white;
    text-decoration: none;
}

#whitelink_bot a:hover {
    font-family: Tahoma;
    font-size: 9px;
    color: white;
    text-decoration: underline;
}

#bluelink a:link {
    font-family: Tahoma;
    font-size: 11px;
    color: #2d88b6;
    text-decoration: none;
}

#bluelink a:visited {
    font-family: Tahoma;
    font-size: 11px;
    color: #2d88b6;
    text-decoration: none;
}


#bluelink a:active {
    font-family: Tahoma;
    font-size: 11px;
    color: #2d88b6;
    text-decoration: none;
}

#bluelink a:hover {
    font-family: Tahoma;
    font-size: 11px;
    color: #2d88b6;
    text-decoration: underline;
}

table {
    font-family: Tahoma;
    font-size: 11px;
}


body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-family: Tahoma;
    font-size: 11px;
    color: #333333;
    background-color: white;
    scrollbar-arrow-color: white;
    scrollbar-3dlight-color: #e5e5e5;
    scrollbar-highlight-color: #2d88b6;
    scrollbar-face-color: #2d88b6;
    scrollbar-shadow-color: #2d88b6;
    scrollbar-darkshadow-color: #e5e5e5;
    scrollbar-track-color: #e5e5e5;
}

.padding_table {
    padding-left: 5px;
    padding-right: 5px;
}

.padding_all {
    padding-left:5px;
    padding-right:5px;
    padding-top:5px;
    padding-bottom:5px
}

.padding_left_sub {
    padding-left: 15px;
    padding-right: 15px;
}

.button {
    font-family: Tahoma;
    font-size: 11px;
    color: #FFFFFF;
    background-color: #996633;
    border-top: 1px solid #2d88b6;
    border-bottom: 1px solid #2d88b6;
    border-left: 1px solid #2d88b6;
    border-right: 1px solid #2d88b6;
}

.button2 {
  color: #FFFFFF;
  background-color: #663300;
  font-weight: bold;
  border-top: 1px;
  border-bottom: 1px;
  border-left: 1px;
  border-right: 1px;
}

.button3 {
}

.alert_color {color: #2d88b6}

select {
    font-family: Tahoma;
    font-size: 11px;
    color: #333333;
    background-color: #FFFFFF;
}

input {
background-color: #FFFFFF;
font: 12px verdana, arial, helvetica, sans-serif;
color:#996633;
border:2px solid #996633;
}

input.groovybutton
{
   font-size:10px;
   font-family:Verdana,sans-serif;
   font-weight:bold;
   border-style:solid;
   border-color:#663300;
   border-width:1px;
}
