/* COMMON
------------------------------------*/

html, body {
	/*height: 100%;*/
}

body,td,th,input,select,textarea {
	font-family: Arial;
	font-size: 12px;
	color:#333
}
body {
	margin: 0px;
	background-color:#fff;
}
h1,h2,h3,h4,h5,h6,p{
	margin:0 0 10px 0;
	padding:0;
}
h1{
	font-size:30px;
	line-height:30px;
	font-family: Arial;
	color:#FFCB00;
}
h2{
	font-size:20px;
	color:#FFCB00;
	font-weight:normal;
}
h3{
	font-size:16px;
	color:#999;
}
h4,h5,h6{
	font-size:14px;
	font-family: Arial;
	color:#FFCB00;
}
a:link, a:visited{
	color: #000;
	text-decoration: underline;
}
a:hover{
	color: #FFCB00;
}
table{
	margin-bottom:10px;
}
ul,ol{
	padding: 0 0 0 10px;
	margin: 0 0 10px 10px;
}
form{
	margin:0;
	padding:0;
}
table{
	margin:0 0 10px 0;
}
hr{
	height:1px;
	border:none;
	background-image:url(../images/hr-background.gif);
	_border-top:1px dotted black;
}
label{
	cursor:pointer;
}

/* EXTAS
------------------------------------*/

.clear{clear:both;}
.off{display:none;}
.on{}
ins{display:none;}
.f-left{float:left}
.f-right{float:right}
.yellow{color:#FFCB00;}
.yellow a{color:#FFCB00;}
.yellow a:hover{color:black;}
.small{font-size:9px;}
.grey{color:#999;}
.grey a{color:#999;}
.hr{
	height:1px;
	background-image:url(../images/hr-background.gif);
	margin:0 0 10px 0;
	font-size:1px;
	overflow:hidden;
}
:-moz-any-link:focus{
  outline: none;
}
.none{display:none;}
