@charset "UTF-8";
/* CSS Document */

body
{
	color:	#666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-position: center top;
	background-repeat:repeat-x;
	margin:0;
	padding:0 0 0 0;
}

ul, ol, dl { list-style:none; list-style-type:none; font-size: 1em; }

* {
	padding: 0;
	margin:0;
	border: none;
}

a:link {
	color:#ba7405;	
}

/*----------------------------------------------------------------------------------- TEXT */

h1
{
	font-size:3em;
	font-weight:bold;
}

h2 {
	font-size: 2.2em;
	padding: 0 0 2px 0;
}

h2 a {
	
}

h2 a:hover {

}

h3 {
	font-size: 1.6em;
	padding: 0 0 2px 0;
}

h4 {
	font-size: 1.4em;
	padding: 0 0 2px 0;
}

h4 a {
	text-decoration:none;
}

h4 a:hover {
	text-decoration:underline;
}

h5 {
	padding: 0 0 0 0;
	font-size: 1.2em;
}

h5 a {
	text-decoration:none;
}

h5 a:hover {
	text-decoration:underline;
}

p {
	padding: 0 0 10px 0;
	font-size: 1em;
	line-height: 1.3em;
}

a {
	color:#333;
}

/*----------------------------------------------------------------------------------- FLOAT */

.float-right
{
	float:right;
}

.float-left
{
	float:left;
}

.clear
{
	clear:both;
}
