/* CSS Document */

body {
	background-color:#275476;
	background-image: url(imgs/bg.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


a:link {
	color: #64a831;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #64a831;
}
a:hover {
	text-decoration: underline;
	color: #336394;
}
a:active {
	text-decoration: none;
	color: #336394;
}


.foot:link {
	color: #336394;
	text-decoration: none;
}
.foot:visited {
	text-decoration: none;
	color: #336394;
}
.foot:hover {
	text-decoration: underline;
	color: #64a831;
}
.foot:active {
	text-decoration: none;
	color: #64a831;
}


.txt1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #5a5a5a;
	letter-spacing:.05em;
	margin-right:40px;
}
.foot1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #afa99d;
	letter-spacing:.05em;
	margin-right:40px;
	margin-left:30px;
}