body {
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

.yellowtable {
	border-collapse:collapse;
}

.yellowtableheader {
	border: 1px solid #FFCC00;
	background-color:#FFCC00;
}

.yellowtablerow {
	border: 1px solid #FFCC00;
	background-color: #FFFFFF;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	color: #000000;
	text-align: center;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	color: #000000;
	text-align: left;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: #000000;
}

.subtitlecenter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

a {
	color: #000099;
	text-decoration: none;
}

.link {
	color: #000099;
}

.bottomlink {
	color: #ffff00;
}

a:hover {
	color: #000000;
	text-decoration: underline;
	background-color: #ffff00;
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}

ul {
	line-height: 24px;
	list-style-type: disc;
	border: thin none;
	list-style-position: outside;
}