.button A {
	DISPLAY: table-cell;
	FONT-WEIGHT: bold;
	FONT-SIZE: 15px;
	MARGIN: 0px;
	CLIP:        rect(auto auto auto auto);
	COLOR: #3366FF;
	FONT-STYLE: normal;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #FFFFFF;
	TEXT-DECORATION: none;
	list-style-type: disc;
	line-height: normal;
	left: auto;
	background-attachment: fixed;
	background-position: center top;
	text-align: center;
	cursor: hand;
	height: 35px;
	width: 100px;
	padding: 5px;
	top: auto;
	vertical-align: top;
	list-style-position: inside;
	bottom: auto;
	border: 1px solid #3333FF;











}
.button A:hover {
	DISPLAY: table;
	FONT-WEIGHT: bold;
	FONT-SIZE: 15px;
	MARGIN: 0px;
	WIDTH: 100px;
	CLIP:            rect(auto auto auto auto);
	COLOR: #FFFFFF;
	FONT-STYLE: normal;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #3366FF;
	TEXT-DECORATION: none;
	height: 70px;
	list-style-type: disc;
	line-height: normal;
	background-attachment: scroll;
	background-position: center bottom;
	text-align: center;
	padding: 50px 5px 5px;
	vertical-align: baseline;
	list-style-position: inside;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	cursor: hand;
	border: 1px groove #3333FF;







}
.button A:active {

	BORDER-RIGHT: 1px groove #993333;
	BORDER-TOP: 1px groove #990033;
	DISPLAY: table;
	FONT-WEIGHT: bold;
	FONT-SIZE: 15px;
	MARGIN: 0px;
	BORDER-LEFT: 1px groove #CC0033;
	WIDTH: 100px;
	CLIP:            rect(auto auto auto auto);
	COLOR: #FFFFFF;
	BORDER-BOTTOM: 1px groove #990066;
	FONT-STYLE: normal;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #CC0033;
	TEXT-DECORATION: none;
	height: 70px;
	list-style-type: disc;
	line-height: normal;
	background-attachment: scroll;
	background-position: center bottom;
	text-align: center;
	padding: 50px 5px 5px;
	vertical-align: baseline;
	list-style-position: inside;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	cursor: hand;
}
.button B {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9900;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	word-spacing: normal;
	padding: 5px;
	height: 35px;
	width: 100px;
	border: medium none #FFFFFF;
	cursor: hand;
}
.button B:hover {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF9900;
	text-align: left;
	vertical-align: middle;
	word-spacing: normal;
	padding: 5px;
	height: 35px;
	width: 100px;
	border: medium dotted #FFFFFF;
	cursor: hand;
}
.button B:active {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC0033;
	text-align: left;
	vertical-align: middle;
	word-spacing: normal;
	padding: 5px;
	height: 35px;
	width: 100px;
	border: medium groove #FFFFFF;
	cursor: hand;
}
