body {
   background-color: #FFFFFF;
   color: #000000;
   font-size: 10pt;
   font-family: verdana, arial, sans-serif;
}

a:link { color: black; text-decoration: none; background: inherit inherit inherit inherit; margin: 0; padding: 0 }
a:visited { text-decoration: none; background: inherit inherit inherit inherit }
a:hover { color: #000000; text-decoration: underline; background: #f5f5f5 }
a:active { color: #999999; text-decoration: none; background: inherit inherit inherit inherit }

.bigger {
font-size: 11pt;
}
.smaller {
font-size: 7pt;
}
 .black {
    color: #000000;
}
.searchYellow{
background-color:#f4dc43;}

.lightgrey
{
color: #7d7d7d;
}

td {
   color: #000000;
   font-size: 10pt;
   font-family: verdana, arial, sans-serif;
}

.white {
   color: #FFFFFF;
}

input {
   font-size: 9pt;
   font-family: courier;
}

select {
   font-size: 9pt;
   font-family: arial, sans-serif;
}

.sortselect {
   font-size: 8pt;
   font-family: verdana,arial, sans-serif;
   color: #ffffff;   
   background-color: #000000;
}

/* Navigation Links */
a.navigation:link    { color: #247ec0; text-decoration: underline; }
a.navigation:visited   { color: #0a64a8; text-decoration: underline; }
a.navigation:hover   { color: #247ec0;}
a.navigation:active   { color: #247ec0; text-decoration: underline; }

/* Category Links */
a.category:link   { color: black; text-decoration: none;}
a.category:visited  { color: black; text-decoration: none; }
a.category:hover  { color: #000000; text-decoration: underline; }
a.category:active  { color: #999999; text-decoration: none; }

/*** BORDERS ***/
.borderAllTd td {
   border-color: #CCCCCC;
   border-style: solid;
   border-width: 1px;
}

.borderAll {
   border-color: #CCCCCC;
   border-style: solid;
   border-width: 1px;
}


.borderNoTop {
   border-color: #CCCCCC;
   border-style: solid;
   border-width: 0px 1px 1px 1px;
}

.borderNoBottom {
   border-color: #CCCCCC;
   border-style: solid;
   border-width: 1px 1px 0px 1px;
}

.borderBottomTd td {
   border-bottom-color: #CCCCCC;
   border-bottom-style: solid;
   border-bottom-width: 1px;
}

.borderBottom {
   border-bottom-color: #CCCCCC;
   border-bottom-style: solid;
   border-bottom-width: 1px;
}

.borderTop {
   border-top-color: #CCCCCC;
   border-top-style: solid;
   border-top-width: 1px;
}


.dataOut {
   border-color: #CCCCCC;
   border-style: solid;
   border-width: 1px;
}

.data td {
   font-size: 8pt;
}

.dataRowWhite {
   background-color: #FFFFFF;
}
