body {
	background-color: #FFF;
	background: url(images/vertical_repeat.jpg) repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#vertical {
	background: url(images/horizontal_repeat.jpg) repeat-x ;
	height: 78px;
	width: 100%;
	top: 0px;
	left: 0px;
	position: absolute;
	top: 0px;
    left: 0px;
	z-index: -1000;
}
.title {
	background: url(images/title.jpg) no-repeat ;
	height: 41px;
}
#menu {
	background-color: transparent;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #798C9A;
	color: #FFF;
}
.submenu {
	background-color: transparent;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #798C9A;
	color: #CCC;
}
.copyright {
	vertical-align: bottom;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a.menu:link { color: #FFF; text-decoration: none; }
a.menu:visited { color: #FFF; text-decoration: none; }
a.menu:hover { color: #FFF; text-decoration: underline; }

a.submenu:link { color: #CCC; text-decoration: none; }
a.submenu:visited { color: #CCC; text-decoration: none; }
a.submenu:hover { color: #FFF; text-decoration: none; }
