a:link
{
	color: rgb(230,0,0); 
    text-decoration: underline;
}
a:visited
{
	color: rgb(230,0,0); 
    text-decoration: underline;
} 
a:active 
{
	color: rgb(230,0,0); 
    text-decoration: underline;
}
a:hover
{
	color: rgb(0,0,0); 
    text-decoration: none;
}

body
{
	font-family:  Arial;
	font-size: 12px;
	color: rgb(90,90,90);
	background-color:rgb(200,200,200);	
	bckground-image:url('images/bg.gif');
}

table
{
	font-family:  Arial;
	font-size: 12px;
	color: rgb(90,90,90);
	bckground-color:rgb(255,255,255);

}

.th
{
    background-color:#ff0000;
	font-family: Arial, Verdana;
	font-size: 13px;
	font-weight: bold;
	color: rgb(255,255,255);
}
.tch
{
    background-color:rgb(220,220,220);
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: rgb(0,0,0);
}
.tc
{
    background-color:rgb(235,235,235);
	font-family:  Arial, Verdana;
	font-style: normal;
	font-size: 12px;
	color: rgb(0,0,0);
}

.tca
{
    background-color:rgb(255,255,255);
	font-family:  Arial, Verdana;
	font-style: normal;
	font-size: 12px;
	color: rgb(0,0,0);
}

p
{
	align: justify;
	line-height: 150%;
}
.hd
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: rgb(201,37,43);

}
.hd1
{
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: rgb(90,90,90);

}

h1
{
	font-family: Arial;
	font-size  : 14pt;
	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)
}

.mt
{
	font-family: Arial;
	font-size  : 16px;
	font-weight: bold;
	color: rgb(250,0,00)
}
.mtgreen
{
	font-family: Arial;
	font-size  : 16px;
	font-weight: bold;
	color: rgb(69,117,21)
}

.tb
{
	font-family: Arial;
	font-size  : 12px;
	color: rgb(0,0,0);
	border-width: 1px;
	border-style: solid;
	border-color: #b8b8b8;
	bckground-color: #6481c7;
}
ul
{
   list-style-image:url('images/listbullet.gif');
}
