.table 
{ 
	cursor : crosshair;
	font-family : Tahoma;
	color : #808080;
	font-size : 8pt;

}

.formular
{
    font-family : Tahoma;
    font: 8pt;
    color : #000000;
    border-color : #808080;
    background-color : #FFFFFF;
    text-align: center;
    border: 1px solid grey;
    padding: 1px;
    cursor : crosshair;
}


body {
	scrollbar-face-color: White;
	scrollbar-shadow-color: #808080;
	scrollbar-highlight-color: White;
	scrollbar-arrow-color: #808080;
	scrollbar-base-color : #808080;
	scrollbar-3d-light-color : White;
	scrollbar-dark-shadow-color : #808080;
	background-color : White;
	font-family : Tahoma;
	color : black;
	font-size : 8pt;
}


.main
{
	color : black;
	font-weight : bold;
        text-decoration: none;
	cursor : crosshair;
}
.main:Hover  {
        font-family : Tahoma;
	color : #808080;
	font-weight : bold;
        text-decoration: none;
	cursor : crosshair;
}


.links
{
	color : #808080;
	;
	font-weight : bold;
        text-decoration: none;
	cursor : crosshair;
}
.links:Hover  {
	color : BLACK;
	font-weight : bold;
        text-decoration: none;
	cursor : crosshair;
}
.news
{
	color : #808080;
        text-decoration: none;
	cursor : crosshair;
}
:hover.news  {
	color : BLACK;
        text-decoration: none;
	cursor : crosshair;
}
.label
{
	color : #808080;
	;
	font-weight : bold;
        text-decoration: none;
	cursor : crosshair;
}
