body {
	background-image: url(images/page_body_bg.png);
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
h1 {
	font-size: 16px;
	color: #B21907;
}
h2 {
	font-size: 12px;
	color: #333333;
}
h3 {
	font-size: 10px;
	color: #0072A4;
}
h4 {
	font-size: 12px;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
