form {
	margin: 0px;
	padding:0px;
}
hr {
	margin: 15px 0px 15px 0px;
	color: #003366;
	height: 1px;
}
h1 {
	text-align: center;
	font-size: 20px;
	color: #000000;
	text-transform: uppercase;
}
h2 {
	font-size: 15px;
	color: #336699;
	margin: 5px 0px 5px 0px;
}
a:link, a:visited, a:active {
	color: #003366;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #336699;
}
.note {
	color: #666666;
	font-size: 10px;
}
label {
	cursor: pointer;
}
.row_a {
	background-color: #ECF3F7;
}
.row_b {
	background-color: #DBEBF2;
}
.hide {
	display: none;
}
input:focus, select:focus, textarea:focus {
	background: #F1F8FD;
}