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

body
{
	background-color: #FFF;
	color:	#5E4C3A;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	background-image:url(images/paper-bg.jpg);
	background-position: center top;
	background-repeat:repeat;
	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;
	background-repeat:no-repeat;
	background-position: center top;
}

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

h1
{
	font-size: 2.2em;
	font-weight:normal;
	margin: 0 0 4px 0;
}

h2 {
	font-size:1.8em;
	font-weight:normal;
	margin: 0 0 4px 0;
}

h2 a {
	
}

h2 a:hover {

}

h3 {
	font-size:1.3em;
	font-weight:normal;
	margin: 0 0 4px 0;
}

h3 a {
	text-decoration:none;
}

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

h4 {
  font-family:Arial, Helvetica, sans-serif;
	padding: 12px 0 2px 0;
	font-size: 1em;
	font-weight: bold;
}

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

h5 a {
	color: #677E3D;
}

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

p {
	font-family:Arial, Helvetica, sans-serif;
	padding: 0 0 10px 0;
	font-size: 1em;
	line-height: 1.5em;
}

a {
	color:	#5E4C3A;
}

a:hover {
	color:#5D6B76;
}

/*----------------------------------------------------------------------------------- FORM */

input,
textarea
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
}

input.text-input
{
	min-height: 24px;
	color:#5D6B76;
	min-width: 200px;
	padding: 0 6px;
	margin: 2px 6px 0 0;
	border: solid 1px #CCC;
}

textarea.text-area
{
	min-height: 24px;
	color:#5D6B76;
	min-width: 200px;
	padding: 6px;
	margin: 2px 6px 0 0;
	border: solid 1px #CCC;
}

input.submit
{
	min-height: 24px;
	color:#FFF;
	padding: 2px 10px;
	background-color: #6E98CD;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-shadow: rgba(0,0,0,.3) 0 -1px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

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

.float-right
{
	float:right;
}

.float-left
{
	float:left;
}

.clear
{
	clear:both;
}
