@charset "utf-8";
/* CSS Document */

body {
	background: #336666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	text-align: center;
}

a,
a:link,
a:visited {
	color: #993300;
}

label {
	font-weight: bold;
}

.small-text {
	font-size: 9pt;
}

.footnote {
	font-size: 9pt;
	font-style: italic;
}

.error {
	color: red;
	font-weight: bold;
}

.req {
	color: red;
}

.new {
	color: red;
	font-size: 9pt;
}

#navigation {
	width: 604px;
	clear: both;
	margin: 0 auto;
}

#body-top {
	width: 604px;
	height: 308px;
	background: #ffffff url(/images/sign_banner.jpg) repeat-y;
	margin: 0 auto;
	clear: both;
}

#body {
	width: 554px;
	background: #ffffff url(/images/bg_body.jpg) repeat-y;
	padding: 10px 25px 10px 25px;
	margin: 0 auto;
	text-align: left;
	clear: both;
}

#body-bottom {
	width: 604px;
	height: 20px;
	background: #ffffff url(/images/bg_body_bottom.jpg) repeat-y;
	margin: 0 auto;
	clear: both;
}

#footer {
	clear: both;
	margin: 10px auto;
	color: #ffffff;
	font-size: 10pt;
}

#footer a,
#footer a:link,
#footer a:visited {
	color: #ffffff;
	font-size: 10pt;
}

.block {
	padding: 10px;
	float: left;
}

.hr {
	height: 1px;  
	border-bottom: 1px dotted #9D8961;
	clear: both;
}

#ice-cream-cakes table tr td {
	border-bottom: 1px dotted #e5e5e5;
}
