/* CSS Document */

body {
	background-image: url(images/main_back.jpg);
	background-color: #fffff3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: 54665e;
	font-size: 80%;
	margin: 0px;
}

p {
	text-align: justify;
}

/*** TABLES **/

.table01_main {
	border-left: #475c55 1px solid;
	border-right: #475c55 1px solid;
	border-bottom: #475c55 1px solid;
}

.table02_updown {
	border-top: #475c55 2px solid;
	border-bottom: #475c55 2px solid;
}

.table03_rightbottom {
	border-right: #475c55 2px solid;
	border-bottom: #475c55 2px solid;
	border-left: #475c55 2px solid;
}

/*** FORMAT ***/

a {
	color: #475c55;
}

a:hover {
	color: #339900;
}

.disclaimer {
	color: #ffffff;
	font-weight: bold;
	font-size: 80%;
	text-align: center;
}

.align_right {
	text-align: right;
}

.title01 {
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}