@charset "utf-8";
body {
	margin: 25px;
	padding: 0px;
	background-color: #CAD7F4;
}
table {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
}
h1 {
	color: #1C3F94;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.buttonscontainer {width: 100%;}
.buttons a {color: #ffffff;
background-color: #1C3F94;
padding: 4px;
padding-left: 15px;
display: block;
border-bottom: 1px solid #fffff0;
font: 11px Arial, Helvetica, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;}

.buttons a:hover {background-color: #CAD7F4;
color: #000000;
text-decoration: none;
}
a:link {
	color: #1C3F94;
}
a:visited {
	color: #1C3F94;
}
