
body {
	background-color: #000000;
	margin: 0;
	overflow: auto;
	}

html, body {
	height: 100%; 
	}

body, td {
	font-family: verdana; 
	font-weight: bold; 
	font-size: 12px;
	color: #B6CA61;
	line-height: 16px
	} 

#background {
	position:fixed; 
	color: transparent;
	top:0; 
	left:0; 
	width:100%; 
	height:100%;
	}

.spare { color: #f9bd3c }

.container { 
	width: 850px; 
	margin-left: auto;
	margin-right: auto;
	position:relative;
	z-index: 1;
	background-color: #000000;
	border-top: 0px ridge #40250e;
	border-bottom: 5px dotted #4f2303;
	border-left: 5px dotted #4f2303;
	border-right: 5px dotted #4f2303;
	box-shadow: 0px 0px 10px #000;
	}

.bodytext {
	font-family: verdana; 
	font-size: 12px;
	line-height: 16px;
	color: #f9bd3c;
	 } 

.alt1 {
	font-family: georgia; 
	font-style: italic; 
	font-size: 16px; 
	} 

h1 { color: #ff9933; font-size: 16px; }

h2 { color: #ff9933; font-size: 14px; }

h3 { color: #ff9933; font-family: copperplate gothic light; font-size: 22px; }

.head1 { font-family: verdana; font-weight: normal; font-size: 18px; line-height: 22px; } 

.head2 { font-family: arial; font-size: 16px;  color: #cc6600; line-height: 20px; } 

.head3 { font-family: arial; font-size: 14px;  color: #cc6600; line-height: 18px; } 
  
  
a:link    { text-decoration: underline; color: #EFF770; }
a:visited { text-decoration: underline; color: #EFF770; }
a:hover   { text-decoration: underline; color: #ffc83f; }


.list a:link    { color: #ff9933; text-decoration: none; }
.list a:visited { color: #ff9933; text-decoration: none; }
.list a:hover   { color: #ffc83f; text-decoration: underline;  }
.list a:active  { color: #ff9933; text-decoration: none; }


.img { border: 2px solid; color: #f9bd3c;  }

.greenhead  { 
	font-family: arial;  
	font-weight: bold; 
	font-size: 18px;  
	color: #96db15; 
	line-height: 22px; 
	}

.beauty { 
	font-size: 16px;
	color: #c88f43; 
	font-family: comic sans; 
	line-height: 22px; 
	letter-spacing: .05em; 
	}

.sub1 {
	font-family: georgia; 
	font-weight: bold; 
	font-style: italic; 
	font-size: 10px;
	}

.sub2 { font-size: 10px; line-height: 14px; }

.sub3 { font-size: 10px;  color: #cccc00;  }

.engine {
	background-image: url(images/tail.jpg); 
	width: 850px;
	height: 531px; 
	background-position:  center bottom;
	background-repeat: no-repeat; 
	}

.windmill a:link    { text-decoration: underline; color: #fee581; }
.windmill a:visited { text-decoration: underline; color: #fee581; }
.windmill a:hover   { text-decoration: underline; color: #ffc83f; }

.form{ background:url (images/form.png) no-repeat; border:0px solid #000000; width:235px; height:30px; padding-left:8px; line-height:30px; }

.submit { background:url (images/submit.png); background-repeat:no-repeat; width:71px; height:30px; border:0px; cursor:pointer; margin-top:0px; }

.green-button,
.green-button:link,
.green-button:visited,
.green-button-inactive {
	display: inline-block;
	background: #7fb133; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(153,202,75,1) 0%, rgba(102,153,28,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(153,202,75,1)), color-stop(100%,rgba(102,153,28,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(153,202,75,1) 0%,rgba(102,153,28,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(153,202,75,1) 0%,rgba(102,153,28,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(153,202,75,1) 0%,rgba(102,153,28,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99ca4b', endColorstr='#66991c',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(153,202,75,1) 0%,rgba(102,153,28,1) 100%); /* W3C */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-family: arial;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 1px solid #668f28;
	-webkit-box-shadow: inset 0 1px 1px #cde7a4;
	box-shadow: inset 0 1px 1px #cde7a4;
	text-shadow:  0 -1px 1px #5a8a11;
	line-height: 1;
    text-align: center;
    padding: 3px; 
}


.green-button:hover {
	background: #a3d061; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(189,224,134,1) 0%, rgba(133,188,52,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(189,224,134,1)), color-stop(100%,rgba(133,188,52,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(189,224,134,1) 0%,rgba(133,188,52,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(189,224,134,1) 0%,rgba(133,188,52,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(189,224,134,1) 0%,rgba(133,188,52,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bde086', endColorstr='#85bc34',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(189,224,134,1) 0%,rgba(133,188,52,1) 100%); /* W3C */
	border: 1px solid #9abf64;
	-webkit-box-shadow: inset 0 1px 1px #d5ebb1;
	box-shadow: inset 0 1px 1px #d5ebb1;
    text-shadow:  0 -1px 1px #7fb134;
}

.green-button:active {
	background: #7db032; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(135,185,64,1) 0%, rgba(114,168,36,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(135,185,64,1)), color-stop(100%,rgba(114,168,36,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(135,185,64,1) 0%,rgba(114,168,36,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(135,185,64,1) 0%,rgba(114,168,36,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(135,185,64,1) 0%,rgba(114,168,36,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87b940', endColorstr='#72a824',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(135,185,64,1) 0%,rgba(114,168,36,1) 100%); /* W3C */
	border: 1px solid #417c0c;
	-webkit-box-shadow: inset 0 0 3px #376e06;
	box-shadow: inset 0 0 3px #376e06;
    text-shadow:  0 -1px 1px #56870d;
}

.green-button-inactive {
    opacity:0.3;
    filter:alpha(opacity=30);
}

.green-button-inactive span,
.green-button span {
    font-size: 11px;
    color: #e5ffbc;
    font-weight: normal;
    display: block;
    margin-top: 3px;    
}

:root .green-button,
:root .green-button:hover,
:root .green-button:active {
	filter: none \0/IE9; /* IE 9 border-radius/gradient problem fixer */
}


/* begin orange button  */

.orange-button,
.orange-button:link,
.orange-button:visited,
.orange-button-inactive {
	display: inline-block;
	background: #f48829; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(244,150,75,1) 0%, rgba(217,87,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,150,75,1)), color-stop(100%,rgba(217,87,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(244,150,75,1) 0%,rgba(217,87,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(244,150,75,1) 0%,rgba(217,87,0,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(244,150,75,1) 0%,rgba(217,87,0,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4964b', endColorstr='#d95700',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(244,150,75,1) 0%,rgba(217,87,0,1) 100%); /* W3C */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
	font-family: arial;
	font-weight: bold;
	text-decoration: none;	
	color: #fff;
	border: 1px solid #d0712b;
	-webkit-box-shadow: inset 0 1px 1px #ffd5b0;
	box-shadow: inset 0 1px 1px #ffd5b0;
	text-shadow:  0 -1px 1px #bf5900;	
	line-height: 1;
    text-align: center;
        padding: 4px;
}

.orange-button:hover {
	background: #f59540; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(253,182,118,1) 0%, rgba(239,127,27,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,182,118,1)), color-stop(100%,rgba(239,127,27,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(253,182,118,1) 0%,rgba(239,127,27,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(253,182,118,1) 0%,rgba(239,127,27,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(253,182,118,1) 0%,rgba(239,127,27,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdb676', endColorstr='#ef7f1b',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(253,182,118,1) 0%,rgba(239,127,27,1) 100%); /* W3C */
	border: 1px solid #eaa879;
	-webkit-box-shadow: inset 0 1px 1px #ffd4ae;
	box-shadow: inset 0 1px 1px #ffd4ae;
    text-shadow:  0 -1px 1px #e57f26;
}

.orange-button:active {
	background: #e77916; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(233,131,41,1) 0%, rgba(230,110,3,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(233,131,41,1)), color-stop(100%,rgba(230,110,3,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(233,131,41,1) 0%,rgba(230,110,3,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(233,131,41,1) 0%,rgba(230,110,3,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(233,131,41,1) 0%,rgba(230,110,3,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e98329', endColorstr='#e66e03',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(233,131,41,1) 0%,rgba(230,110,3,1) 100%); /* W3C */
	border: 1px solid #d43d01;	
	-webkit-box-shadow: inset 0 0 3px #d43d01;
	box-shadow: inset 0 0 3px #d43d01;
	text-shadow: 0 -1px 1px #c47128;
}

.orange-button-inactive {
    opacity:0.3;
    filter:alpha(opacity=30);
}

.orange-button-inactive span,
.orange-button span {
    font-size: 11px;
    color: #ffe9d6;
    font-weight: normal;
    display: block;
    margin-top: 3px; 
}


/* end orange button  */