/* CSS Document */

body {
	background-color: #fbfbe1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: 80%;
	margin: 0px;
}

p {
	text-align: justify;
}

/*** TABLES ***/

.table01_main {
	border-left: #030d8f 1px solid;
	border-right: #030d8f 1px solid;
	border-bottom: #030d8f 1px solid;
}

.table02_sep_main {
	border-right: #585eac 2px solid;
}

.table03_box {
	border: #585eac 1px solid;
}

/*** FORMAT ***/

.title01 {
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

.disclaimer {
	font-size: 80%;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

.align_center {
	text-align: center;
}

/*** NAVIGATION ***/

.navigation01 {
	background-image: url(images/background_link.gif);
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding: 5px;
	width: 100%;
	display: block;
}

.navigation01:hover {
	background-image: url(images/background_link_over.gif);
	color: ffffff;
}

.navigation02 {
	color: #0000cc;
	text-decoration: none;
}

.navigation02:hover {
	color: #0000cc;
	text-decoration: underline;
}