a:link
{
	color: rgb(19,88,173); 
    text-decoration: underline;
}
a:visited
{
	color: rgb(19,88,173); 
    text-decoration: underline;
} 
a:active 
{
	color: rgb(19,88,173); 
    text-decoration: underline;
}
a:hover
{
	color: rgb(200,0,0);
    text-decoration: none;
}

body
{
	font-family: Arial, Verdana;
	font-size: 12px;
	color: rgb(0,0,0);
	bckground-color:rgb(241,241,241);	
	background-image:url('images/bg.gif');
}

table
{
	font-family: Arial, Verdana;
	font-style: normal;
	font-size: 12px;
	color: rgb(0,0,0);
	bckground-color:rgb(255,255,255);

}

.th
{
    background-color:rgb(0,90,190);
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: rgb(255,255,255);
}

.tch
{
    background-color:rgb(187,219,255);
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: rgb(0,0,0);
}

.tc
{
    background-color:rgb(237,247,255);
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: rgb(0,0,0);
}


.tca
{
    background-color:#A4CFFF;
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: rgb(0,0,0);
}


.aludark
{
    background-color:rgb(0,90,190);
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: rgb(255,255,255);
}

.alulight
{
    background-color:rgb(230,240,250);
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: rgb(0,0,0);
}


p
{
	align: justify;
	line-height: 150%;
}
.hd
{
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: rgb(200,0,0);
}
.mt
{
	font-family: Arial, Verdana;
	font-size: 15px;
	font-weight: bold;
	color: rgb(17,94,255);
}
h1
{
	font-family: Arial Narrow;
	font-size: 18px;
	font-weight: bold;
	color: rgb(255,255,255)
}

h2
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: rgb(100,100,100)
}


.tb
{
	font-family: Verdana;
	font-size  : 8pt;
	color: rgb(0,0,0);
	border-width: 1px;
	border-style: solid;
	border-color: #bed8ec;
	background-color: #FFFFFF;
}


}
ul
{
   list-style-image:url('images/listbullet.gif');
}
