@charset "utf-8";
/* CSS Document */

.bg {
	background-attachment: scroll;
	background-color: #000000;
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.txtHL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#2EB364;
		padding: 3px;
	}

.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	padding: 3px;
}

.txt a:link {
	color:#2EB364;
}

.txt a:visited {
	color:#2EB364;
}

.txt a:hover {
	color:#FFFFFF;
}.bgMain {
	background-attachment: fixed;
	background-image: url(images/bodytop.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.main {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.floatL {
	float: left;
}
.floatLP {
	float: left;
	padding-right: 13px;
}
.imgLink {
	border-color:#2EB364;
	}

.imgLink a:link {
	border-color:#2EB364;
	}
	
.imgLink a:visited {
	border-color:#2EB364;
	}
.imgLink a:hover {
	border-color:#FFFFFF;
	}
.HLspace {
background-image:url(images/bodytop.jpg);
	background-repeat: no-repeat;
height: 24px;
}
