@charset "utf-8";
/* CSS Document */
body {
	position: relative;
	width: 775px; /* change this to a specific amount for a fixed design. E.g., 770px. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	background:center;
	background-color:#000000;
	margin: 0px auto;
	padding: 0px;
}

a { color:#FF0000;
	font-weight: bold;
}
legend {
	color:#FD394D;
	font-weight:bold;
	font-size:14px;
	}
fieldset {border-color: #FD394D;
}

img {margin-right: 10px;}

p.quote {font-size:14px;
	}
p.red {color:#FF0000;
	font-weight: bold;
}

#signupTBL td {
	
	
}
	
#footer  {
	font-size: x-small;
}

.img_footer {
	font-size: 14px;
}

.img_rotator {
	margin: 10px;
}

.brown_quote {
	font-size: 12px;
	font-family:"Bookman Old Style";
	font-weight:bold;
	color: #CC9900;
}
.red_quote {
	color:#CC9900;
	border-color: #CC9900;
}

.quote_right { text-align:right;
	color:#0000FF;
}
.quote_right_white { text-align:right; display:block;}

.formerror {
  border: 1px solid red;
  background-color : #FFCCCC;
  width: auto;
  padding: 5px 0;
}

.errortext {
  padding-left: 80px;
  font: bold smaller sans-serif;
  color:#FF0000;
}

