a:link
{
	color: rgb(51,103,205); 
    text-decoration: underline;
}
a:visited
{
	color: rgb(51,103,205); 
    text-decoration: underline;
} 
a:active 
{
	color: rgb(51,103,205); 
    text-decoration: underline;
}
a:hover
{
	color: rgb(0,0,0); 
    text-decoration: none;
}

body
{
	font-family:  Arial;
	font-size: 12px;
	color: rgb(0,0,0);
	bckground-color:rgb(200,200,200);	
	background-image:url('images/bg.gif');
}

table
{
	font-family:  Arial;
	font-size: 12px;
	color: rgb(0,0,0);
	bckground-color:rgb(255,255,255);

}

.th
{
    background-color:#a2d0fe;
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: rgb(0,0,0);
}
.tch
{
    background-color:rgb(239,239,239);
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: rgb(0,0,0);
}
.tc
{
    background-color:rgb(255,255,255);
	font-family:  Arial, Verdana;
	font-style: normal;
	font-size: 11px;
	color: rgb(0,0,0);
}

p
{
	align: justify;
	line-height: 150%;
}
.hd
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: rgb(51,51,153);

}
.shd
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: rgb(51,102,204);

}
.mt
{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: rgb(254,29,47);
}

.unl
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: rgb(255,153,51);

}


h1
{
	font-family: Arial;
	font-size  : 18px;
	font-weight: bold;
	font-style: italic;
	color: rgb(111,158,0)
}

h2
{
	font-family: Arial;
	font-size  : 17px;
	font-weight: none;
	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  : 11px;
	color: rgb(0,0,0);
	border-width: 1px;
	border-style: solid;
	border-color: #ffffff;
	bckground-color: #c8e485;
}


}
ul
{
   list-style-image:url('images/list-bullet.gif');
}