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

body {
	background-color: #FF9;
	background-image: url(images/StoneBG.jpg);
	background-repeat: repeat;
}
.whitebg {
	background-color: #FFF;
}
.tanbg {
	background-color: #C38248;
}
.font10pt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
}
.dashedbottom {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #630;
}
.solidbottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #630;
}
.mainoutline {
	border: 2px solid #000;
}
.font10ptwhite {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #FFF;
}

