*
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body 
{ 
	background-color: #bbbbaa;  
}

.subbutton 
{ 
             font-weight: bold;
             text-decoration: none;
             background-color: #ccccff;
             background-image: url(button-img.jpg);
             color: #000099; 
             width: 200px;  
             height: 28px;   
             border: #000000;
             border-style: solid;
             border-top-width:    1px;
             border-right-width:  1px;
             border-bottom-width: 1px;
             border-left-width:   1px   }

table.button { border: 1px solid #000000;
               background-color: #6A5ACD;}
   tr.button { bordercolor: 2px solid #6A5ACD;}
   td.button { background-image: url('button-img.jpg');
               font-size: 12px; }

/*** Round corners for main table. ***/
.roundCorner
{
border-collapse: separate;
-moz-border-radius: 9px;
border-spacing: 0px;
padding: 0px;
-webkit-border-radius: 9px;
border-style: solid;
border-width: 8px;
border-color: #000040;
} 
.roundMatch
{
background-color: #000040;
}

/*** Change background color for navigation links. ***/
.navTable
{
   border-width: 0px;
   border-style: solid;
   border-color: black;
   border-collapse: collapse;
   border-spacing: 0px;
   padding: 0px;
   background-color:#ffffff;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
}

.navLink a 
{
   border-width: 1px;
   border-style: solid;
   border-color: black;
   border-collapse: collapse;
   border-spacing: 0px;
   padding: 5px;
   background-color:#aabbcc;
   font-family: Verdana, Arial, Helvetica, sans-serif;

   display: block;
   text-decoration: none;
   color: #000040;
}
.navLink a:hover
{
   background-color: #ccddee;
   font-style: italic;

}





/*

Old Stuff.

td { font-size: 12px; }

         

a:hover   { color: #FF0000;
            font-weight: bold;
            text-decoration: none; }

a.ret:link { color: #000080;
         font-weight: bold;
	   font-size: 15px;
         text-decoration: none; }  

a.ret:visited { color: #000080;
         font-weight: bold;
	   font-size: 15px;
         text-decoration: none; }  

a.ret:hover { color: #FF0000;
         font-weight: bold;
	   font-size: 15px;
         text-decoration: none; } 


*/

