BODY {
	background-color: #ffffff;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	color: #000000;
	margin: 0;
}

a {
	text-decoration: none;
	color: #2A3760;
	font-weight: bold;
}

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

INPUT,SELECT,TEXTAREA {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.header {
	background-color: #485E85;
	font-size: 26px;
	color: #ffffff;
}

.message {
	color: #cc0000;
	font-weight: bold;
}

.title {
	font-size: 22px;
	font-weight: bold;
	text-decoration : underline;
}

.results {
	font-size: 12px;
}

.results2 {
	font-size: 11px;
}

.tableheader {
	font-weight: bold;
}

.tableheader2 {
	text-decoration : underline;
	font-weight: bold;
	color: #942A23;
}

.tableheader3 {
	text-decoration : underline;
	font-weight: bold;
}