@charset "utf-8";
/* CSS Document */
<style type="text/css">

/* control appearance of ribbon select form table */
table.ribbonformtable {
	border-width: 0px;
	border-color: #666666;
	border-collapse: collapse;
}
table.ribbonformtable th {
	border-width: 0px;
	padding: 2px;
	border-style: solid;
	border-color: #666666;
}
table.ribbonformtable td {
	border-width: 0px;
	padding: 2px;
	border-style: solid;
	border-color: #666666;
}

/* control appearance of inner tables of the ribbon select form table  BEST NOT TO CHANGE THESE*/
table.innerribbonformtable {
	border-width: 0px;
	border-color: #666666;
	border-collapse: collapse;
}
table.innerribbonformtable th {
	border-width: 0px;
	padding: 2px;
	border-style: solid;
	border-color: #666666;
}
table.innerribbonformtable td {
	border-width: 0px;
	padding: 2px;
	border-style: solid;
	border-color: #666666;
}


/* control appearance of ribbons */
.hwmribbon{
	text-align:center;
	border:1px solid #000;
}

/* control appearance of ribbon name text */
.hwmribbonname{
	text-align:center;
	color:#000;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
}
/* control appearance of ribbon description text */
.hwmribbondesc{
	text-align:left;
	color:#000;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	
}

/* control appearance of ribbon select form header text */
.forminstructions{
	color:#000;
	text-align: center;
	padding:30px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
}
.challenge a{
	color:#000;
	text-align: right;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
}


.ribbonsortername{
	color:#000;
	text-align: center;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
}

/* control size of checkboxes in the ribbon select form */
.largerCheckbox{
	width: 30px;
	height: 30px;
}

/* control the appearance of the ribbon select form submit button */
.button{
  color: #25133E;
  font-weight: bold;
  font-size: 150%;
  text-transform: uppercase;
  width: 500px;
}

/* control appearance of sort again text */
.footertext{
	color:#000;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
}
.footertext a{
	color:#000;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
}

/* control appearance of sort again text */
.sortagain{
	color:#000;
	text-align: center;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
}
.sortagain a{
	color:#000;
	text-align: center;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
}
body {
	background: #E9E3CD;
	color: #E9E3CD;
	
}


</style>
