/* ------------------------------------- Custom Block ------------------------------------- */
#customblock {
	border-top: 1px dotted #999;
	margin-bottom: 5px;
	width: 535px;
}
.commentBevel {
	border-right: 1px solid #CCC;
}
#links {
	width: 535px;
}
#links td.bevel {
	font-style: italic;
	color: #666666;
}
/* ------------------------------------- Footer ------------------------------------- */
#footer {
	border-top: 1px dotted #999;
	border-bottom: 1px solid #FFF;
	background: #FFF;
}
#footer .text {
	color: #999;
}
#footer a, #footer a:link, #footer a:visited {
	color: #999;
}
#footer a:hover, #footer a:active {
	color: #C00;
}
.submitButton  {
	border: 1px solid #000;
	background: #FFFFFF;
	color: F6A01B;
	font-weight: bold;
	padding: 0px;
	margin: 0px 7px 0px 0px;
}