body {
	background-color: #6c6d6f;
	background-image: url(BG2.jpg);
	background-repeat: repeat;
	overflow-x: hidden;
	cursor: default;
	margin-left: 0px;
	margin-top: 0px;
	font-family: Arial;
	font-size: 10pt;
	text-align: justify;
	color: #141414;
	line-height:140%;
}

td {	
	font-family: Arial;
	font-size: 10pt;
	color: #141414;
}


h1 {
	color: #ff4e4e;
	letter-spacing: 3px;
	text-transform: none;
	margin: 0px;
	padding: 0px 10px 10px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	font-variant: small-caps;
}

.boldtxt { 
	color:#335f83;
	font-weight: bold;
	font-size: 10pt;
}

.credits {
	color:#747474;
}

.stats {
	border-bottom: none;
	border-left: solid 3px #bcbcbc;
	margin-left: 30px;
	padding: 2px 3px 2px 7px;
}

a:link, a:visited, a:active {
 	color: #f47233;
 	text-decoration: none; 
	font-weight: bold;
}

a:hover {
  color: #d94517;
	font-weight: bold;
  text-decoration: none;
}


input, textarea	{
	color: #141414;
	font-size:10pt;
	font-family:Arial;
	letter-spacing:0; 
	background-color: #ffe1b2;
	border-style: solid; 
	border: solid 1px #f59f6f;
	padding: 1px 3px 1px 3px;
	}

button, option, select {
	color: #141414;
	font-size:10pt;
	font-family:Arial;
	letter-spacing:0; 
	background-color: #ffe1b2;
	border-style: solid; 
	border: solid 1px #f59f6f;
}

