body {
   SCROLLBAR-SHADOW-COLOR: #dddddd;
	SCROLLBAR-3DLIGHT-COLOR: #dddddd;
	SCROLLBAR-ARROW-COLOR: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #dddddd;
	SCROLLBAR-BASE-COLOR: #cccccc;
	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #395984;
}
table { font-size: 12px; font-weight: normal; }

p { font-weight: normal }
a {  color: #000000; text-decoration: none; font-weight: normal}
a:link {  text-decoration: none}
a:hover { text-decoration: underline}

.bialy {font-size: 12px; font-weight: normal; color: #ffffff; }
a.bialy:link {font-size: 12px; font-weight: normal; color: #ffffff;  text-decoration: underline }
a.bialy:active {font-size: 12px; font-weight: normal; color: #ffffff: text-decoration: underline }
a.bialy:hover {font-size: 12px; font-weight: normal; color: #ffffff: text-decoration: underline }

.v12 { font-size: 12px; }
.v12b { font-size: 12px; font-weight: bold; color: #395984; }
.v12szb { font-size: 12px; font-weight: bold; color: #b1b1b1; }
.v11 { font-size: 11px; }
.v11b { font-size: 11px; font-weight: bold; color: #395984; }
.v11sz { font-size: 11px; color: #b1b1b1; }
.v10 { font-size: 10px; }
.v10b { font-size: 10px; font-weight: bold; }
.v10sz { font-size: 10px; color: #b1b1b1; }
.msg { font-size: 18px; font-weight: bold; color: #333399; }
.err { font-size: 18px; font-weight: bold;  color: red; }

input,select,textarea,option {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	border: 1px solid #cccccc;
	background: #ffffff;
	background-color: #f0f0f0;
	text-indent: 0px;
}
input.button {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-color: #738AAD;
	color: #00045A;
	border: 1px solid #00045A;	
}

input.button_on {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-color: #738AAD;
	color: #FFFFFF;
	border: 1px solid #00045A;	
}

option.sz {
	color: #aaaaaa;
}


