body {	
	background-color: #d6ecf9;	
	margin: 0;
}

body, p, a, td, th, input {
	font-family: Georgia, Verdana, Arial;
	font-size: 14px;
}

a {
	color: #57506f;
	font-weight: bold;
	text-decoration: none;
}

h1, h2, h3 {
	text-align: center;
	font-variant: small-caps;
}

hr {
	border: 0;	
	color: #B9B1D7;
	background-color: #B9B1D7;
	height: 1px;
}

th {
	text-align: left;
	color: #555;
}

.footnote{
	font-size: 11px;
	color: #555;
}

.form-btn {
	background-color: #e8f2fb;
	color: #555;
	border-color: #B9B1D7;
}

.msg-error, .msg-resp {
	font-weight: bold;
	text-align: center;
}
.msg-error {
	color: #f00;
}
.msg-resp, .msg-resp-sml {
	color: #00f;
}
.msg-resp-sml {
	font-size: 11px;	
	font-style: italic;
	color: #555;	
}

.category-row {
	background-color: #b9b1d7;
	font-weight: bold;
}


