@charset "windows-1251";
* {font-family: Trebuchet MS, Tahoma, Verdana, Arial;}
html, body {height: 100%; font-family: Trebuchet MS, Tahoma, Verdana, Arial;}

div.header_inner, body {font-size: 9pt; margin:0px;}

a:link { color: #3333cc}
a:visited { color: #3333cc}
a:active { color: #3333cc}
a:hover { color: #3333cc; text-decoration: none;}

b.gray, big.gray { color: gray}
form table, table.vertical {
	border: solid 1px #C5DBEC;
	background: #fcfcff;
	margin-bottom: 10px;
}
form table th, table.vertical th {
	background: #f0f0f3;
}
table.vertical th {
	text-align: left;
}
table.vertical td {
	font-size: 90%;
}
.text p {font-size: 10pt;}

div.logo {
	background: url('../images/logo.gif') center no-repeat;
	width: 251px;
	height: 50px;
	margin: 5px;
}
div.header {
	font-size: 20px;
}
div.header_inner {
	float: right;
}

form {
	margin: 0px;
	padding: 0px;
	display: inline;
}
input, select, textarea {
		font-size: 8pt;
}
.row_hover {
	background: #f9f9f0;
}