body {
  background: #FFF;
 	margin: 0px 0px 0px 0px;
  font-family: verdana, arial, helvetica; 
	font-size: 12px;  
  padding: 0px;
	text-align:center;
}
table {
  background: #FFFFFF;
 	margin: 0px 0px 0px 0px;
  font-family: verdana, arial, helvetica; 
	font-size: 12px;  
  padding: 0px;
}
a:link {
	text-decoration: none;
	background: transparent;
	color: #000000;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	background: transparent;
	color: #000000;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	background: transparent;
	color: #000000;
	font-weight: bold;
}
a:active {
	text-decoration: underline;
	background: transparent;
	color: #000000;
	font-weight: bold;
}
a:link.menu {
	text-decoration: none;
	background: transparent;
	color: #000;
	font-weight: bold;
}
a:visited.menu {
	text-decoration: none;
	background: transparent;
	color: #000;
	font-weight: bold;
}
a:hover.menu {
	text-decoration: underline;
	background: transparent;
	color: #000;
	font-weight: bold;
}
a:active.menu {
	text-decoration: underline;
	background: transparent;
	color: #000;
	font-weight: bold;
}
.form { border-left: 1px solid #669ACC; border-top: 1px solid #669ACC; border-right: 2px solid #669ACC; border-bottom: 2px solid #669ACC;}
input.signup {
 font : bold 11px/12px verdana,trebuchet,sans-serif;
 border : 1px solid #999999;
 color : black;
 background-color : #e3e3e7;
 margin-top: 2px;
 margin-bottom: 2px;
}

input.large {
 width: 200px;
}

input:focus {
 background-color : #ffffff;
}

input.button {
 color : white;
 background-color : #000000;
}

textarea {
 border: 1px solid #999999;
 margin-bottom: 10px;
 color: black;
 background-color: #eeeeee;
 font: 11px/16px verdana,trebuchet,sans-serif;
}

textarea:focus {
 background-color : #ffffff;
}

.pulldown {
 font-family: trebuchet,Verdana, sans-serif;
 font-size:	11px;
 font-weight: bold;
 color:	#333333;
  background-color : #eeeeee;
 border-top: #000000 1px solid; 
 border-left: #000000 1px solid; 
 border-right: #000000 1px solid; 
 border-bottom: #000000 1px solid;
}
.menuhead {
	border: 1px solid #000;
	padding: 3px;
	font-variant: small-caps;	
	background: #d2d2d2;
}
.menutd {
	border: 1px solid #696363;
	border-top: 0px;
	padding: 2px;
	background: #ebebeb;
}