A
{
    COLOR: darkblue;
    TEXT-DECORATION: none
}
A:visited
{
    COLOR: darkblue
}
A:hover
{
    COLOR: blue;
    TEXT-DECORATION: none;
}
BODY
{
    BACKGROUND-COLOR: ;
    COLOR: #333333;
    FONT-FAMILY: Tahoma, Verdana, Helvetica, Arial, sans-serif;
    FONT-SIZE: 8pt
}
TD
{
    COLOR: #333333;
    FONT-FAMILY: Tahoma, Verdana, Helvetica, Arial, sans-serif;
    FONT-SIZE: 8pt;
}
.NoBorder
{
	BORDER:0px;
}
.ButtonStyle
{
    BORDER-BOTTOM: black 1px solid;
    BORDER-LEFT: black 1px solid;
    BORDER-RIGHT: black 1px solid;
    BORDER-TOP: black 1px solid;
	width:75px;
	background-color:#ebebeb;
	text-align:left;
	color:#000000;
}
.ButtonStyle2
{
	background-color:#0069B3;
	text-align:left;
	color:#ffffff;
}