@charset "UTF-8";
/* CSS Document */


body, p, hr, h1, h2, h3 {
	margin: 0;
	padding: 0;
}
body, table, td, tr, p, input {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(1, 62, 93)
}
hr {
	border: 0px;
	border-top: solid 1px #0099ff;
	height: 1px;
	width: 100%;
}
input {
	border: solid 1px rgb(1, 62, 93);
}

h1 {
	color: rgb(1, 62, 93); 
	font-weight:bold; 
	font-size:14px;
}
a:link, a:visited {
	color: rgb(1, 62, 93); 
	text-decoration: underline;
}

a:hover, a:active {
	color: #000000; 
	text-decoration: underline;
}

