html{
	height:100%;
	min-height:100%;
	max-width:100%;
	width:100%;
	margin:0px;
}


body{
	height:100%;
	min-height:100%;
	max-width:100%;
	background-color:#449F27;
	margin:0px;
	border:0px;
	padding:0px;
	text-align:center;
	color:#343F00;
	font-family:tahoma;
	font-size:11px;
}

form{
	margin-left:0px;
	margin-right:0px;
	margin-top:3px;
}

p.bottom{
	text-align:center;
	margin-top:4px;
	margin-left:4px;
	margin-right:3px;
	margin-bottom:5px;
	font-size:10px;
	color:#88DF29;
}

.message{
	margin: 10px 3px 10px 3px;
}

.cbox2 a,.cbox2 a:link,.cbox2 a:active,.cbox2 a:visited{
	text-decoration:none;
	color:#1AAF00;
	font-weight:bold;
}

.cbox2 a:hover{
	text-decoration:none;
	color:#8F1400;
	font-weight:bold;
}

.cbox1 a,.cbox1 a:link,.cbox1 a:active,.cbox1 a:visited{
	text-decoration:none;
	color:#BF7900;
	font-weight:bold;
}

.cbox1 a:hover{
	text-decoration:none;
	color:#3DFF00;
	font-weight:bold;
}

#cboxContainer{
	margin:0px;
	max-width:100%;
	height:100%;
}

.cbox1{
	margin:0px;
	height:auto;
	float:left;
	width:100%;
	min-width:100%;
	background-color:#EFE259;
	color:#8E8F00;
}

.cbox2{
	margin:0px;
	height:auto;
	float:left;
	width:100%;
	min-width:100%;
	background-color:#B0DF53;
	color:#658F00;
}

#cboxTop{
	width:100%;
	max-width:100%;
	height:70%;
	min-height:70%;
	background-color:#FFFFCF;
	margin:0px;
}

#cboxBottom{
	height:auto;
	width:100%;
	max-width:100%;
	margin:0px;
	background-color:#268B25;
}

#cboxBottom a:link, a:active, a:visited{
	text-decoration:none;
	color:#E5FF00;
	font-weight:bold;
}

#cboxBottom a:hover{
	text-decoration:none;
	color:#FF5A00;
	font-weight:bold;
}

#cboxMessage{
	font-size:10px;
	border:#4F6F00 1px solid;
	margin:4px;
	background-color:#FEFFAF;
	color:#4F6F00;
}

#cboxSubmit{
	color:#4F6F00;
	font-weight:bold;
	background-color:#EAFF2F;
	border:#4F6F00 1px solid;
	font-size:10px;
}
