/* CSS Document */

html {margin: 0px; padding: 0px;}

body {font-family: verdana, arial; font-size: 11px; color: #000000; margin: 0px; padding: 0px;}

table, tr {font-family: verdana, arial; font-size: 11px; color: #000000;}

td {vertical-align: top; font-family: verdana, arial; font-size: 11px; color: #000000; padding: 2px;}

h1 {font-size: 18px; font-weight: bold; color: #B4C5C3;}
h2 {font-size: 18px; font-weight: bold; color: #FFFFFF; margin: 10px 0px 10px 0px;}
h3 {font-size: 14px; font-weight: bold;}

img {border: 0px;}

#pages-top {color: #001AD3; padding: 0px 0px 0px 5px; margin: 60px 0px 20px 0px;}
#pages-end {color: #001AD3; padding: 0px 0px 0px 5px; margin: 25px 0px 10px 0px;}

#spacer {padding: 5px; width: 750px;} /* The spacer spaces out the individual content between the page divs.*/

a:link {color: #666666; text-decoration: underline;}
a:visited {color: #666666; text-decoration: underline;}
a:hover {color: #666666; text-decoration: none;}
a:active {}

#search {font-weight: bold; float: right; margin: 3px 6px 0px 0px;} /* Parameters for the search box */

.field {background: #eeeeee; border: 0px; width: 150px; height: 20px; margin: 0px; padding: 0px;} /* Determines attributes of search field. */
.submit {background: url(img/btn_go_off.gif) no-repeat left top; width: 26px; height: 24px;}

#logo {background: url(../img/logo_white.gif) no-repeat; width: 400px; height: 55px;
font-weight: bold; font-size: 16px; color: #999999; padding: 35px 0px 0px 128px;}

#fl-r {float: right; padding: 0px 0px 0px 5px;}

.dk {background: #666666; color: #cccccc; font-weight: bold;} /* dark table cell */
.lt {background: #cccccc; color: #666666; font-weight: bold;} /* light table cell */

#dk-box {background: #666666; color: #cccccc; font-weight: bold; padding: 4px;} /* dark table cell */
#lt-box {background: #cccccc; color: #666666; font-weight: bold; padding: 4px;} /* light table cell */

.red {color: #FF0000; font-weight: bold;}