/* CSS Document */
table.signups
{
	text-align: center;
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	color: #404040;
	width: 600px;
	background-color: #fafafa;
	border: 1px #d79900 solid;
	border-collapse: collapse;
	border-spacing: 0px;
	background-position: center;
}
td
{
	/*background-color: #00FFFF;*/
}

.signupHd
{ border-bottom: 2px solid #d79900;
background-color: #fff2ba;
text-align: center;
font-family: Verdana;
font-weight: bold;
font-size: 11px;
color: #404040;}


.signupBod p
{
	text-align: left;
	font-family: Verdana, sans-serif, Arial;
	font-weight: normal;
	font-size: 11px;
	line-height: 12px;
	color: #404040;
	background-color: #fafafa;
	text-indent: -8px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-position: left;
} 

.signupLabel
{
	text-align: right;
	font-size: 12px;
	width: 40%;
}
.signupinput
{

}
input.text{ 
  font-family:TrebuchetMS; 
  font-size:9pt; 
  font-weight:bold; 
  background-color:336699; 
  border-color:336699; 
  border-style:inset; 
  border-width:2px; 
  color:FFFFFF; 
}
.redRequiredAsterick
{
    font-family: Verdana;
    font-size: medium;
    color: #FF0000;
}
.headertext
{
    font-size: large;
    color: #0000FF;
}


