/* CSS Document */
.titleimage {
	background-image: url(images/abstractdiv_02c.jpg);
	height: 145px;
	width: 800px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 0;
	background-position: bottom;
}
body,td,th {
	color: #FFFFFF;
}
.title {
	text-align: right;
	position: absolute;
	right: 20px;
	bottom: 0%;
	width: auto;
}
.menutitle {
	background-image: url(images/abstractdiv_03.jpg);
	position: absolute;
	height: 65px;
	width: 800px;
	top: 145px;
	left: 0px;
}
.end {
	background-image: url(images/abstractdiv_04.jpg);
	position: absolute;
	height: 260px;
	width: 800px;
	left: 0px;
	top: 210px;
}
.contenttop {
	position: absolute;
	height: auto;
	width: 470px;
	left: 305px;
	overflow: visible;
	top: 0px;
	z-index: 10;
}
.menuheader {
	position: absolute;
	left: 110px;
	bottom: 20%;
}
.smalltitle {
	color: black ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 38px;
	font-weight: bold;
	text-align: left;
	text-decoration: none ;
}
body {
	background-color: #000000;
	background-image: url(images/abstractdiv_05.jpg);
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1,h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	display: inline ;
}
a:link {
	color: #CCCCCC;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #00FFFF;
}
a:active {
	text-decoration: underline;
}
.menutext {
	left: 105px;
	top: 0px;
	position: absolute;
}

#backlink {
	display: block;
  background-color: black;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	font-family: Arial, sans-serif;
	font-size: 15px;
	padding: 0.3em 1em 0.3em 1em;
	text-align: center;
	height: 22px;
}

.lista a:link,.lista a:visited,.lista a:hover,.lista a:active {
    color:white;
    font-family:verdana, tahoma;
    font-size:12px;
    font-weight:bold;
    margin-left:3px;
    margin-right:3px;
    text-decoration:none;
}