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



.orange {
	background-color: #DD6225;
}

.brown {
	background-color: #753817;
}


.yellow {
	background-color: #E9D66F;
}
.liteorange {
	background-color: #FBB36B;
}


.beige {
	background-color: #E8E3D7;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.smalltext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase
	font-size: 28px;;
	color: #C56E27;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #D53333;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
}
p {

}
ul {
	font-family: Arial, Helvetica, sans-serif;
margin-left:5px; 
margin-right:0px; 
list-style:square; 


	color: #666;
}
.litegreen {
	background-color: #CACE9E;
}
.green {
	background-color: #80C31C;
}
.grey {
	background-color: #A89166;
}
.darkgrey {
	background-color: #927B51;
}

a.left:link {
color: #DD6225;
        text-decoration: none;
 }

a.left:visited {color: #DD6225; text-decoration: none; }
a.left:hover {color: #903F1C; text-decoration: underline; }
a.left:active {color: #903F1C; } 



a.inline:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4C1C23;
	

 }

a.inline:visited {color: #4C1C23;  }
a.inline:hover {color: #4C1C23; }
a.inline:active {color: #4C1C23; }



a.rightb:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3B3D21;
	

 }

a.rightb:visited {color: #3B3D21;
font-size: 14px;
}
a.rightb:hover {color: #FFE794; }
a.rightb:active {color: #3B3D21; }

body {
	background-color: #FFE394;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.white {
	background-color: #FFF;
}
.paper {
	background-color: #F5F8E8;
}


label.error { float: none; color: red; padding-left: .5em; vertical-align: top; }

