@charset "UTF-8";
/* CSS Document */

body{
	padding: 0px 0px 0px 0px;
	margin:10px 0px 0px 0px;
	background-color: #e5e1dc;
}

table.root{
	width: 942px;
	height: 548px;
	border-color:#be8d68;
	border-width: 2px 2px 2px 2px;
	border-style: solid;
	background-color: #FFFFFF;
	background-image: url(images/backBody.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

table.root td{
	vertical-align: top;
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
	color:#a5796f;
	text-align: center;
	padding:20px 0px 0px 0px;
}

table.root td em{
	padding: 0px 18px 0px 18px;
	color:#FFFFFF;
}

a{
	text-decoration: none;
	color:#a5796f;
}

a:hover{
	color:#705954;
}