body {
	background-color: #CED6D9;
}

.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.copy  a:link {
	color: #000000;
	text-decoration: underline;
}
.copy  a:visited {
	text-decoration: underline;
	color: #000000;
}
.copy  a:hover {
	text-decoration: none;
	color: #000000;
}
.copy  a:active {
	text-decoration: underline;
}
.bigRed {	
	font-size: 24px;
	font-weight: bold;
	color: #FF0000;
}

.medRed{
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
}
.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
.white a:link {
	color: #ffffff;
	text-decoration: none;
}
.white a:visited {
	text-decoration: none;
	color: #ffffff;
}
.white a:hover {
	text-decoration: underline;
	color: #ffffff;
}
.white a:active {
	text-decoration: none;
	color: #ffffff;
}
.standOut {
	color: #FF0000;
	font-size: 13px;
	text-decoration: underline;
}
.standOut  a:link {
	color: #FF0000;
	text-decoration: underline;
}
.standOut  a:visited {
	text-decoration: underline;
	color: #FF0000;
}
.standOut  a:hover {
	text-decoration: none;
	color: #FF0000;
}
.standOut  a:active {
	text-decoration: underline;
}
.register {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}
.farabough {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.border img   {
	border: 3px solid #000000;
}
LABEL.inputLabel {
	width: 5em;
	float: left;
}
LABEL.inputMember {
	width: 200px;
	float: left;
}
FORM, SELECT, INPUT, RADIO{
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	margin-bottom: 0.1em;
	}
legend {
	font-weight: bold;
	padding: 0.3em;
	color: white;
	font-size: 1.1em;
}
FIELDSET {
    color:#FFFFFF;
	padding: 0.3em;
	margin: 0.3em 0em;
	border: 1px solid #cccccc;
}
FIELDSET.signup {
    color:#FFFFFF;
	padding: 0.5em;
	margin: 0.3em 0em;
	border: 1px solid #cccccc;
}
LABEL.checkboxLabel, LABEL.radioButtonLabel {
	display: inline;
	margin: 0.5em 0.3em;
}
.orderBox {
	width:100%;
	font-size:11px;
	border: 1px solid #666666;
}