BODY{
	BackGround-Image: URL("bg.jpg");
	BackGround-Repeat: Repeat-X;
	Font-Family: Verdana, Arial;
}

A:Link, A:Visited{
	Color: Blue;
	Font-Size: 10pt;
}

A:Hover{
	Color: Red;
}

TD{
	Font-Size: 10pt;
}

.Button{
	Float: Right;
	Cursor: Pointer;
	Width: 60px;
	Font-Weight: Bold;
}

INPUT.Text{
 BackGround-Color: #DEEAF6;
}

INPUT.Error{
	BackGround-Color: #FFC0C0;
}

.Visible{
}

.Hidden{
	Display: None;
}
