body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 10pt;
}

td {
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 10pt;
}

.text, .button {
	border: solid 1px #000000;
}

textarea {
	font-family: Arial, sans-serif;
}

.small {
	font-size: 8pt;
}

.error {
	color: #CC0000;
	font-weight: bold;
}

.header_row td {
	color: #003366;
	font-weight: bold;
}

.header_row td a {
	color: #003366;
	text-decoration: none;
}

.odd_row {
	background-color: #EEEEFF;
}

a {
	text-decoration: none;
}

table.subjects {
	border: solid 1px #990066;
}

table.subjects td {
	border: solid 1px #990066;
	background-color: #CCEEFF;
	font-weight: bold;
}

table.subjects td a {
	color: #000066;
}

table.subjects td a:visited {
	color: #000066;
}

.funkytext {
	font-family: Comic Sans MS, Comic Sans, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #990066;
}

.funkytext a {
	text-decoration: underline;
}