body {
background-image: url("img/bg.jpg");
background-attachment: fixed;
}
.topimgbg {
	background-image: url(img/img_top_img_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.bodybg {
	background-attachment: fixed;
	background-image: url(img/img-body_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.txt12pxDarkGrey {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}
.evelope {
	background-image: url(img/img_evel.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
a:link {
	font-family: Arial;
	font-size: 16px;
	color: #663300;
	text-decoration: none;
	font-weight: normal;

}
.parabg {
	background-image: url(img/img_h_para_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
input {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}
a:visited {
	font-family: Arial;
	font-size: 16px;
	color: #663300;
	text-decoration: none;
}
a:hover {
	font-family: Arial;
	font-size: 16px;
	color: #FF6699;
	text-decoration: underline;
}
a:active {
	font-family: Arial;
	font-size: 16px;
	color: #663300;
	text-decoration: none;
}
.copy {
	font-family: Arial;
	font-size: 10px;
	color: #333333;
}
