/* CSS Document */
.HomepageLinks {
	font-family: "Trebuchet MS", Arial, helvetica, "times new Roman";
}
.HomepageLinks a{
	color: #04519F;
	text-decoration:none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #0D4FA6;
	border-left-color: #0D4FA6;
	padding-right: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0D4FA6;
}
.HomepageLinks a:hover{
	color: #FF0204;
	text-decoration:none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FF0204;
	border-left-color: #FF0204;
	padding-right: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0204;
}
.ButtonLink {
	width: 200px;
	
}
body,td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.ButtonLink a{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-color: #0F50A0;
}
.ButtonLink a:hover{
	color: #000000;
	background-color: #FF0000;
}
#InputForm {
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #999999;
}
h1 {
	font-size:16px;
	color:#323296;
	font-style: italic;
	margin-top: 15px;
	margin-bottom: 15px;
}
