body
{
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.main_table_bg {
	background-color: #FFFFFF;
	filter: Alpha(Opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}

a:link {
	color: #295691;
	text-decoration: none;
}
a:visited {
	color: #295691;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #295691;
	text-decoration: underline;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.phead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.pbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
