body {
	background-image: url(images/bg_main.gif);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: center;
}

a {color: #888888; text-decoration: none; }
a:visited {color: #888888; text-decoration: none; }
a:hover {color: #CCCCCC; text-decoration: underline;  }

.text_main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.border_main {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FEFECA;
	border-right-color: #FEFECA;
	border-bottom-color: #FEFECA;
	border-left-color: #FEFECA;
}

.text_address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}
.border_mailingform {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #324343;
	border-right-color: #1E2828;
	border-bottom-color: #1E2828;
	border-left-color: #324343;
}
