body {
	background-image: url(images/page_bg.jpg);
	background-repeat: repeat-x;
	background-color: #f0f0f0;
	margin: 0px;



}
.bar {
	background-image: url(images/bar_top.jpg);
	border: 1px solid #333333;

}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #404040;
	text-decoration: none;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #404040;
}
a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #404040;
	text-decoration: none;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #996699;
	text-decoration: underline;
}

