body,div,p,td {
	font-family: arial,sans-serif;
	font-size: 10pt;
}
table {
	border-collapse: collapse;
}
a {
	color: #666633;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.blue-label {
	color: #ffffff;
	font-weight: bold;
	font-size: 8pt;
	background-color: #6699cc;
}
.txt-input {
	border: 1px solid #999999;
}
.cool-button {
	border: 1px outset #333333;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	background-color: #999999;
}
.error-msg {
	font-weight: bold;
	color: #cc0000;
}
.success-msg {
	font-weight: bold;
	color: #009900;
}