.default {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}
.defaultwhite {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	}
.defaultgray {
	font-family: Arial;
	font-size: 12px;
	color: #cccccc;
}
.smallGRAY {
	font-family: Arial;
	font-size: 10px;
	color: #cccccc;
}
.small {
	font-family: Arial;
	font-size: 10px;
}
.bordersolid {
BORDER-RIGHT: gray 1px solid; 
BORDER-TOP: gray 1px solid; 
BORDER-BOTTOM: gray 1px solid; 
BORDER-LEFT: gray 1px solid
}
.bordersolidw {
BORDER-RIGHT: white 1px solid; 
BORDER-TOP: white 1px solid; 
BORDER-BOTTOM: white 1px solid; 
BORDER-LEFT: white 1px solid
}

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

input { font-size: 10; }

submit { font-size: 10; }
reset { font-size: 10; }

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.background  {
			    background-color: #A9561A;
				background-image: url(images/bottom.gif);
				background-position: top;
				margin: 0px;
				padding: : 20px;
				border: 0px;
				background-repeat: no-repeat;
				vertical-align: bottom;
				vertical-align: baseline;
			}
			.background2  {
			    background-color: #A9561A;
				background-image: url(images/bottomtemp.jpg);
				background-position: top;
				margin: 0px;
				padding: : 20px;
				border: 0px;
				background-repeat: no-repeat;
				vertical-align: bottom;
				vertical-align: baseline;
			}
			
