a 		{ color:#be7823; text decoration:underline; }
a:hover 	{ color:#333333; text-decoration:underline; }
body       	{ color:#666666; font-family: "Trebuchet MS",Arial,"Lucida Sans Unicode"; font-size:12px; }
td           	{ color:#666666; font-family: "Trebuchet MS",Arial,"Lucida Sans Unicode"; font-size:11px; }
p           	{ color:#666666; font-family: "Trebuchet MS",Arial,"Lucida Sans Unicode"; font-size:12px; }
li           	{ color:#666666; font-family: "Trebuchet MS",Arial,"Lucida Sans Unicode"; font-size:13px; }
.smalltext 	{ color: #666666; font-family: "Trebuchet MS",Arial,"Lucida Sans Unicode"; font-size: 10px; }
.tiny 		{ font-family: "Trebuchet MS",Arial,"Lucida Sans Unicode"; font-size: 11px; }a.bodylink:link 		{ color: #ffffff; text-decoration: none}a.bodylink:visited		{ color: #ffffff; text-decoration: none}a.bodylink:active 		{ color: #ffffff; text-decoration: none}a.bodylink:hover		{ color: #ffffff; text-decoration: underline; }a.noticelink:link 		{ color: #ffffff; text-decoration: none}a.noticelink:visited		{ color: #ffffff; text-decoration: none}a.noticelink:active 		{ color: #ffffff; text-decoration: none}a.noticelink:hover		{ color: #330099; text-decoration: underline; }/* monospace class for form fields - avoids problem with netscape */.monospace { font-family:"Trebuchet MS",Arial,Helvetica,sans-serif; }.notice 		{ font-family: "Trebuchet MS",Arial,"Lucida Sans Unicode"; color: #cccccc; font-size: 11px; }
.mandatory	{ color: #FF0000; font-weight: bold; }
.heading	{ color: #666666; font-family: "Trebuchet MS",Arial,"Lucida Sans Unicode"; font-size: 15px; }
.note		{ text-decoration: none; }.instructions { color: #333333; font-family: "Trebuchet MS",Arial,"Lucida Sans Unicode"; font-size: 13px; }

/* Reviews */

#reviews {
	width: 100%;
	height: 60px;
	text-align: center;
	padding: 10px 0;
	margin: 0 auto;
}

.img {
	height: 27px;
	width: 60px;
	border: none;
	margin: 3px;
}


/* Footer */

#footer-wrapper {
	height: 85px;
	padding: 5px 0;
	text-align: center;
	background: #E6E6E6;
	border-top: 5px solid #CDCDCD;
}

#footer {
	width: 760px;
	margin: 0 auto;
	text-align: center;
	font-size: 10px;
}

#footer p {
	margin: 0;
	line-height: normal;
}

#footer a {
	color: #666666;
}

