﻿/* CSS Document */
body {
	background-color: #F5EDD8;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-size: 12px;
}
.lang {
	text-decoration: none;
	color: #F5EDD8;
}
.lang:hover {
	text-decoration: none;
	color: #362D10;
}
.k{
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BDAE91;
	border-right-color: #BDAE91;
	border-bottom-color: #BDAE91;
	border-left-color: #BDAE91;
}
.brown {
	color: #362D10;
	text-decoration: none;
}
.brown:hover {
	color: #947C2C;
	text-decoration: none;
}
.textarea {
	height: 16px;
	width: 60px;
	border: 1px solid #D7D0BD;
}
.text {
	color: #747574;
	text-decoration: none;
	line-height: 20px;
}
.text:hover {
	color: #999999;
	text-decoration: none;
	line-height: 20px;
}
