/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	background-color: #FFFFCC;
}

.maintable{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	border: 1px solid black;
	background-color: white;
}

.maincell{
	padding: 5px;
}
.centered{
	text-align: center;
}

.copyright{
	text-align: center;
	font-size: 10px;
}

a:link, a:visited, a:active {
	color: #FB8C11;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}

a:hover {
	text-decoration: underline;
}

.title{
	font-size: 18px;
	color: #FBAF31;
	font-weight: bold;
}