/* полоса прокрутки  */

body {
	SCROLLBAR-FACE-COLOR: #FFFF99;
	SCROLLBAR-HIGHLIGHT-COLOR: #FFFF99;
	SCROLLBAR-SHADOW-COLOR: #FFFF99;
	SCROLLBAR-3DLIGHT-COLOR: #CCCCCC;
	SCROLLBAR-ARROW-COLOR: #CCCCCC;
	SCROLLBAR-TRACK-COLOR: #CCCCCC;
	SCROLLBAR-DARKSHADOW-COLOR: #FFFF99;
	background-color: #CCCCCC;
}

/* ссылки  */

a:visited {
	color: #FFCC00;
	text-decoration: none;
}
a:link {
	color: #FFCC66;
	text-decoration: none;
}
a:hover {
	color: #FFCC99;
	text-decoration: underline;
}
a:active {
	color: #FFCC99;
	text-decoration: none;
}

.normal {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000033;

}

.big {
	font-family: Verdana; font-size: 14px; font-weight: normal;
}

.small {
	font-family: Verdana; font-size: 9px; font-weight: normal;
}

.normal_b {
	font-family: Arial; font-size: 11px; font-weight: bold;
}

.big_b {
	font-family: Arial; font-size: 14px; font-weight: bold;
}

.small_b {
	font-family: Verdana; font-size: 9px; font-weight: bold;
}

hr {
	color: #CCCCCC;
	height: 1px;
}
