table {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;

}
.maintable {
	border: thick solid #CCCCCC;
	background-image: url(images/gradientbk.jpg);

}
ul {
	list-style-image: url(Images/bulletg.gif);
}
h1 {
	font-weight: bold;
	color: #3399FF;
	font-size: 150%;
}
h2 {
	font-size: 110%;
	color: #3399FF;
}
a:link {
	text-decoration: none;
	color: #3399FF;
	font-weight: bold;

}
a:visited {
	text-decoration: none;
	color: #3399FF;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #89C6FF;
	font-weight: bold;
	background-color: #00519C;
}
a:active {
	text-decoration: none;
	color: #3399FF;
	font-weight: bold;
}
a.img:link {
	text-decoration: none;
	color: #3399FF;
	font-weight: bold;

}
a.img:visited {
	text-decoration: none;
	color: #3399FF;
	font-weight: bold;
}
a.img:hover {
	text-decoration: none;
	color: #89C6FF;
	font-weight: bold;
	background-color: #CCCCCC;


}
a.img:active {
	text-decoration: none;
	color: #3399FF;
	font-weight: bold;
}
