body {
	background-image: url(../images/back_tile.gif);
	font-family: Georgia;
	font-size: 11px;
	font-weight: bold;
	/*font-style: italic;*/
	padding: 0px;
	margin: 0px;
}

.main_content {
	background-image: url(../images/main_back.gif);
	background-repeat: no-repeat;
	background-color: white;
}

.menu_content {
	background-image: url(../images/right_back.gif);
	background-repeat: no-repeat;
	background-color: white;
}

.menu_content img {
	padding-bottom: 5px;
}

.inv_title {
	font-family: Georgia;
	font-size: 11px;
	font-weight: bold;
	/*font-style: italic;*/
	color: #666666;
}

.title {
	font-family: Georgia;
	font-size: 12px;
	font-weight: bold;
	/*font-style: italic;*/
	color: #6d5000;
}

.pages {
	text-align: right;
	padding-right: 10px;
}

.pages, .pages a, .pages span {
	font-family: Georgia;
	font-size: 13px;
	font-weight: bold;
	color: #6d5000;
	text-decoration: none;
}

.normal_text {
	font-family: Georgia;
	font-size: 11px;
	font-weight: bold;
	/*font-style: italic;*/
	color: #666666;
}

.feedback_input_text {
	color: #ffffff;
	font-family: Georgia;
	font-size: 11px;
	border: 0px;
	background-image: url(../images/feedback_input_back.png);
	width: 258px;
	height: 14px;
	padding-right: 2px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
}

.feedback_textarea_text {
	color: #ffffff;
	font-family: Georgia;
	font-size: 12px;
	font-weight: bold;
	border: 0px;
	background-image: url(../images/feedback_textarea_back.png);
	width: 258px;
	height: 84px;
	padding-right: 2px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
}
