﻿body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url("../images/top_bgBar.jpg");
	background-repeat: repeat-x; /* repeat-x only goes across */
	background-attachment: scroll;
	background-color: #ffffff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #000;
}
/* Links */
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #669999;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}