/* CSS Document */

body {
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000f00;
	font-size: 70%;
	margin: 0px;
}

p {
	text-align: justify;
}

.smaller {
	font-size: 85%;
}

.navigation1 {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal; 
}

.navigation1:hover {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

.navigation2 {
	font-style: normal;
	color: #333366;
	text-decoration: none;
	display: block;
	padding: 2px;
	width: 100%;
}

.navigation2:hover {
	font-style: normal;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	background-color: #6666cc;
	display: block;
	padding: 2px;
	width: 100%;
}

.navigation3 {
	color: #6600FF;
	text-decoration: underline;
	font-weight: bold;
}

.navigation3:hover {
	color: #993300;
	text-decoration: underline;
	font-weight: bold;
}

.title01 {
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

.title02 {
	color: #333366;
	font-weight: bold;
	text-align: center;
}

.title03 {
	color: #006699;
	font-weight: bold;
}

.title04 {
	color: #FF3300;
	font-weight: bold;
	text-align: center;
}

.title05 {
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	background-color: #666699;
}

.title06 {
	color: #FF3300;
	font-weight: bold;
}

.title07 {
	color: #993399;
	font-weight: bold;
}

.table01_left {
	background-color: #9999cc;
	border: #333366 2px solid;
}

.table02_nodown {
	background-color: #666699;
	border-left: #ffffff 1px solid;
	border-top: #ffffff 1px solid;
	border-right: #ffffff 1px solid;
}

.table03_around {
	background-color: #666699;
	border: #ffffff 1px solid;
}

.table04_light_back {
	background-color: #ccccff;
	border: #ffffff 1px solid;
}

.table05_white {
	background-color: #ffffff;
	border: #333366 2px solid;
}

.table06_around_white_back {
	background-color: #ffffff;
	border: #666699 2px solid;
}

.table_extra {
	background-color: #ccccff;
}

/*** HELP TABLES ***/
.table02_green {
	background-color: #ffffff;
	border: #333366 2px solid;
}

.table03_separate {
	border-right: #663399 2px solid;
}

/*** HELP TABLES ***/

.table06_separator {
	border-right: #333366 1px dashed;
}

.align_center {
	text-align: center;
}

.aligh_right {
	text-align: right;
}

.notes {
	font-size: 80%;
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.disclaimer {
	color: #ffffff;
	background-color: #9999cc;
	font-size: 90%;
	text-align: center;
	border: #333366 2px solid;
}
