BODY{
	background-color : #FFFFFF;
	color : Black;
	font : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.bg{
	background-image: url(images/bg.gif);
	background-repeat : no-repeat;
	background-attachment : fixed;
}

.black
{
color : #000000;
  
}
h1, h2, h3, {
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	
}
p,a,td,li,tr{
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
.cen{
	text-align: center;
}
.th{
  text-align:left;
  font-weight: bold;
}

h1{
	font-size: 30px;
	color: #003085;
}
h2{
	font-size: 20px;
	color: #003085;
}
h3{
	font-size: 15px;
	color: #003085;
}

a {
	color: #0082BA;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

