@charset "UTF-8";

body {
	background-image: url(../images/large.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: top;
}


/*--------------------------text--------------------------*/

.greentext12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #32530C;
	margin-top: 10px;
	padding-left: 60px;
	padding-right: 60px;
}

.greentext12_plain{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #32530C;
}
.green9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #32530C;
}

.greentext14{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #32530C;
}
.greentext18 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #32530B;
}

.tantext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DDC491;
	padding-left: 10px;
}

/*--------------------------links--------------------------*/


a:link {
	color: #DDC491;
	text-decoration: none;
}
a:visited {
	color: #DDC491;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #32530C;
}
