a:link
{
	color: rgb(0,114,188); 
    text-decoration: underline;
}
a:visited
{
	color: rgb(0,114,188); 
    text-decoration: underline;
} 
a:active 
{
	color: rgb(0,114,188); 
    text-decoration: underline;
}
a:hover
{
	color: rgb(196,21,28); 
    text-decoration: none;
}

body
{
	font-family:  Arial;
	font-size: 11px;
	color: rgb(102,102,102);
	bckground-color:rgb(200,200,200);	
	background-image:url('bg.gif');
}

table
{
	font-family:  Arial;
	font-size: 11px;
	color: rgb(102,102,102);
	bckground-color:rgb(255,255,255);

}

.th
{
    background-color:#003399;
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: rgb(255,255,255);
}
.tch
{
    background-color:rgb(240,240,240);
	font-family: Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: rgb(0,0,0);
}
.tc
{
    background-color:rgb(250,250,250);
	font-family:  Arial, Verdana;
	font-style: normal;
	font-size: 11px;
	color: rgb(102,102,102);
}

p
{
	align: justify;
	line-height: 150%;
}
.hd
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: rgb(50,50,50);

}


h1
{
	font-family: Arial;
	font-size  : 15px;
	font-weight: bold;
	font-style: none;
	color: rgb(209,4,2)
}

h2
{
	font-family: Arial;
	font-size  : 12px;
	font-weight: bold;
	color: rgb(0,0,0)
}

h3
{
	font-family: Arial;
	font-size  : 13px;
	font-weight: bold;
	color: rgb(17,84,155)
}
h5
{
	font-family: Arial;
	font-size  : 23pt;
	font-weight: normal;
	color: rgb(71,86,127)
}

.tb
{
	font-family: Tahoma;
	font-size  : 8pt;
	color: rgb(0,0,0);
	border-width: 1px;
	border-style: solid;
	border-color: #b8b8b8;
	bckground-color: #6481c7;
}


}
ul
{
   list-style-image:url('images/list-bullet.gif');
}