/* CSS Document */
BODY {
    font-family:Arial, Helvetica, sans-serif; 
    font-size:11px; 
    color:#000000; 
    font-style: strong; 
    line-height: normal; 
    height: auto; 
    width: auto
}
td {
    font-family:Arial, Helvetica, sans-serif; 
    font-size:12px; 
    color:#000000; 
    font-style: normal; 
    line-height: normal; 
    height: auto; 
    width: auto
}
A {
    text-decoration: none; 
	color: #000099
}
A:hover
{
	color: #FF0000;
	TEXT-DECORATION:underline
}
INPUT {
	BORDER-RIGHT: #000000 1px groove; 
	BORDER-TOP: #000000 1px groove; 
	BORDER-LEFT: #000000 1px groove; 
	BORDER-BOTTOM: #000000 1px groove; 
	FONT-SIZE: 8pt; 
	COLOR: #000000; 
	FONT-FAMILY: Verdana
}
INPUT.bluebutton {
	FONT-SIZE: 10px; 
	FONT-WEIGHT: bold; 
	CURSOR: hand; 
	COLOR: #ffffff; 
	BORDER-TOP-STYLE: groove; 
	FONT-FAMILY: Verdana; 
	BORDER-RIGHT-STYLE: groove; 
	BORDER-LEFT-STYLE: groove; 
	BACKGROUND-COLOR: #0000a0; 
	BORDER-BOTTOM-STYLE: groove
}