/* www.walton-mn.com Style Sheet */

H1, H2, H3, H4, H5, H6, H7 {
	color: #eeddcc;
	background : transparent ;
}

H1 {
	font-size: 200%;
	background : transparent;
}
H2 {
	font-size: 175%;
	background : transparent;
}
H3 {
	font-size: 150%;
	background : transparent;
}
H4 {
	font-size: 115%;
	background : transparent;
}
H5 {
	font-size: 85%;
	background : transparent;
}
H6 {
	font-size: 65%;
	background : transparent;
}

BODY {
	font-family: verdana, Georgia, Arial, Helvetica, sans-serif;
	color:#663333;
	background : url('../../_Images/Background/Background.jpg');
	scrollbar-face-color : #996600;
}

.red {
	color: #FF0000;
	background : transparent;
}

.green {
	color: #008000;
	background : transparent;
}

.blue {
	color: #0000FF;
	background : transparent;
}

.black {
	color: #000000;
	background : transparent;
}

.aqua  {
	color: #00FFFF;
	background : transparent;
}

.white {
	color: #FFFFFF;
	background : transparent;
}

.orange {
	color: #FF9900;
	background : transparent;
}

.kaki { background-color: #eaeeaf; }

#big { font-size: 120%; }

#small { font-size: 80%; }

#upper { text-transform: uppercase; }

#lower { text-transform: lowercase; }

A:link {color: #0000FF }
A:visited {color: #800080 }
A:active {color: #FF0000 }

A:hover {
	color: #FF0000;
	cursor : hand;
	scrollbar-arrow-color : Red;
}

#pageheader {
	font-size: 120%;
	font-weight: bolder;
	color: #663333;
	background-color: #eeddcc;
	vertical-align: middle;
	text-align: left;
	text-indent: 5px;
	position: relative;
	top: 5px;
	left: 5px;
	width: 550px;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 10px;
	display: block;
	border: 2px solid #996633;
}
.pageheader {
	font-size: 120%;
	font-weight: bolder;
	color: #663333;
	background-color: #eeddcc;
	vertical-align: middle;
	text-align: left;
	text-indent: 5px;
	position: relative;
	top: 5px;
	left: 5px;
	width: 550px;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 10px;
	display: block;
	border: 2px solid #996633;
}