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

body
{
	color:	#333333;
	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 { list-style:none; list-style-type:none; font-size: 1em; }

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

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

h1
{
	font-size:3em;
	color:#FFFFFF;
	font-weight:normal;
}

h2 {
	font-size: 1.8em;
}

h2 a {
	
}

h2 a:hover {

}

h3 {
	font-size:1.2em;
}

h4 {
	text-transform:uppercase;
	padding: 12px 0 2px 0;
	font-size: 1em;
}

h5 {
	color: #677E3D;
	font-size: 1em;
}

h5 a {
	color: #677E3D;
}

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

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

a {
	color:#333333;
}

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

.float-right
{
	float:right;
}

.float-left
{
	float:left;
}

.clear
{
	clear:both;
}
