/*uLug Cascading Style Sheet
(c) Easton. 2008 */
a.nav:link 
{
 color: #400080;
 text-decoration: none;
 font-family: smaller;
}

a.nav:visited 
{
 color: silver;
 text-decoration: none;
}

a.nav:hover 
{
 color: aqua;
 font-weight: bold;
}

a.nav:active 
{
 color: blue;
}

td.off 
{
 background-color: transparent;
}

td.on:hover 
{
 background-color: white;
}

td.btn:hover 
{
 background-image: url(2bg.gif);
}

.hide 
{
 font-size: 9px;
 font-family: Verdana;
 color: #400080;
 font-weight: none;
}

.header 
{
 font-size: 14px;
 font-family: Verdana;
 color: #E17100;
 font-weight: none;
}

.title 
{
 font-size: 12px;
 font-family: Verdana;
 color: #0080FF;
 font-weight: bold;
}

.body 
{
 font-size: 12px;
 font-family: Verdana;
 color: #232323;
}