.top {
	width: 800px;
	height: 100px;
	border: solid 1px #990000;
	background: url(images/logo_top.jpg) no-repeat;
}
.navi {
	width: 800px;
	height: 20px;
	border-left: solid 1px #990000;
	border-right: solid 1px #990000;
	background: #999999;
	font: normal bold small verdana;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px; 
}
.body {
	width: 600px;
	height: 210px;
	border-top: solid 1px #990000;
	border-left: solid 1px #990000;
	border-right: solid 1px #990000;
	font: normal normal small verdana;
	text-align: justify;
	color: #666666;
	padding: 100px;
}
.arrows {
	width: 800px;
	height: 50px;
	border-left: solid 1px #990000;
	border-right: solid 1px #990000;
	font: normal bold small verdana;
	color: #FFFFFF;
	text-align: center;
}
.bottom {
	width: 800px;
	height: 20px;
	border: solid 1px #990000;
	background: #999999;
	font: normal bold small verdana;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
}
h1 {
	font: normal bold small verdana;
	color: #666666;
	text-align: left;
}
.textleft {
	font: normal normal small verdana;
	text-align: left;
	color: #666666;
}
a:link { 
	text-decoration:none; 
	color:white; 
	}
a:visited { 
	text-decoration:none;
	color:white; 
	}
a:hover { 
	text-decoration:none;
	background-color:#CCCCCC; 
	}
a:active { 
	text-decoration:none;
	background-color:#CCCCCC; 
	}
a.content:link { 
	text-decoration: underline; 
	color: #990000; 
	}
a.content:visited { 
	text-decoration:underline;
	color: #990000; 
	}
a.content:hover { 
	text-decoration:underline;
	background-color:#CCCCCC; 
	}
a.content:active { 
	text-decoration:underline;
	background-color:#CCCCCC; 
	}