body {
	background-color: #ffffff;
	color: #000000;
	margin: 0;
	padding: 0;
}
body, input, textarea {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
}
a:link, a:visited {
	color: #336699;
}
a:hover {
	color: #cc0000;
}
table, input, button {
	font-size: 100%;
}
h1 {
        color: #336699;
	font-size: 150%;
	font-weight: bold;
}
h2 {
	font-size: 120%;
	font-weight: bold;
}
h3, h4, h5 {
	font-size: 110%;
	font-weight: bold;
}
ol, ul {
	margin-top: 0;
	margin-bottom: 0;
}
li {
	margin: 0.5em 0;
}
form {
	margin: 0;
}
#leftpart {
	background: url(/img/vsplitter.gif) right top repeat-y;
	padding-right: 21px;
}
ul.menu {
	margin: 14px 0px;
	padding: 0;
}
.menu ul {
	margin: 14px 0px 14px 14px;
	padding: 0;
}
.menu li {
	color: #336699;
	list-style: none;
	margin: 14px 0px;
}
.menu a, .menu a.visited {
	text-decoration: none;
}
.menu a.hover {
	text-decoration: underline;
}
.small {
	font-size: 90%;
}
.sysmsg {
	font-size: 11px;
	font-family: Arial;
	text-align: center;
	border: 3px solid #FF6600;
	padding: 7px 10px;
	margin: 5px 50px;
}
table.price {
	border: none;
	border-right: 1px solid #336699;
	border-bottom: 1px solid #336699;
}
.price th {
        font-weight: normal;
	background-color: #336699;
	color: #ffffff;
}
.price th, .price td {
	border: none;
	border-top: 1px solid #336699;
	border-left: 1px solid #336699;
}
.price .hl td {
	background-color: #dbedff;
}
ol.result {
	margin-top: 28px;
	margin-bottom: 28px;
}
ol.result li {
	margin: 1.5em 0;
}
.interview {
        font-size: 11px;
	border: 2px solid #336699;
	background-color: #dbedff;
	padding: 7px;
}