@charset "iso-8859-2";

P  {
	font-size: 12px;
	font-family: verdana;
	font-weight: normal;
	font-style: normal;
	color: #2D35C9;
}

H1  {
	font-size : 16px;
	font-family : verdana;
	font-weight : bold;
	font-style : normal;
	color : #888584;
}

H2  {
	font-size: 14;
	font-family: Verdana;
	font-weight: bold;
	font-style: normal;
	color: #8885aa;
}

H3  {
	font-size : 12px;
	font-family : verdana;
	font-weight : bold;
	font-style : normal;
	color : #3660AE;
}

A  {
	font-size: 12px;
	font-family: verdana;
	font-weight: bold;
	font-style: normal;
	color: #0066ff;
	text-decoration: none;
}

A:Visited  {
	font-size : 12px;
	font-family : Verdana;
	font-weight : bold;
	font-style : normal;
	color : #0066ff;
	text-decoration : none;
}

A:Active  {
	font-size : 12px;
	font-family : Verdana;
	font-weight : bold;
	font-style : normal;
	color : #ff0033;
	text-decoration : none;
}

A:Hover  {
	font-size : 12px;
	font-family : Verdana;
	font-weight : bold;
	font-style : normal;
	color : #ff0033;
	text-decoration : none;
}

BODY  {
	scrollbar-arrow-color: #ffffff;
	scrollbar-3dlight-color: #2D35C9;
	scrollbar-highlight-color: #333333;
	scrollbar-face-color: #000000;
	scrollbar-shadow-color: #3660AE;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #888584;
	background-color: #C7C8CA;
	font-family: Verdana, Arial, Helvetica;
	font-size: 8px;
	font: normal;
}

HR  {
	width : 100%;
	color : #2D35C9;
}