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

	*{}
	html, body {height: 100%;}
	body,td,th,input,select,textarea {
		font-family:Georgia,Times;
		font-size: 15px;
	}
	body {
		margin: 0px;
		background-color: #ECCB60;
		background-image: url(../images/background_main.jpg);
		background-position: top;
		background-repeat: repeat-x;
	}

	h1,h2,h3,h4,h5,h6,p{
		margin:0 0 10px 0;
		padding:0;
	}
	h1{
		font-size:36px;
		font-weight:normal;
		color: white;
		text-shadow: 2px 2px 2px #000;
	}
	h2{
		font-size:24px;
		font-weight:normal;
	}
	h3{
		font-size:21px;
		font-weight:normal;
	}
	h4,h5,h6{
		font-size:19px;
		font-family: Arial;
		font-weight:normal;
	}
	p{
		line-height:22px;
	}
	a:link, a:visited{
		color:#4D350E;
		text-decoration:underline;
	}
	h1 a:link,h2 a:link,h3 a:link,h4 a:link,h5 a:link,h6 a:link,
	h1 a:visited,h2 a:visited,h3 a:visited,h4 a:visited,h5 a:visited,h6 a:visited{
		text-decoration:none;
	}
	a:hover{
		color:#F5E49F;
	}
	a img{
		border:none;
	}
	table{
		margin-bottom:10px;
	}
	ul,ol{
		padding: 0 0 0 10px;
		margin: 0 0 10px 10px;
		line-height:18px;
	}
	ul{
		list-style-type:square;
	}
	ol li,
	ul li{
		padding:0 0 5px 0;
	}
	strong{
		/*color:white;*/
	}
	hr{
		height:1px;
		border:none;
		border-top:1px solid #ECCB60;
		padding:0;
		margin:0 0 10px 0;
		/*#margin:0 0 -6px 0;*/
	}
	label{
		cursor:pointer;
	}

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

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

/* TABLES
------------------------------------*/

	.table{}

/* CUSTOM
------------------------------------*/

	.fineprint{
		font-size:9px;
		line-height:13px;
	}
	.newsletter-ad{}



