body {
	background-color: #eef1f6;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin: 25px;
	padding: 0px;
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	text-align: center;
}

img {
	border: 0;
}

td {
	font-family: Tahoma;
	color: #333333;
	font-size: 11px;
	font-weight: normal;
}


.quest {
	font-size: 12px;
   	color: #fff;
	font-weight: normal;
	padding: 10px 6px 10px 6px;
	line-height: 18px;
	vertical-align: 
}

.input {
	font-weight: normal;
	color: #333;
	border: 1px solid #3f5469;
	background-color: #fff;
	padding: 3px;
}

.input_button {
	padding: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #202c3e;
	border: 2px solid #f8fafc;
	background-color: #c5d0dc;
}

.title_block, .form_title {
	height: 39px;
	padding: 0px 10px 7px 10px;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
}

.form_title {
	background-color: #7a95af;
	height: 30px;
	padding: 0px;
}

.form_body {
	background-color: #bfccd9;
	padding: 0px;
}

.title {
	font-size: 12px;
	color: #333;
	font-weight: bold;
}

.copyr {
	font-size: 10px;
	color: #999999;
	font-weight: normal;
	text-align: center;
	padding-top: 15px;
}

a.menu {
	font-size: 12px;
	color: #202c3e;
	font-weight: bold;
	text-decoration: none;
}

a.link_block, a.linkBlue {
	font-size: 11px;
	color: #6483a4;
	font-weight: bold;
	text-decoration: none;
}

a.art:hover {
	font-size: 11px;
	color: #990101;
	font-weight: normal;
	text-decoration: underline;
}

a.rev {
	font-size: 11px;
	color: #013401;
	font-weight: normal;
	text-decoration: none;
}

a.rev:hover {
	font-size: 11px;
	color: 013401;
	font-weight: normal;
	text-decoration: underline;
}

a.oth, a.link {
	font-size: 11px;
	color: #002866;
	font-weight: normal;
	text-decoration: none;
}

a.oth:hover, a.link:hover {
	font-size: 11px;
	color: #002866;
	font-weight: normal;
	text-decoration: underline;
}

a.see {
	font-size: 11px;
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}

a.see:hover {
	font-size: 11px;
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}

table.list {
	border: 2px solid #bfccd9;
	border-collapse: collapse;
}

td.list_header {
	font-weight: bold;
	text-align: center;
}

td.list, td.list_header {
	border: 1px solid #859db6;
	padding: 4px;
}

.errors {
	color: red;
	font-family: Tahoma;
}

.messages {
	font-size: 12px;
	font-family: Tahoma;
	color: #098ec7;
	padding: 0px;
}

.logo_text {
	font-family: Arial Narrow;
	font-size: 25px;
	text-decoration: none;
	font-weight:bold;
	color: #333;
	margin-bottom: 10px;
	white-space: nowrap;
}