body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}
a:link, a:visited {
	color: #666;
	text-decoration: none;
}
a:hover, a:active {
	color: #C63635;
	text-decoration: none;
}

.pNavOFF, .pNavOFF a:link, .pNavOFF a:visited {
	color: #666;
	text-decoration: none;
}
.pNavOFF a:hover, .pNavOFF a:active, .pNavON a:link, .pNavON a:visited, .pNavON a:hover, .pNavON a:active {
	color: #C63635;
	text-decoration: none;
}

form {
	border: none;
	padding: 0px;
	margin: 0px;
}

.headerText {
	font: 20px Arial, Helvetica, sans-serif;
	color: #666;
	text-transform: uppercase;
	text-decoration: none;
}

.menuOFF {
	font: 11px Arial, Helvetica, sans-serif;
	color: #666;
	text-transform: uppercase;
	text-decoration: none;
}
.menuON {
	font: 11px Arial, Helvetica, sans-serif;
	color: #C63635;
	text-transform: uppercase;
	text-decoration: none;
}
.sendButton {
	border: 1px solid #666;
	background-color: #CCC;
	color: #000;
	padding: 3px 5px;
}
.err {
	color: #C00;
	text-transform: uppercase;
	font-weight: bold;
}
#thumbOFF {
	float: left;
	padding: 0px 8px 8px 0px;
}
#thumbON {
	float: left;
	padding: 0px 8px 8px 0px;
}
#thumbOFF img, #thumbOFF a:link img, #thumbOFF a:visited img {
	border: 1px solid #666;
}
#thumbOFF a:hover img, #thumbOFF a:active img, #thumbON img, #thumbON a:link img, #thumbON a:visited img, #thumbON a:hover img, #thumbON a:active img {
	border: 1px solid #C63635;
}