
/* BODY PROPERTIES */
.body {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 9pt;
	color: #797983;
	background-color: #000000;
	background-image: url(logo.gif);
	background-repeat: no-repeat;
	background-position: center 80px;
	background-size: 380px;
	margin: 0;
	padding: 0;
}

/* unvisited link */
a:link {
    color: #797983;
    text-decoration: none;
}

/* visited link */
a:visited {
    color: #797983;
    text-decoration: none;
}

/* mouse over link */
a:hover {
    color: blue;
    text-decoration: none;
}

/* selected link */
a:active {
    color: blue;
    text-decoration: none;
}


/* TABLE ABOVE HEADLINE */
.table-top {
	width: 100%;
	height: 20px;
	font-size: 9pt;
	text-decoration: none;
	vertical-align: top;
	border: 0;
}

/* HEADLINE BAR */
.table-headline {
	width: 100%;
	height: 30px;
	text-decoration: none;
	vertical-align: top;
	text-align: right;
	background-color: #000000;
	border-bottom: 2px solid red;
	letter-spacing: 5px;
	padding-right: 5px;
}
.headline1 {
	font-size: 14pt;
	font-weight: bold;
	text-align: left;
	color: #cccccc;
}
.headline1:first-letter {
	font-size: 20pt;
	font-weight: bold;
	color: red;
}


.headline2 {
	font-size: 14pt;
	font-weight: bold;
	text-align: right;
	color: #cccccc;
}
.headline2:first-letter {
	font-size: 20pt;
	font-weight: bold;
	color: red;
}
.bottom {
	width: 500px;
	height: 30px;
	text-decoration: none;
	text-align: right;
	background-color: #000000;
	border-top: 2px solid red;
	letter-spacing: 5px;
	padding-right: 5px;
	margin-top:440px;
	margin-left:auto;
	margin-right:auto;
}
.bottom-links {
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
	width:25%
}
.bottom-links:first-letter {
	font-size: 22pt;
	font-weight: bold;
	color: red;
}