/* General CSS Layout for All Pages */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:1.2em;
	color:#000;
	text-align: center;
	background-color:#FFF;
}

h1,h2,h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #A37B45;
}

h1 {
	font-size: 1.8em;
	font-weight:bold;
	line-height:1.5em;
}

h2 {
	font-size:1.5em;
	font-weight:bold;
	line-height:1.5em;
}

h3 {
	font-size:1.2em;
	font-weight:bold;
	line-height:1.2em;
	text-decoration:none;
}

p {
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica;
	font-size: 12px;
	line-height:1.2em;
	color:#000000;
}

hr {
	border: solid 1px #CCCFBC dashed;
}

.main a:link {
	color:#86942A;
	text-decoration:underline;
}

.main a:visited {
	color:#86942A;
	text-decoration:underline;
}

.main a:hover {
	color:#00AD6A;
	text-decoration:underline;
	font-weight:bold;
}

.bigger_font {
	font-size:1.2em;
}

.pic_a a:hover a:link a:visited a:active {
	text-decoration:none;
	border:none
}

.header a:link {
	color: #29570F;
	text-decoration:none;
}

.header a:visited {
	color: #29570F;
	text-decoration:none;
}

.header a:active {
	text-decoration:none;
}

.header a:hover {
	color:#A37B45;
	text-decoration:none;
	font-weight:bold;
}

.footer a:link {
	color:#fff;
	text-decoration:none;
}

.footer a:visited {
	color:#fff;
	text-decoration:none;
}

.footer a:active {
	text-decoration:none;
}

.footer a:hover {
	color:#A37B45;
	text-decoration:none;
	font-weight:bold;
}

a.anochange {
	text-decoration:none;
	color:#29570F;
}

.bggray {
	background-color:#F3F4EC;
}