a:link
{
	color: rgb(0,100,200); 
    text-decoration: none;
}
a:visited
{
	color: rgb(0,100,200); 
    text-decoration: none;
} 
a:active 
{
	color: rgb(0,100,200); 
    text-decoration: none;
}
a:hover
{
	color: rgb(200,0,0); 
    text-decoration: underline;
}

body
{
	font-family:  Arial, Tahoma;
	font-size: 12px;
	color: rgb(0,0,0);
	bckground-color:rgb(187,52,115);	
	bckground-image:url('images/bg.gif');
}

table
{
	font-family:  Arial, Tahoma;
	font-size: 12px;
	color: rgb(0,0,0);
	bckground-color:rgb(255,255,255);

}

.th
{
    background-color:#4f8fff;
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: rgb(255,255,255);
}
.tch
{
    background-color:rgb(192,214,252);
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: rgb(0,0,0);
}
.tc
{
    background-color:rgb(227,239,251);
	font-family:  Arial, Verdana;
	font-style: normal;
	font-size: 12px;
	color: rgb(0,0,0);
}

p
{
	align: justify;
	line-height: 150%;
}
.mt
{
	font-family: Arial, Verdana;
	font-size: 14 px;
	font-weight: bold;
	color: rgb(200,0,0);

}
.hd
{
	font-family: Arial, Verdana;
	font-size: 13px;
	font-weight: bold;
	color: rgb(4,63,165);
}

h1
{
	font-family: Arial;
	font-size  : 13px;
	font-weight: bold;
	font-style: none;
	color: rgb(0,0,0)
}

h2
{
	font-family: Arial;
	font-size  : 11pt;
	font-weight: bold;
	color: rgb(0,0,0)
}

h3
{
	font-family: Arial;
	font-size  : 10pt;
	font-weight: bold;
	color: rgb(70,100,0)
}
h5
{
	font-family: Arial;
	font-size  : 23pt;
	font-weight: normal;
	color: rgb(71,86,127)
}

.tb
{
	font-family: Arial;
	font-size  : 8pt;
	color: rgb(0,0,0);
	border-width: 1px;
	border-style: solid;
	border-color: #8fa8e4;
	background-color: #ffffff;
}


}
ul
{
   list-style-image:url('images/list-bullet.gif');
}