body {
	background-image: url(images/pg_bg.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin: 0px; 
	padding: 0px; 
	background-color: #dadfe1;
	background-repeat: repeat-x;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.main {
	background-image: url(images/main_tbl_bg.gif);
	background-repeat: repeat-y;
}
.fpgrad {
	background-image: url(images/fp_gradient.gif);
	background-repeat: no-repeat;
}

.small_grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #333333;
}
