/* Nothing special... Just put a 100 percent width & height image,
and put everything else on the upper layer ;) */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #006231;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.main {
	height: 100%;
}
.topleft {
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 5px;
	color: #CCCCCC;
}
.topleft a:link, .topleft a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}
.topleft a:hover {
	color: #FFFF00;
	text-decoration: underline;
}
.topright {
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	color: #CCCCCC;
}
.topright a:link, .topright a:visited {
	color: #CCCCCC;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;

}
.topright a:hover {
	color: #FFFF00;
	text-decoration: underline;
}
.bottomright {
	color: #CCCCCC;
	font-size: 11px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.bottomright a:link, .bottomright a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}
.bottomright a:hover {
	color: #FFFF00;
	text-decoration: underline;
}
.xtrasmall {
	font-weight: normal;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

