@charset "utf-8";
/* CSS Document */

body {
	background-color: #330000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #FFFFFF;
}
table.content {
	background-color: #000000;
}
.header {
	font-size: 16pt;
	font-weight: bold;
}
.large {
	font-size: 12pt;
	font-weight: bold;
}
td.row1 {
	background-color: #030;
}
td.row2 {
	background-color: #333;
}

td.head {
	background-color: #006600;
	color: #400;
}
td.head a:link, td.head a:visited, td.head a:active {
	text-decoration: none;
	color: #800;
}
td.head a:hover {
	text-decoration: underline;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #f00;
}
a:hover {
	text-decoration: underline;
}

.button {
	color: #000000;
	background-color: #0a0;
	border: 1px solid #060;
}
.text {
	border: 1px solid #0a0;
	margin: 3px;
}