a:active     { font-family: Times New Roman; color: #333333; font-size:11pt; font-weight:bold; text-decoration:none}
a:visited    { font-family: Times New Roman; color: #333333; font-size:11pt; font-weight:bold; text-decoration:none}
a:link       { font-family: Times New Roman; color: #333333; font-size:11pt; font-weight:bold; text-decoration:none}
body         { font-family: Times New Roman; color: #333333; font-size:12pt; font-weight:bold; background-color: #E6E3E3 }
est           { color: #660033; font-size: 16pt; font-family: Arial; font-weight: bold; vertical-align:bottom; text-align:center; height:30}

#buttons
{
float: center;
width: %100;
height: 25px;
margin: 0 auto;

}

#buttons ul {
    padding-left: 80px;
    margin: 0px;      
}

#buttons li {
	display: inline;		
}

#buttons a {
	display: block;
	float: right;
	width: 80px;
	height: 25px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 5px;
}

#buttons a:hover {
	width: 80px;
    height: 25px;
	background: url('images/alt_m.gif') repeat-x;
}
