/********** GENERAL STYLES **************/

body{
	font-size:100%;
	padding:0px;
	margin:0px;
	font-family:Verdana;
	color:#7E7A6D;
	overflow:scroll;
}
input, textarea, select{
	padding:0px;
	margin:0px;
	font-family:Arial;
	color:#7E7A6D;
	border:1px solid #CCCCCC;
	font-size:100%;
}
.box{
	color:#7E7A6D;
	padding-left:8px;
	padding-top:6px;
	height:25px;
	width:225px;
	border:none;
	background-image:url(../../images/input.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
textarea{
	border:none;
}
.bigbox{
	width:212px;
	height:75px;
	overflow:auto;
}
h1{
	font-family:Arial;
	font-size:160%;
	color:#90070C;
	padding:0px;
	margin:0px;
	font-weight:bold;
}
h2{
	font-size:100%;
	color:#90070C;
	padding:0px;
	margin:0px;
}
p{
	margin:0px;
	padding:0px;
	padding-top:15px;
}
b, strong{
	color:#7E7A6D;
}
i{
	color:#947F59;
}
li{
	padding-bottom:10px;
}
a{
	color:#000000;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

/*************SPAN CLASS STYLES***************/

.button{
	border:1px #CBC8C1 solid;
	background-color:#E3DFD3;
	color:#534834;
	height:20px;
	font-size:90%;
	width:auto;
}

.submitbutton{
	border:none;
	background-image:url(../../images/submit.gif);
	background-repeat:no-repeat;
	color:#534834;
	height:14px;
	font-size:90%;
	width:94px;
	cursor:pointer;
	behavior:url(/raps/cms/_include/htc/button.cfm);
}

.buttonsmaller{
	border:1px #CBC8C1 solid;
	background-color:#E3DFD3;
	color:#534834;
	height:20px;
	font-size:65%;
	width:auto;
}
.menu{
	font-size:70%;
	color:#000000;
	font-weight:bold;
	text-align:center;
}

.submenu{
	font-size:90%;
	color:#000000;
	font-weight:bold;
	text-align:center;
}

.main{
	font-size:65%;
	color:#7E7A6D;
}
.main a{
	font-weight:normal;
	color:#90070C;
	text-decoration:underline;
}

.submain{
	font-size:100%;
	color:#7E7A6D;
}
.submain a{
	font-weight:normal;
	color:#7E7A6D;
	text-decoration:underline;
}


.paging{
	font-size:90%;
	color:#7E7A6D;
	border:1px #7E7A6D solid;
}
.paging a{
	font-weight:normal;
	color:#7E7A6D;
	text-decoration:none;
}

.footer{
	font-size:65%;
	color:#FFFFFF;
	background-image:url(../../images/footer.jpg);
	background-repeat:no-repeat;
}
.footer a{
	color:#FFFFFF;
	font-weight:normal;
}
.footer a:hover{
	text-decoration:underline;
}
.subfooter{
	font-size:100%;
	color:#6E6141;
}
.form{
	font-size:100%;
	color:#6E6141;
	font-weight:bold;
}