<!--

a:link.white, 
a:visited.white, 
a:active.white,
.white
{
text-decoration: none; 
color: #FFF;
font-weight:bold;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

a:hover.white
{
text-decoration: underline;
color: #FFF;
}

a:link.trail, 
a:visited.trail, 
a:active.trail,
.trail
{
text-decoration: none; 
color: #000000;
}

a:hover,
a:hover.trail,
.trial,
{
text-decoration: underline;
color: #0000cc;
}



.Buttons { 

font: 11px Arial, Verdana, Geneva, Arial, Helvetica, sans-serif; 

font-weight: bold;

background-color: #FF0000; 

color: #FFFFFF; 

height: 20px;

border-top-color:#FFFFFF;

border-left-color:#FFFFFF;

border-right-color:#000000;

border-bottom-color:#000000;

border:2px solid;

white-space: nowrap; 

line-height: 22px;

}



a.Buttons:link, 

a.Buttons:visited, 

a.Buttons:active	

{

text-decoration: none; 

color: #FFFFFF;

padding: 2px;

}



.ButtonHover, a.Buttons:hover, .Buttons:hover { 

font: 11px Arial, Verdana, Geneva, Arial, Helvetica, sans-serif; 

font-weight: bold;

background-color: #FFFFFF; 

color: #FF0000;

border: 1px;

height: 20px;

border-top-color:#FFF;

border-left-color:#FFF;

border-right-color:#000;

border-bottom-color:#000;

border:2px solid;

text-decoration: none;

line-height: 22px;

}

-->


