.bg {
	background-attachment: fixed;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.bgclouds {
	background-attachment: fixed;
	background-image: url(images/bg_clouds.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: auto;
}
.smltxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #093f65;
	text-decoration: none;
}
.bgtop {
	background-attachment: fixed;
	background-image: url(images/bgtop.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.bgbtm {
	background-attachment: fixed;
	background-image: url(images/bgbtm.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.txtfill {
	background-attachment: fixed;
	background-image: url(images/txtfill.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.maintxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: 093F65;
}
.formtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:link {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
}
