body {
	background-color: #001A2D;
	color: #424866;
	font-size: 80%;
}
a:link {
	color: #C14D6F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #C14D6F;
}
a:hover {
	text-decoration: underline;
	color: #EDBEC7;
}
a:active {
	text-decoration: none;
	color: #EDBEC7;
}
.headfoot{
	background-color: #C14D6F;
	color: #F9E4E9;
}
.mini {
	font-size: 85%;
}
.x-mini {
	font-size: 75%;
}
.red {
	color: #EE1C25;
}
p {
	line-height: 1.4em;
	margin-left: 25px;
	margin-right: 20px;
}
li {
	line-height: 1.4em;
	list-style-position: outside;
	list-style-type: disc;
	list-style-image: url(images/hishi.gif);
	margin-top: 0.4em;
}
.table_back {
	background-image: url(images/middle.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.table_coco {
	background-image: url(images/coco.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.table_bottom {
	background-image: url(images/bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

