.color1{ background-color: #df7000; }
.color2{ background-color: #dcb8b8; }
.color3{ background-color: #CCCCCC; }
.front{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: White;
	font-weight: none;
	line-height: 15px;
}
.body{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #336600;
	font-weight: none;
	line-height: 14px;
}
.legal{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: Silver;
	text-align:left;
	font-weight: none;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 9px;
}
.music{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #666666;
	text-align:left;
	font-weight: none;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 13px;
}
.link{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #336600;
	font-weight: none;
	line-height: 14px;
}
.box {
	font: 10pt Arial, Verdana, sans-serif;
	color: #336600;
	font-weight: bold;
	border: 1px solid #336600;
	width: 100%;
	padding: 4;
	text-align: center;
	background-color: White;
}
a:hover   {
	text-decoration : underline;
}
.form_field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	background: #FFFFFF;
	border-style: solid;
	border-color: #336600;
	border-width: 1px;
}
.form_button {
	font-family: verdana,helvetica,sans-serif;
	font-size: 11px;
	color: White;
	background: #336600;
	border-style: solid;
	border-color: Black;
	border-width: 1px;
}