body{
	background-color:#6699cc;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	color:#ffffcc
}

table{
	width:100%;
	background-color:#6699cc;
}
td.color{
	font-family:Arial,Verdana,Helvetica,sans-serif;
	color:#000000;
	font-size:x-small;
	width:20px;
	height:10px
	background-color:#6699cc;
}

span{
	font-family:Arial,Verdana,Helvetica,sans-serif;
	color:#ffffcc;
	font-size:x-small;
	background-color:#6699cc;
}

span.req{
	color:#CC0000;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:x-small;
	background-color:#6699cc;
}

td{
	background-color:#6699cc;
	padding:8px;
}
form select, textarea, input { 
	/* the form contextual selector is used to set up all the selects within the form
	   and it also sets up the textareas with the same attributes */
	background-color:#ffffcc;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	color:#003366;
	font-size:12pt;
}
input.radio {	
	background-color:#6699cc
}

hr{
	color:#ffffcc;
	height:1px;
	width:90%
}
