/*  Radio Style Sheet */

/* Layout */
body {
   background-color: #FFFFFF;
   margin: 10px;
   padding: 0;
}

font,th,td,p {
   font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
   font-size: 10px;
}

.gensmall {
   margin: 1px 1px;
   font-size: 1em;
}

a:link {
   color: #006597;
   text-decoration: none;
}

a:active,
a:visited {
   color: #005784;
   text-decoration: none;
}

a:hover{
   color: #D46400;
   text-decoration: underline;
}

.cattitle {
   font-size:12px;
   font-weight:bold
}

.row1 {
   background-color: #ECECEC;
}

th {
   color: #FFA34F;
   font-size: 12px;
   font-weight: bold;
   background-color: #006699;
   height: 28px;
   white-space:nowrap;
   text-align:center;
   padding: 8px 8px;
}