/*
	Buttons
*/
.FormButton {
	COLOR: #330000;
	FONT-WEIGHT: bold;
	white-space: nowrap;
}
TABLE.ButtonTable {
	CURSOR: pointer;
	VERTICAL-ALIGN: middle;
	DIRECTION: ltr;
}
TD.Button {
	FONT-FAMILY: Arial;
	BACKGROUND: URL(images/butbg.gif) repeat-x;
	BACKGROUND-COLOR: #FFFFFF;
	COLOR: #C02925;
	FONT-WEIGHT: bold;
	FONT-SIZE: 13px;
	TEXT-DECORATION: none;
}
FONT.Button {
	FONT-FAMILY: Arial;
	COLOR: #C02925;
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	TEXT-DECORATION: none;
	FONT-SIZE: 11px;
}
IMG.ButtonSide {
	WIDTH: 7px;
	HEIGHT: 16px;
}
.SimpleButton TR TD {
	PADDING: 0px;
	WHITE-SPACE: nowrap;
}

A.Button:link, A.Button:visited, A.Button:hover, A.Button:active {
	COLOR: #330000;
	FONT-WEIGHT: bold;
	text-decoration: none;
}
A.ButtonText:link, A.ButtonText:visited, A.ButtonText:hover, A.ButtonText:active {
	FONT-SIZE: 10px;
	COLOR: #330000;
	text-decoration: none;
}

A.GoButton:link, A.GoButton:visited, A.GoButton:active, A.GoButton:hover {
	COLOR: #081589;
	FONT-WEIGHT: bold;
	font-size: 12px;
	text-decoration: none;

	padding: 1px 0;
	padding-right: 30px;
	background: url('images/go.gif');
	background-position: right;
	background-repeat: no-repeat;
}

.GoImage {
	WIDTH: 27px;
	HEIGHT: 14px;
	BORDER: 0px;
}
.GoImageSmall {
	WIDTH: 15px;
	HEIGHT: 7px;
	VERTICAL-ALIGN: middle;
	BORDER: 0px;
}
.GoArrowImage {
	WIDTH: 10px;
	HEIGHT: 10px;
	VERTICAL-ALIGN: middle;
	BORDER: 0px;
}