/* BASE
------------------------------------*/

body {
	/*background: #29221f url('../images/bg_body.gif') repeat-x;*/
	margin:0;
	background-color:#000;
}
body{
	color: #fff;
	/*font: 76% Helvetica, Arial, sans-serif;*/
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
h1,h2,h3,h4,h5,h6,p{
	margin:0 0 10px 0;
	padding:0;
}
h1 {
	font-weight:normal;
	/*letter-spacing: -0.02em;
	/*word-spacing:-0.05em;
	font: 3em Helvetica, Arial, sans-serif;*/
	color: #fff;
	font-size:36px;	
}
h2 {
	font-weight:normal;
	color: #fff;
	font-size:24px;
}
h3 {
	font-size:18px;
}
h4 {
	font-size:16px;
}
a, a:link, a:active a:visited {
	text-decoration: none;
	color: #FF99CC;
	color:#FFF000;
}
a:hover {
	color:white;
}
ul {
	margin:0;
	padding:0;
}
li {
	margin:0;
	padding:0;	
}
p{
	font-size:1.1em;
}
input,select,textarea{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px
}
img{
	border:none;
}
label{
	cursor:pointer;
}
small{
	font-size:9px;
}
hr{
	margin:0 0 10px 0;
	padding:0;
	height:1px;
	border:none;
	border-top:1px solid #999;
}
input{
	outline: none;
}

/* EXTRAS
------------------------------------*/

.clear{clear:both;}
.f_left{float:left;}
.f_right{float:right;}
.white{color:#FFFFFF}
/*p.yellow{color:#FFFF33;}*/
p.grey{color:#999;}
.off{display:none;}

/* MOZ
------------------------------------*/

:focus{-moz-outline-style: none;}

/* sIFR
------------------------------------*/

.f_h2{
	font-size:20px;
}

/*h2.f_h2, h3.f_h2{
	font-size:20px;
	color:#999999;
	font-weight:normal;
}
/*.sIFR-active .f_h2{
  visibility: hidden;
  font-family: Verdana;
  line-height: 1em;
  font-size: 20px;
  height:30px;
}*/

/*h2.f_poll{
	font-size:20px;
	color:#FFFFFF;
	font-weight:normal;
}
/*.sIFR-active .f_poll{
  visibility: hidden;
  font-family: Verdana;
  line-height: 1em;
  font-size: 20px;
}*/

/*h2.a_h3,h3.a_h3{
	font-size:18px;
	font-weight:normal;
}*/
/*.sIFR-active .a_h3{
  visibility: hidden;
  font-family: Verdana;
  line-height: 1em;
  font-size: 20px;
  height:30px;
}*/
