a:link
{
	color: rgb(250,250,250); 
    text-decoration: underline;
}
a:visited
{
	color: rgb(250,250,250); 
    text-decoration: underline;
} 
a:active 
{
	color: rgb(250,250,250); 
    text-decoration: underline;
}
a:hover
{
	color: rgb(250,250,250); 
    text-decoration: none;
}

body
{
	font-family:  Arial, Tahoma;
	font-size: 12px;
	color: rgb(150,150,150);
	background-color:rgb(0,0,0);	
	bckground-image:url('images/bg.gif');
}

table
{
	font-family:  Arial, Tahoma;
	font-size: 12px;
	bckground-color:rgb(255,255,255);

}

.th
{
    background-color:rgb(30,30,30);
    font-family: Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: rgb(250,250,250);
}
.tch
{
    background-color:rgb(50,50,50);
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: rgb(240,240,240);
}
.tc
{
    background-color:rgb(70,70,70);
	font-family:  Arial, Verdana;
	font-style: normal;
	font-size: 12px;
	color: rgb(240,240,240);
}

.hd
{
	font-family:  Arial, Verdana;
	font-style: bold;
	font-size: 14px;
	color: rgb(255,255,150);
}

.hd1
{
	font-family:  Arial, Verdana;
	font-style: italic;
	font-size: 12px;
	color: rgb(255,255,50);
}

p
{
	align: justify;
	line-height: 140%;
}


h1
{
	font-family: Arial;
	font-size  : 15px;
	font-weight: bold;
	font-style: none;
	color: rgb(36,84,174)
}

h2
{
	font-family: Arial;
	font-size  : 13px;
	font-weight: bold;
	color: rgb(200,200,200);
}


.tb
{
	font-family: Tahoma;
	font-size  : 9pt;
	color: rgb(0,0,0);
	border-width: 1px;
	border-style: solid;
	border-color: #707070;
	background-color: #ffffff;
}


}
ul
{
   list-style-image:url('images/list-bullet.gif');
}
