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

body,td,th,input,select,textarea {
	font-family: Verdana,Arial;
	font-size: 12px;
	color:#444;
}
body {
	margin: 0px;
	background-color:#251C19;
}
h1,h2,h3,h4,h5,h6,p{
	margin:0 0 10px 0;
	padding:0;
}
h1{
	font-size:20px;
	font-family: Arial;
	color:#E88C29;
	font-weight:normal;
	/*line-height:30px;*/
}
h2{
	font-size:16px;
	font-family: Arial;
	color:black;
	/*line-height:26px;*/
}
h3{
	font-size:16px;
	font-family: Arial;
	color:black;
	margin:0 0 5px 0;
	padding:0 0 5px 0;
	border-bottom:1px solid #ccc;
	/*line-height:26px;	*/
}
h4,h5,h6{
	font-size:16px;
	font-family: Arial;
	color:black;
	/*line-height:20px;*/
}
p{
	line-height:20px;
}
a:link, a:visited{
	font-weight: bold;
	color: #E88C29;
	text-decoration: none;
}
a:hover{
	color: #CCCCCC;
}
a img{
	border:none;
}
table{
	margin-bottom:10px;
}
ul,ol{
	padding: 0 0 0 10px;
	margin: 0 0 10px 10px;
}
form{
	padding:0;
	margin:0;
}
hr{
	height:1px;
	border:none;
	border-top:1px solid #999;
	padding:0;
	margin:0 0 10px 0;
}
label{
	cursor:pointer;
}

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

.clear{clear:both;}
.off{display:none;}
.on{}
ins{display:none;}
.f-left{float:left;}
.f-right{float:right}
:focus{
	outline:none;
}


