body {
	background-color: #FFFFCC;
	text-align:center;
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#300;
	
}

body, td, th, h6 {
		color: #330000;
		}

h1, h2, h3, h4, h5 {
  		color: #660000;
		}

a 		{
		color: #003366;
		}

#thisForm 	{
		float:left;
		text-align:left;
		}
		
#thisForm fieldset  {
		border: 6px solid #CCC;
		}

#thisForm input, #thisForm textarea 	{
		background-color:#CCFF66;
		}
		
#thisForm legend {
		font-family: arial, sans-serif;
		font-weight: bold;
		font-size: 90%;
		color: #666;
		background: #eee;
		border: 1px solid #ccc;
		border-bottom-color: #999;
		border-right-color: #999;
		padding: 4px 8px;
		}
		


