@font-face {
	font-family: 'Droid Sans';
	src: url('../fonts/DroidSans.eot'); 
	src: url('../fonts/DroidSans.eot?#iefix') format('embedded-opentype'), 
	url('../fonts/DroidSans.woff') format('woff'), 
	url('../fonts/DroidSans.ttf') format('truetype');
}

html { 
  height: 100%;

}

* { 
  margin: 0;
  padding: 0;
}


body { 
  font: normal .75em 'Droid Sans', arial, sans-serif;
  background: #000;
  color: #fff;
}

p { 
  padding: 0 0 0px 0;
  line-height: 1.4em;
}

p span.displaynone { display:none; }

img { 
  border: 0;
}

h1 { 
  letter-spacing: 0em;
  padding: 0 0 0 0;
}

h2 { 
  padding: 0 0 0 0;

}

h3 { 
  font: normal 120% 'Droid Sans', arial, sans-serif;
  padding: 0 0 0 0;
  color: #b6002e;
}

h4 { 
  font: bold 120% 'Droid Sans', arial, sans-serif;
  padding: 0 0 0 0;
}


h5 { 
  color: #ccc;
  font: normal 100% 'Droid Sans', arial, sans-serif;
}


h6 { 
  font: italic 100% 'Droid Sans', arial, sans-serif;
  color: #999;
}

a, a:hover { 
  outline: none;
  text-decoration: none;
  letter-spacing: 0em;
  color: #9f8945;
}

a:hover { 
  text-decoration: underline;
}


.left { 
  float: left;
  width: auto;
  margin-right: 0px;
}

.right { 
  float: right; 
  width: auto;
  margin-left: 0px;
}

.center { 
  display: block;
  text-align: center;
  margin: 0 auto;
}

  
table { 
  margin: 5px 5px 5px 5px;
}

table tr th, table tr td { 
  color: #FFF;
  padding: 3px 3px;
  text-align: left;
  text-shadow: none;
}
  
table tr td { 
  background: #000;
  color: #fff;
}


