a:link
{
	color: rgb(18,48,76); 
    text-decoration: underline;
}
a:visited
{
	color: rgb(18,48,76); 
    text-decoration: underline;
} 
a:active 
{
	color: rgb(18,48,76); 
    text-decoration: underline;
}
a:hover
{
	color: rgb(18,48,76);
    text-decoration: none;
}

body
{
	font-family:  Arial;
	font-size: 14px;
	color: rgb(0,0,0);
	bckground-color:rgb(240,240,240);	
	background-image:url('images/bg.jpg');
}

table
{
	font-family:  Arial;
	font-size: 14px;
	color: rgb(0,0,0);
	bckground-color:rgb(255,255,255);

}

.ftwhite
{
	font-family:  Arial;
	font-size: 14px;
	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(158,190,255);
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: rgb(0,0,0);
}
.tc
{
    background-color:rgb(184,220,124);
	font-family:  Arial, Verdana;
	font-style: normal;
	font-size: 12px;
	color: rgb(0,0,0);
}

p
{
	align: Justify;
	line-height: 150%;
}
div
{
	line-height: 150%;
}
.mt
{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: rgb(18,48,76);

}
.hd
{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: rgb(196,21,28);

}
.hd1
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: rgb(45,103,156);

}
.unl
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: rgb(255,153,51);

}


h1
{
	font-family: Arial;
	font-size  : 12pt;
	font-weight: normal;
	font-style: none;
	color: rgb(0,51,101)
}

h2
{
	font-family: Arial;
	font-size  : 12px;
	font-weight: bold;
	color: rgb(230,230,230)
}


.tb
{
	font-family: Arial;
	font-size  : 11px;
	color: rgb(63,119,170);
	border-width: 1px;
	border-style: solid;
	border-color: #4078ab;
	bckground-color: #6481c7;
}


}
ul
{
   list-style-image:url('images/list-bullet.gif');
   line-height: 150%;
}