@charset "utf-8";
/* CSS Document */
body {
	background-color: #c09a83;
	margin-top: 0px;
	font-family: Arial, Tahoma;
	font-size: 12.5px;
	color: #000;/* #7F6156*/
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FF66CC;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#side_link
{	
	margin: 0px 0px 0px 0px;
	padding: 0;
	z-index: 30;
	font-size:12px;
	}
	#side_link div
{	
	position: absolute;
	visibility: hidden;
	margin: 0px 0px  0px 50px;
	/* background: #CECEFF;     */
}

.privacy {
	font-size: 10px;
}
.TextHead {
	font-size: 18px;
	font-weight:bold;
}
.textNormal {
	color: #000000;
	font-size:12px;
}
.textLink {
	color: #FFFFFF;
	font-size:12px;
}
.textAddress {
	color: #000000;
	font-size:10px;
}
.txtBox { 
		border:#73633F 1px solid; 
		background-color:#FFFFFF; 
		padding:2; 
		width:275px;
		height: 20px;
}
.txtBox2 { 
		border:#73633F 1px solid; 
		background-color:#FFFFFF; 
		padding:2; 
		width:150px;
		height: 20px;
}
.txtBox3 { 
		border:#73633F 1px solid; 
		background-color:#FFFFFF; 
		padding:2; 
		width:50px;
		height: 20px;
}
.txtArea { 
		border:#73633F 1px solid; 
		background-color:#FFFFFF; 
		padding:2; 
		width:275px;
		height: 50px;
}
.txtArea2 { 
		border:#73633F 1px solid; 
		background-color:#FFFFFF; 
		padding:2; 
		width:450px;
		height: 100px;
}
.imagepreview { position: relative; visibility: visible; width: 150; height: 150; clip: rect(0,300,300,0);}

