body {
	font-family: verdana;
}

td {
	font-family: verdana;
	font-size : 12px;
	text-align: justify;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

.color1
{
	background-color:#F1EED7;
}
.color2
{
	background-color:#F5F3E5;
}

a.makeunderline:link
{	font-size :11 px;
	color :#0C439E;

	text-decoration:none;
}
a.makeunderline:visited
{	font-size :11 px;
	color :#0C439E;

	text-decoration:none;
}
a.makeunderline:hover
{
	color :"#4E88E6";
	text-decoration :underline;
	
}


