A
{
    COLOR: #mediumblue;
    TEXT-DECORATION: none
}
A:hover
{
    COLOR: darkred;
    TEXT-DECORATION: underline
}

A:vlink
{
	COLOR: #mediumblue;
	TEXT-DECORATION: none
}
BODY
{
    FONT-FAMILY: Verdana, Arial
}
.smalltxt
{
    COLOR: #808080;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 7pt;
    FONT-WEIGHT: normal;
    TEXT-DECORATION:none;
}
.mediumtxt
{
    COLOR: #000000;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
    TEXT-DECORATION:none;
}
.control
{
    COLOR: #000;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
    TEXT-DECORATION:none;
}
.windowshape {
	border: 1;
	background: buttonface;
	border-left: 2px outset white;
	border-top: 2px outset white;
	border-right: 2px outset gray;
	border-bottom: 2px outset gray;
}
