@charset "UTF-8";


/*main CSS*/

body  {
	text-decoration: none;
	background-color:#d9ebf5;
	margin: 20px 0;
	color: #523418;
 align:center;
 }
TD, P, PRE  {align:center; font-family: Verdana; color:red; text-decoration: none;}
B {font-family: Verdana; color:#3333ff;}
A {text-decoration: underline; font-family: Verdana; color:red;}  
.toc {font-size: 14pt; font-weight:bold; color:red; text-decoration: none;}
.red {color:red;}
TABLE {align:center;}
.main #mainContent {
	width: 700px;
	height: 100%;
	overflow: auto;
	overflow-x: hidden;
	text-align: center;
}

div#header {height:110px; }
div#main {top:110px; height:80%; overflow-y:auto;}
