@charset "utf-8";
/* CSS Document */
body {
	color:#303030;
	margin:35px 35px 20px 35px;
	background:url(images/bg_line.gif) repeat-y 214px 0;
	background-color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	line-height:20px;

}
#boxMenu {
	position:absolute;
	top:35px;
	left:35px;
	width:167px;
	height:181px;
	text-align:right;
}
#boxImage {
	position:absolute;
	width:auto;
	height:auto;
	left:236px;
	top:110px;
	z-index:99;
}
#topRights {
	position:absolute;
	top:35px;
	right:35px;
	width:100px;
	height:59px;
	float:right;
}
a:link {
	color:#303030;
	text-decoration: none;
}
a:visited {
	color:#303030;
	text-decoration: none;
}

a:active {
	color:#303030;
	text-decoration: none;
}

a:hover {
	color:#303030;
	text-decoration: none;
		background-color: #F0EEE9 !important;
}
.form {
	width:335px;
	height:21px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-style:italic;
	border-style: solid;
	border-width: 1px;
	border-color:#424242;
	background-color:#000;
	color:#D9D9D9;
	margin-left:0px;
	margin-right:0px;
	padding:3px;
}	
.textarea {
	width:335px;
	height:120px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-style:italic;
	border-style: solid;
	border-width: 1px;
	border-color:#424242;
	background-color:#fff;
	color:#D9D9D9;
	margin-left:0px;
	margin-right:0px;
	padding:3px;
}



