body {
	background-color:#F6F7E7;
}

a {
	color: Red;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
}

a.dir {
	color: Blue;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}

h2 {
	color: Black;
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
}

.title {
	color: Black;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}

.txt {
	color: Black;
	font-family: Tahoma;
	font-size: 12px;
}

.txt2 {
	font-family: Tahoma;
	font-size: 10px;
}

.err_message {
	color:Red;
	font-family: Tahoma;
	font-size: 12px;
}

.inp {
	width:150px;
}

.btn1 {
	width:80px;
}
