P, TD, DIV, INPUT, TH {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

BODY{
	font-family: Arial, Helvetica;
	font-size : 10pt;
	background-color : Blue;
   margin : 0px 0px 0px 0px;
   scrollbar-face-color: Blue;
	scrollbar-shadow-color: #222222;
	scrollbar-highlight-color: #007CFF;
	scrollbar-3dlight-color: #001CFF;
	scrollbar-darkshadow-color: Blue;
	scrollbar-track-color: Black;
   scrollbar-arrow-color: Gray;

}
.text, body, table {
	font-family: Arial, Helvetica;
	color : #DCDCDC;
	font-size: 10px;
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6  {
color: #BEBEBE;
	font-weight: bold;
}
H1  {
	font-size : 180%;
}
H2  {
	font-size : 160%;
}
H3  {
	font-size : 140%;
}
H4  {
	font-size : 130%;
}
H5  {
	font-size : 120%;
}
H6  {
	font-size : 110%;
}
.text_dik {
font-weight : bold;
color: #58BDFF;
}

A:link  {
	color : #BEBEBE;
	text-decoration: underline;
	}
/* unvisited links*/
A:visited  {
	color : #BEBEBE;
	text-decoration: underline;
}
/* visited links*/
A:hover  {
	text-decoration : underline;
	color : #58BDFF;
}
/* active links*/
A:active  {
	text-decoration : underline;
	color : #58BDFF;
 	font-weight: bold;
}
li {
	list-style-type: square;
}
UL  {
	margin-left : 2em;
	list-style: square;
	list-style-image: url("opsom-1.gif");
}
UL UL  {
	margin-left : 2em;
	list-style: square;
	}
UL UL UL  {
	margin-left : 2em;
	list-style: circle;
	}

A IMG {border: 4px solid #BEBEBE;}
A:hover IMG {border: 4px solid #58BDFF;}
hr {
	height: 0px;
	border: 0px solid #0082FF;
	border-top-width: 2px;
}

