* {
	font-family: Tahoma;
	font-size: 12px;
	color: #0000FF;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	background-image: url(/img/background.gif);
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 16px;
	font-weight: bold;
}

img {
	border: 0px;
}

.menu {
	padding-left: 15px;
}	

.img {
	float: right;
}

.copyright {
	font-size: 10px;
	text-align: center;
}

.table td, .table strong, .table em {
	text-align: center;
	color: #000000;
}

.table {
	position: relative;
}

.left {
	text-align: left !important;
}
.print a, .print a:hover {
	text-decoration: none;
}
.submenu_over {
	visibility: visible;
	padding-top: 10px;
	position: absolute;
	top:256px;
	left: 250px;
	z-index: 20;
	width: 400px;
	background-color: #EEE;
}
.submenu_out {
	visibility: hidden;
	position: absolute;
	top:256px;
	left: 250px;
	z-index: 20;
	width: 320px;
	background-color: #EEE;
}
