a:link
{
	color: rgb(50,50,200); 
    text-decoration: underline;
}
a:visited
{
	color: rgb(50,50,200); 
    text-decoration: underline;
} 
a:active 
{
	color: rgb(50,50,200); 
    text-decoration: underline;
}
a:hover
{
	color: rgb(50,50,200); 
    text-decoration: none;
}

body
{
	font-family: Arial, Trebuchet MS;
	font-style: normal;
	font-size: 11px;
	color: rgb(70,70,70);
    background-color:rgb(240,240,240);	
}

table
{
	font-family: Arial, Trebuchet MS;
	font-style: normal;
	font-size: 11px;
	color: rgb(0,0,0);
}

.th
{
    background-color:rgb(34,83,184);
	font-family: Arial, Verdana, Trebuchet MS;
	font-size  : 12px;
	font-weight: bold;
	color: rgb(255,255,255);
}
.tch
{
    background-color:rgb(231,231,231);
	font-family: Arial, Trebuchet MS;
	font-style: normal;
	font-size: 11px;
	color: rgb(0,0,0);
}
.tc
{
    background-color:rgb(255,255,255);
	font-family: Arial, Trebuchet MS;
	font-style: normal;
	font-size: 11px;
	color: rgb(0,0,0);
}

p
{
	align: justify;
	line-height: 150%;
}

.tb
{
	font-family: Arial;
	font-size  : 11px;
	color: rgb(70,70,70);
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	background-color: #FFFFFF;
}

h1
{
	font-family: Arial;
	font-size  : 14px;
	color: rgb(34,83,184);
	font-weight: bold;	
}


.hd
{
	font-family: Arial;
	font-size  : 12px;
	color: rgb(100,100,100);
	font-weight: bold;	
}

.shd
{
	font-family: Arial;
	font-size  : 12px;
	color: rgb(134,134,134);
	font-weight: bold;	
}

}
ul
{
	font-family: Arial, Trebuchet MS;
	font-style: normal;
	font-size: 11px;
	color: rgb(70,70,70);
    list-style-image:url('images/listbullet.gif');
}   
ol
{
	font-family: Arial, Trebuchet MS;
	font-style: normal;
	font-size: 11px;
	color: rgb(70,70,70);
    list-style-type: numberedlist;
}