/* CSS Document */

.table_bckg {
	background-attachment: scroll;
	background-image: url(images/table_bckg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

.top_menu_bckg {
	background-attachment: scroll;
	background-image: url(images/top_menu_bckg.jpg);
	background-repeat: repeat-x;
	background-position: left;
}

.right_menu_bckg {
	background-attachment: scroll;
	background-image: url(images/right_menu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 460px;
	width: 192px;
	vertical-align: top;
}
.sitemap:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.sitemap:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.sitemap:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #730D0B;
	text-decoration: none;
} 

.error_message {	color: #FF0000;

	font-weight: bold;
}
