body {
	background-color: #DEB887;
	margin-top: 10px;
	margin-left: 5px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #D9C3C6;
	text-align: center;
}

a:link {
	font-weight : bold;
	color : #D9C3C6;
	text-decoration : none;
}

a  {
	font-weight : bold;
	color : #D9C3C6;
	text-decoration : none;
}

a:hover  {
	color : #DAD6D5;
	text-decoration : none;
}

table {
	font-size: 12px;
}

input {
	border : 1px solid #7E5245;
	background-color : #AB7565;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	padding-left : 2px;
	color : #D9C3C6;
}

hr {
	height: 1px;
	color: #2E1B17;
}

.inpRadio {
	border : none;
}
.inpChBox {
	border : none;
}

textarea {
	border : 1px solid #7E5245;
	background-color : #AB7565;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	padding-left : 2px;
	color : #D9C3C6;
}

#divPage {
	position : relative;
	margin: auto;
	top: -4px;
	width: 750px;
	text-align: center;
}

#divHead {
	position : relative;
	width: 765px;
	height: 70px;
	border: 1px solid #2E1B17;
	background-color: #2E1B17;
	color : #D9C3C6;
	background-image : url(img/head.jpg);
}

#divMenu {
	position : relative;
	width: 765px;
	height: 18px;
	border-left : 1px solid #2E1B17;
	border-right : 1px solid #2E1B17;
	border-bottom : 1px solid #2E1B17;
	text-align: left;
	background-color: #7E5245;
}

.divMenuItem {
	position: absolute;
	width: 95px;
	height: 17px;
	padding-top: 1px;
	border-right: 1px solid #2E1B17;
	text-align: center;
	color: #D9C3C6;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	cursor: pointer;
	z-index: 500;
	font-family: Arial, Helvetica, sans-serif;
}

#divMain {
	width: 765px;
	background-color: #AB7565;
	border-left : 1px solid #2E1B17;
	border-right : 1px solid #2E1B17;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #D9C3C6;
	text-align: center;
}

#divMainTitle {
	width: 740px;
	padding-bottom: 2px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

#divMainBody {
	width: 740px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #2E1B17;
	text-align: center;
}

#divHeel {
	position : relative;
	width: 765px;
	height: 16px;
	padding-top: 2px;
	background-color: #7E5245;
	border: 1px solid #2E1B17;
	color: #D9C3C6;
	font-size: 10px;
	font-weight : bold;
}

#divWin {
	width: 600px;
	text-align: center;
}

#divWinTitle {
	background-color: #7E5245;
	padding-top: 2px;
	padding-left: 4px;
	padding-bottom: 4px;
	text-align:left;
	font-weight: bold;
}

#divWinBody {
	border: solid #7E5245 1px;
	padding-top: 2px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	text-align: center;
}
