/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;

}
.buttons {	
	display: block;
	font-weight: normal;
	text-align: centre;
	height: 25px;
	margin-top: 10px;
	padding: 0px 1px 1px;
	float: none;
	position:relative;
	top: 5px;
/*	vertical-align:text-middle;*/
	letter-spacing: 1px;
	text-indent: 0px;
	/*background-color: #C6C7D6;*/
	
}
.a:link {
	color: #3D5D7D;
	text-decoration: none;
	font-size: 10px;
	font-weight:bold;
	height: 100%;
	margin-top: 6px;
	letter-spacing: 1px;

}
.a:visited {
	text-decoration: none;
	color: #3D5D7D;
	font-size: 10px;
	font-weight:bold;
	height: 100%;
	letter-spacing: 1px;
}
.a:hover {
	text-decoration: none;
	color: #3D5D7D;
	font-size: 10px;
	font-weight:bold;
	background-color:#ffffff;
	height: 100%;
	letter-spacing: 1px;

}
.a:active {
	text-decoration: none;
	color: #0030CE;
	height: 100%;
}