body, html {
	width: 100%;
	height: 100%;
	background-color: #fffff ;
	background-image: url(/images/bg1.gif);
	background-position: left top;
	font-family: Arial;
	margin: 0px;
	padding: 0px;
}
.txtmain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}
.txtsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #c0db77;
	text-decoration: none;
}
.bg2 {
	background-image: url(/images/bg2.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.txtbig {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 32px;
}
.txtcopyrights {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	text-decoration: none;
}
.txtlinkblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: underline;
	color: #333333;
}
.txtlinkblack:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: underline;
	color: #46731b;
}.txtit {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 37px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 32px;
}
a{ color:#ECEDE0;}