body {
	color: #000000; 
	background-color: #6699CC;
	margin: 0;
	padding: 0;
	height: 100%;
}

a:link {
	color: #336699;
}
a:active {
	color: #336699;
}
a:visited {
	color: #336699;
}
a:hover {
	text-decoration: none;
	color: #000000;
}

.div_center {
	text-align: center;
	margin: 0 auto;
}

.image_logo {
	width: 740px;
	height: 40px;
	margin: 5px;
}

.table_main {
	width: 100%;
	margin: 0;
	padding: 0;
}

.cell_header {
	background-color: #6699CC;
	border-bottom: solid 1px #336699;
}

.cell_footer {
	color: #003366;
	background-color: #6699CC;
	border-top: solid 1px #336699;
	font-family: "arial narrow", arial, helvetica, sans-serif;
	font-size: 11px;
}

.cell_content {
	background-color: #E8E8FF;
}

.table_content {
	width: 740px;
	height: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.cell_title {
	color: #336699;
	font-family: "book antiqua", "times new roman", times, serif;
	font-size: 24px;
	font-weight: bold;
	border-bottom: solid 2px #6699CC;
}

.cell_nav {
	width: 140px;
	font-family: "arial narrow", arial, helvetica, sans-serif;
	font-size: 13px;
	padding: 10px;
	white-space: nowrap;
}

.cell_nav h4 {
	color: #336699;
	border-bottom: solid 1px #6699CC;
	font-size: 13px;
	margin-bottom: 0px;
}

.cell_body {
	font-family: "book antiqua", "times new roman", times, serif;
	font-size: 15px;
	padding: 10px;
}

.table_block {
	width: 100%;
	background-color: #E0E0F8;
	border: solid 1px #6699CC;
}

.table_block th {
	color: #336699;
	background-color: #D0D0EF;
	font-family: "arial narrow", arial, helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}

.block_main {
	width: 40%;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	white-space: nowrap;
}

.block_item {
	font-family: "arial narrow", arial, helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	white-space: nowrap;
}

.block_tblack {
	font-weight: bold;
}
.block_tred {
	font-weight: bold;
	color: #990000;
}
.block_tgreen {
	font-weight: bold;
	color: #009900;
}


