/* CSS Document */
html, body {
	background-color: #4B4B4B;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #5D6466;
	font-size: 9px;
}

h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: inline;
}

h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	display: inline;
}

a {
	text-decoration: underline;
	color: #72A655;
}

a.navi {
	font-weight: bold;
	text-decoration: underline;
	color: #FF4700;
}

a.biglink {
	font-size: 12px;
	color: #606768;
	font-weight: bold;
	text-decoration: none;
}

a.greenlink {
	text-decoration: none;
}

a.redlink {
	color: #FF4700;
}

a.winlink {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #FF4700;
}

a:hover {
	text-decoration: none;
}

a.biglink:hover {
	text-decoration: underline;
}

a.greenlink:hover {
	text-decoration: underline;
}

a.winlink:hover {
	text-decoration: none;
}

.fat {
	color: #72A655;
	font-weight: bold;
}

.green {
	color: #72A655;
}

.red {
	color: #FF4700;
}

.headline {
	font-size: 14px;
	color: #606768;
	font-weight: bold;
}

.prize {
	font-size: 11px;
	color: #72A655;
	font-weight: bold;
}

.input {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin: none;
	font-size: 9px;
	background-color: #F0F0F0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #5D6466;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5D6466;
}

.inputerror {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin: none;
	font-size: 9px;
	color: #FF4700;
	background-color: #F0F0F0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FF4700;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF4700;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF4700;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF4700;
}

.list {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin: none;
	font-size: 10px;
	background-color: #F0F0F0;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
