@charset "utf-8";
/* CSS Document */


body
{
	background-color:#542988;
};


td
{
	height:40;
}

a.button
{
	display: block;
	color:#FFFFFF;
	font-weight:normal;
	font-family:"Century Gothic";
	text-decoration: none;
	height: 40px;
	background-image: url(../img/button_bg.jpg);
	background-repeat: repeat-x;
	background-position: center;
	position: relative;
	bottom: 3px;
}
.button .buttonText {
	position: relative;
	top: 7px;
	font-style: normal;
	font-weight: bold;
}


a.button:active
{
	background:url(../img/button_bg_pressed.jpg) repeat;
	display: block;
	color:#99FFCC;
	font-weight:normal;
	font-family:"Century Gothic";
	text-decoration: none;
}

