@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	padding: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	}

a:link {
	color: #800000;
	text-decoration: none;
	font-weight: bold;
	}

a:visited {
	color: #800000;
	text-decoration: none;
	font-weight: bold;
	}

a:hover {
	text-decoration: underline overline;
	font-weight: bold;
	}

h2 {
	font-size: 20pt;
	}

.container {
	top: 0;
	width: 800px;
	margin: auto;
	}
	
.title {
	position: absolute;
	top: 0;
	width: 800px;
	height: 150px;
	}

.navigation {
	position: absolute;
	top: 190px;
	width: 130px;
	height: 300px;
	border: 0;
	}

.content {
	position: absolute;
	top: 190px;
	margin-left: 150px;
	width: 650px;
	height: 420px;
	text-align: justify;
	font-size: 12pt;
	overflow: auto;
	}

.footer {
	position: absolute;	
	top: 600px;
	margin-left: 150px;
	width: 650px;
	text-align: center;
	font-size: 8pt;
	}
	
.marquee {
	position: absolute;
	top: 150px;
	width: 800px;
	height: 30px;
	background: #800000;
	}
