/* CSS Document */
body {
	background-image: url(images/background1.gif);
	background-repeat: repeat;
	background-color: #ffffff;
	height: 100%;
	width: 100%;
	color: #283A26;
	font: 80% 'Lucida Sans Unicode', 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
}

h1 {
	font-family: 'Palatino Linotype', serif;
	font-size: 30pt;
	color: #441F0D;
	margin: 20px 0px 0px 0px;
	padding: 0px 20px 10px 0px;
	background: transparent url(images/hBackground.gif) repeat-x left bottom;
}
h2 {
	font-size: 20pt;
	margin: 0;
	padding: 0;
	/*background: transparent url(images/hBackground.gif) repeat-x left bottom;*/
}

p {
	margin: 10px 0 0 0;
	padding: 0px;
	color: #666666;	
	line-height: 1.6em;
	font-size: 0.8em;
}
a, a:visited{
	margin: 0;
	padding: 0;
	border: none;
	color: #283A26;
}

a:hover, a:active{
	color: #3E2213;
	text-decoration: none; 
}
a.two:link {
	display:block;
	padding:2 4 6 4;
	text-decoration: none;
	color: #ffffff;
	font-size: 80%;
	font-family: 'Palatino Linotype', serif;
	font-weight: 400;
	margin: 1px;
	line-height: normal;
	border-top: thin solid #663300;
	border-right: thin solid #3f5f00;
	border-bottom: thin solid #3f5f00;
	border-left: none;
	background-color: #2F4E00;
}
a.two:visited {
	display:block;
	padding:2 4 6 4;
	text-decoration: none;
	color: #ffffff;
	font-size: 80%;
	font-family: 'Palatino Linotype', serif;
	font-weight: 400;
	margin: 1px;
	line-height: normal;
	border-top: thin solid #663300;
	border-right: thin solid #3f5f00;
	border-bottom: thin solid #3f5f00;
	border-left: none;
	background-color: #2F4E00;
}
a.two:hover {
	display:block;
	background-color: #889900;
	padding:2 4 6 4;
	text-decoration: none;
	color: #FFFFCC;
	font-size: 80%;
	font-family: 'Palatino Linotype', serif;
	font-weight: 400;
	line-height: normal;


