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

body {
	font: 14px Arial, serif;
	background: #FFFFFF;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding-top: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
p {
	margin: 1px;
	padding: 3px;
}
form {
	margin: 1px;
	padding: 1px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0px;
}
.floatleft {
/*	padding-right:5px;*/
	margin: 0px;
	padding: 0px;
	float: left;
}
/*---------------links--------------------*/
.linkHeader {
	overflow: hidden;
	padding: 0 15px;
	margin: 0px;
	text-align: left;
	text-decoration: none;
	font-size: 14px;
	color: #3399FF;
}
.linkHeader:hover {
	color: #666666;
}
.linkFooter {
	padding: 3px;
	margin: 0px;
	text-align: left;
	text-decoration: none;
	font-size: 10px;
	color: #585858;
}
.linkFooter:hover {
	color: #3399FF;
}
/*-----------------------------------*/
h1 {
	color: #A55330;
	padding: 4px;
	margin: 0px;
	font-size: 18px;
}
h2 {
	color: #3E342A;
	padding: 4px;
	margin: 0px;
	font-size: 16px;
}
h3 {
	color: #A55330;
	margin: 0px;
	padding: 4px;
	font-size: 16px;
}
/*-----------------------------------*/
.mainText {
	color: #3E342A;
	font-size: 12px;
	text-align:left;
}
.textRed {
	color: #FF0000;
	font-size: 13px;
}
.textBlack {
	color: #3E342A;
	font-size: 13px;
}
.textBlackSmall {
	color: #3E342A;
	font-size: 12px;
}
.textBlackSmaller {
	color: #3E342A;
	font-size: 10px;
}
.textOrange {
	color: #B6985A;
	font-size: 13px;
}
.textOrangeSmall {
	color: #B6985A;
	font-size: 11px;
}
.textBlack14 {
	color: #3E342A;
	font-size: 14px;
}
.textWhite {
	color: #FFFFFF;
	font-size: 13px;
}

