@charset "utf-8";
/* CSS Document */
body {
	background-color: #1771B3;
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
color:#1771B3;
border-bottom-width:thin;
border-bottom-color:#1771B3;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #990000;
}
.style2 {font-size: 12px}
.style4 {color: #535353}
.Inputs {
	border-bottom-color: #EFEFEF;
	border-left-color: #EFEFEF;
	border-right-color: #EFEFEF;
	border-top-color: #EFEFEF;
	border-color: #EFEFEF;
	color:#666666;
	background-color:#FFFFFF;
	font-size:18px;
	cursor:pointer;
	}
