*{
	font-family:Tahoma, Arial, Verdana, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#FFF;
}

html{
	overflow:scroll;
	overflow-x:hidden;
	height:100%;
}

body{
	background:#470615;
	padding:0px;
	margin:0px;
	height:100%;
}

img, input
{ /*IE sucks! must have a code to make png alpha opacity works*/
 filter:expression(
   this.alphaxLoaded ? "" :
   (
    this.src.substr(this.src.length-4)==".png"
    ?
    (
     (!this.complete)
     ?
	  this.runtimeStyle.filter=
      ("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+
      (this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+
      String(this.alphaxLoaded=true).substr(0,0)+
      (this.src="gfx/blank.gif").substr(0,0)
	 :
      this.runtimeStyle.filter=
      ("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+
      (this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+
      String(this.alphaxLoaded=true).substr(0,0)+
      (this.src="gfx/blank.gif").substr(0,0)
    )
    :
    this.runtimeStyle.filter=""
   )
  );
}

a{
	cursor:pointer;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

a img{border:none;}

h1,h2,h3,h4,h5,h6{
margin:0px;
padding:0px;
color:#a6b81f;
}
h1 {
	font-size:16px;
}
h2 {
	font-size:14px;
	margin-bottom:0px;
}
h3 {
	font-size:12px;
}
p {
	margin-bottom:10px;
	margin-top:5px;
	line-height:19px;
	text-align:justify;
}