body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%; 
font-family:Arial, Helvetica, sans-serif;
}

th {color:#ffffff;}

#framecontent{
position: absolute;
top: 0;
bottom: 0; 
left: 0;
width: 200px; /*Width of frame div*/
height: 100%;
overflow: scroll; /*Disable scrollbars. Set to "scroll" to enable. Set to "hidden" to disable.*/
background: #FFFFCC;
color: black;
}

#maincontent{
position: fixed;
top: 0; 
left: 200px; /*Set left value to WidthOfFrameDiv*/
right: 0;
bottom: 0;
overflow: auto; 
background: #fff;
}

#titlemaincontent{
position: fixed;
top: 0; 
left: 200px; /*Set left value to WidthOfFrameDiv*/
right: 0;
bottom: 0;
overflow: auto; 
background: #000000;
}

.innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
padding: 0 0 0 200px; /*Set value to (0 0 0 WidthOfFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}


.tocentry {
font-size:11px;
	margin-left: 0px;
	padding-left: 0px;

}

.tocentry li {
	list-style-type: none;
	text-indent: 0px;
}
a:link {
	color: #660000;
	text-decoration: none;
}

a:visited {
	color: #660000;
	text-decoration: none;
}

a:hover {
	color: #660000;
	text-decoration: underline;
}
a:active {
	color: #660000;
	text-decoration: underline;
}

.wrap {width: 750px; margin-left:50px;}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
}

.contents td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}