@charset "ISO-8859-1";
/* CSS Document */

html
{
	height: 100%;
	overflow: hidden;
}

#combr
{
	width: 100%;
	height: 100%;
}

#alternateContent
{
	width: 100%;
	height: 100%;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#alternateContent, a, a:hover
{
	width: 100%;
	height: 100%;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
}

body
{
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #3e4422;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
}