a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #570606;
	text-decoration: underline
}
body {
	background-color: #000000;
	margin-top: 0;
	margin-bottom:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF
}
b {
	font-size:12px;
}
strong {
	font-size:12px;
}
.cred {
	color:#990000;
}
.headertd {
	background-color: #000000;
	color:#FFFFFF;
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-bottom:1px #570606 dashed;
}
.alltd {
	background-color: #000000;
	color:#FFFFFF;
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-bottom:1px #570606 dashed;
	border-top:1px #570606 dashed;
	border-right:1px #570606 dashed;
	border-left:1px #570606 dashed;
}
.aff {
	border-bottom:1px #FFFFFF solid;
	border-right:1px #FFFFFF solid;
	border-left:1px #FFFFFF solid;
	border-top:1px #FFFFFF solid;
	margin-bottom: 3px;
}
.aff:hover {
	border:1px #999999 solid;
}
.tunderline {
	border-bottom:1px #FF0000 dashed;
	font-size:14px;
}
.tunderline2 {
	font-size:12px;
	font-family:Georgia;
	font-size:14px;
}
.cSubmit {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #570606;
	border: 2px outset #660000
}
.cText {
	color:#FFFFFF;
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	border: 1px solid #570606
}
.iComment {
	background-color: #330000;
	color:#FFFFFF;
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	border:2px #570606 solid;
}
.recentP {
	background-color: #000000;
}
.recentP2 {
	background-color: #330000;
	color: #CFCFCF;
	text-decoration: none;
}
/* style for the DIVs */

#remember {
	width: 200px;
	padding: 4px;
	margin: 4px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	float:right;
}
#div1, #div2, #div3 {
	position:absolute;
	top: 10;
	left: 20;
	width:300;
	visibility:hidden
}
.afflinku {
	font-size:9px;
	font-weight:bold;
	padding-bottom:4px;
}
.twsyl {
	margin-right:16px;
	font-weight:bold;
}
a.twsyl:link {
	color:#E1771E;
}
a.twsyl:visited {
	color:#E1771E;
}
a.twsyl:hover {
	color:#570606;
}
/*
   ----------------------------------------------------------------
   GBCF-V3 DEFAULT STYLE SHEET - MIKE CHERIM HTTP://GREEN-BEAST.COM
   ----------------------------------------------------------------
*/

/* === form div and elements ======================================= */

#form-div {
	font-family : verdana, helvetica, palatino sans, tahoma, arial, sans-serif;
	width : 100%;
	margin : auto;
	color : #FFF;
	line-height : 1.7em;
}
#form-div p.form-footer {
	margin : -35px 2px 20px 13px;
}
#form-div p.form-footer a {
	color : #669900;
}
#form-div p.form-footer a:hover, #form-div p.form-footer a:focus, #form-div p.form-footer a:active {
	color : #000;
	text-decoration : none;
}
#form-div p.form-footer a:focus, #form-div p.form-footer a:active {
	background-color : #eee;
}
/* === form div link styles ======================================== */

#form-div a {
	color : #669900;
}
#form-div a:hover, #form-div a:focus, #form-div a:active {
	color : #000;
	text-decoration : none;
}
#form-div a:focus, #form-div a:active {
	background-color : #eee;
}
/* === success and error message/results box ======================= */

#form-div p.success, #form-div p.error, #form-div p.center {
	color : #fff;
	/* color : #000; (lite colors option - uncomment to use) */
  padding : 1px 4px;
	border : 1px solid #000;
	background-color : #669900;
	/* background-color : #d6e3ba; (lite colors option - uncomment to use) */
  margin : 10px 3px;
	text-align : center;
}
#form-div p.error {
	background-color : #bb0000;/* background-color : #edbaba; (lite colors option - uncomment to use) */
}
#form-div p.error a, #form-div p.success a {
	color : #ffff7f;
}
#form-div p.center {
	text-align : center;
	background-color : #edbaba;
	color : #000;
	margin-top : -3px;
	padding : 0px 4px;
}
#form-div p.error a:hover, #form-div p.error a:focus, #form-div p.error a:active, #form-div p.success a:hover, #form-div p.success a:focus, #form-div p.success a:active {
	color : #eee;
	background-color : #bb0000;
}
#form-div p.success a:hover, #form-div p.success a:focus, #form-div p.success a:active {
	background-color : #669900;
}
/* === structural form elements ==================================== */

form#gbcf-form {
}
fieldset.main-set, fieldset.req-set, fieldset.opt-set {
	border : 1px solid #eee;
	padding : 0px;
}
/* === textural form elements ====================================== */

#form-div legend {
	font-weight : bold;
}
#form-div legend span {
}
legend.main-legend {
	color : #FFF;
	font-size : 110%;
}
legend.req-legend {
	color : #bb0000;
}
legend.opt-legend {
	color : #777;
}
legend.main-legend span {
}
legend.main-legend {
}
legend.req-legend span {
}
legend.req-legend {
	margin-left : -2px;
}
legend.opt-legend span {
}
legend.opt-legend {
	margin-left : -2px;
}
label.req-label, label.opt-label {
	color : #FFF;
}
label.opt-label.check {
	float : right;
	padding : 0;
	margin : 1px 4px;
	cursor : pointer;
}
label.opt-label.main-label {
	margin : 0 2px;
	font-weight : bold;
}
label.opt-label.main-label span {
	font-weight : normal;
	color : #666;
}
label.opt-label.main-label span.req, label span.req {
	font-weight : bold;
	color : #c70000;
}
label.req-label.explain {
	color : #CCC;
	font-size : .8em;
}
label.req-label.explain:hover {
	color : #CCC;
}
/* === control and interface form elements ========================= */
/*
  note: In this section you will see the hover/focus styles for the 
  inputs. For example: input:hover, input:focus. You will also see 
  these names applied as classes: input.hover, input,focus, for 
  example. This is not done by mistake. Those classes are needed for 
  the JavaScript focus script (files/focus.js) for IE 7 and older.
*/

input.text-long.address, input.text-long.address:hover, input.text-long.address:focus, input.text-long.address.hover, input.text-long.address.focus {
	border-bottom : 0;
	margin-bottom : 0;
	padding-bottom : 2px;
	border-bottom : 1px dotted #bbb;
}
input.text-long.address2, input.text-long.address2:hover, input.text-long.address2:focus, input.text-long.address2.hover, input.text-long.address2.focus {
	border-top : 0;
	margin-top : 0;
	padding-top : 2px;
	border-top : 1px dotted #bbb;
}
input.checkbox {
	border : 1px solid #999;
	width : .9em;
	height : .9em;
	padding : 0;
	margin : 0;
	cursor : pointer;
}
input.checkbox:hover, input.checkbox.hover, input.checkbox:focus, input.checkbox.focus {
	border : 1px solid #666;
}
input.text-short, input.text-med, input.text-long, select.select, textarea.textarea {
	font : 1em verdana, helvetica, palatino sans, tahoma, arial, sans-serif;
	border : 2px solid #570606;
	background-color : #000;
	cursor : text;
	padding : 1px 2px;
	color: #FFFFFF;
}
select.select {
	padding : 1px 0;
}
input.text-short {
	width : 100px;
}
input.text-med, select.select {
	width : 250px;
}
input.text-long {
	width : 300px;
}
textarea.textarea {
	width : 415px;
	height : 200px;
}
select.select, select.select option {
	cursor : pointer;
}
input.text-short:focus, input.text-short.focus, input.text-med:focus, input.text-med.focus, input.text-long:focus, input.text-long.focus, select.select:focus, input.select.focus, textarea.textarea:focus, textarea.textarea.focus {
	border : 2px solid #570606;
	background-color : #330000;
	color: #FFFFFF;
}
input.button {
	font : 1.1em verdana, helvetica, palatino sans, tahoma, arial, sans-serif;
	font-weight : bold;
	margin-top : 8px;
	padding : 1px 10px;
	cursor : pointer;
	float : right;
	clear : both;
	color : #FFF;
	background-color: #570606;
}
input.button:hover, input.button.hover, input.button:focus, input.button.focus {
	color : #CCC;
}
/* because IE6 sucks - if you have a conditionally served IE6 style sheet add this to it */
* html input.button {
	border : 1px solid #330000;
}
/* EOF - Created by Mike Cherim @ http://green-beast.com =========== */
.subscribeb {
	font : 1.1em verdana, helvetica, palatino sans, tahoma, arial, sans-serif;
	font-weight : bold;
	padding : 1px 10px;
	cursor : pointer;
	clear : both;
	color : #FFF;
	background-color: #570606;
}
#news {
	font-size:13px;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:0px;
}
#news a:link {
	color:#FFFFFF;
	text-decoration:none;
}
#news a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
#news a:hover {
	color:#570606;
	text-decoration:none;
}

#lyrics-right {
	float:right;
	width:200px;
}
#lyrics-right a:link {
	font-size:9px;
	color:#FFFFFF;
	text-decoration:underline;
}
#lyrics-right a:visited {
	font-size:9px;
	color:#FFFFFF;
	text-decoration:underline;
}
#lyrics-right a:hover {
	font-size:9px;
	color:#570606;
	text-decoration:underline;
}
#lyrics-left {
	float:left;
	width:240px;
	font-size:12px;
	}
.lyrics-left-h1 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:0px;
	}