/* CSS Document */
body {
	background-color: #CCCCCC;
}

#Tabel_01 {
	position:relative;
	top:0px;
	width:800px;
	height:2050px;
	background-color: #FFFFFF;
}

#index-01 {
	position:absolute;
	left:0px;
	top:0px;
	width:800px;
	height:76px;
}

#index-02 {
	position:absolute;
	left:0px;
	top:76px;
	width:800px;
	height:150px;
}

#index-03 {
	position:absolute;
	left:0px;
	top:226px;
	width:800px;
	height:61px;
}

#index-04 {
	position:absolute;
	left:0px;
	top:287px;
	width:800px;
	height:500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: justify;
	float: left;
	clear: left;
}
body {
	background-color: #FFFFFF;
}
a:link {
	color: #FF0000;
	text-decoration: underline;
}
a:visited {
	color: #FF0000;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
}

