body{
	background: #938362 url("graphics/bg_image.jpg") repeat-x;
}
.topwording {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.topwording1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #EED9A6;
	font-weight: bold;
}
.title1 {
	font-family: Times New Roman;
	font-size: 18px;
	color: #42331D;
	font-weight: Normal;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #42341E;
	font-weight: Normal;
}
.bodytext1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: Normal;
}
.required {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C40127;
}
.frm250 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	width: 250px;
}
.frm362 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	width: 340px;
}
#overlay, #container{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	background: #000;
	display: none;
}
#container{
	background: none;
}
#popup{
	background: url("../graphics/bg_pop.png") no-repeat;
	width: 630px;
	height: 490px;
	margin: 150px auto;
	position: relative;
}
#popup img{
	margin: 40px;
}
#close{
	position: absolute;
	top: 0px;
	right: 21px;
	display: block;
	width: 120px;
	height: 18px;
	padding-top: 5px;
	text-decoration: none;	
	color: #fff;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: url("../graphics/btn_close.png") no-repeat top right;
}
#larr{
	position: absolute;
	left: 50px;
	top: 150px;
	z-index: 9999;
	cursor: pointer;
}
#rarr{
	position: absolute;
	right: 50px;
	top: 150px;
	z-index: 9999;
	cursor: pointer;
}