@charset "utf-8";
.MainBackground {
	background-attachment: fixed;
	background-image: url(../images/blackbg.jpg);
	background-repeat: repeat-x;
}
#fullheight{height:100%}
.maintext {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 19px;
	margin-top: 2px;
	margin-bottom: 10px;
}
.maintextcompact {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 16px;
}
.smallcompact {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
	color: #000;
	line-height: 11px;
}
.headtextitalic {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: normal;
	font-style: italic;
}
.headtextorange {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #FD7D12;
	font-weight: bold;
}
.headtextorangesmaller {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #FD7D12;
	font-weight: bold;
}
.textorangesmaller {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #FD7D12;
}
.textcopyright {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
	font-weight: bold;
}
* html #contents {
  height:100%; 
  width:931;
  }
