body{ min-width: 1000px; }

	div.back
{
background-color:#ffffff;}

INPUT {background-color: lightgoldenrodyellow;
color: black}

p {
width: 700px; padding:5px; margin: 20px; margin-top:10px; 
margin-bottom: 5px;
background: darkblue;}

#BlueBox 
{
	width: 700px; 
	padding:5px; 
	margin-left: 20px; 
	margin-top:10px; 
	margin-bottom: 5px;
	margin-right: 20px;
	background: darkblue;
}


#Bfont
	{
	font-family: New York Times;
	font-size: 28;
	font-weight: Bold;
  color: orchid;
	}
	
#Sfont
	{
	font-family: New York Times;
	font-size: 12;
	font-weight: Light;
  color: DarkGray;
	}

#Nfont
	{
	font-family: New York Times;
	font-size: 24;
	font-weight: Lighter;
  color: Orchid;
	}



#toolbar
{
	background:url('/_assets/img/toolbar.gif') repeat-x;
	background-color: White;
	color: Navy;
	/*position:fixed;*/
	top: 150px;
	width: 180px;
	/*left: 720px;*/
	/*right:60px;*/
	float: right;
	border:1px solid #000000;
	z-index:100;
	font-size:1.2em;
	font-family: Tahoma, Sans-Serif;
	padding: 14px 0px;
}       	
	
table.regtable
{
	width: 680;
	background: darkblue;
}

td.regcell
{
	text-align:center;
	
}

tr.regrow
{
	text-align:center;
	
}