/*---------------------------------
|       Global Declarations       |
---------------------------------*/

/*** Base Font Styles / Colors ***/

form {
	display: inline;
}

body {
	color: #8D4E3C;
	font: 12px/14px 'Trebuchet MS', Verdana, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 0.25em 0;
	font-weight: normal;
}

h1 {
	color: #B26857;
	font-size: 20px;
	border-bottom: double 3px #B26857;
	padding: 0 0 0.35em 0;
}

h2 {
	color: #CB4B2D;
	font-size: 20px;
	padding: 3px 3px 3px 18px;
	background: transparent url(images/w2.gif) no-repeat center left;
}

h3, h4, h5, h6 {
	font-weight: bold;
	font-size: 16px;
	padding: 0 0 0 18px;
}

h4, h6 {
	color: #CB4B2D;
}

h3, h5 {
	text-transform: uppercase;
}

h5, h6 {
	font-size: 12px;
}

a:link {
	color: #E1533B;
	font-weight: bold;
}

a:visited {
	color: #AF3223;
	font-weight: bold;
}

a:hover {
	color: #FF2500;
}