body {
	color: black;
	background-color: white;
	font-size: 100.01%;
	margin: 0;
	padding: 1em 0;
	text-align: center
}

A:link { color: #0000FF;}
A:visited { color: #0000FF;}

div#task_bar {
	width:99%;
	border: 2px solid #ccccff;
	margin: 4px 10px 0px 10px;
	background-color: #ddddff;
	overflow: hidden;
	padding: 0px;
}

div#top_bar {
	width: 99%; 
	margin: 0px 10px 0px 10px; 
	padding: 0px;
	overflow: hidden;
	border: 2px solid #ccccff;
}

div#page { text-align: left;
     margin: auto;
     width: 95%;
}

.background { background-color:#ccccff; }
.top_bar_table { border:0; width:100%; }
.top_bar_cell { border:0; padding:0.4em;background-color:#ccccff; }
.top_bar_explain_cell { border:0; font-style: italic; font-size: 0.9em; background: rgb(255, 255, 230);}
.top_bar_title { font-size: 2.2em; font-weight:700; text-decoration:none;} 
.top_bar_title:link {text-decoration: none; color: black}
.top_bar_title:visited {text-decoration: none; color: black}
.top_bar_title:active {text-decoration: none; color: black;}
.top_bar_title:hover {text-decoration: none; color: #0000FF; font-size: 2.3em;}
.column_header {font-weight:bold;}
.section_heading {font-weight:bold;}
.top_bar_explain { font-size: 1.0em; font-weight:500 }
.top_bar_link { font-weight:bold;}
.top_bar_link:link {text-decoration: none; color: black}
.top_bar_link:visited {text-decoration: none; color: black}
.top_bar_link:active {text-decoration: none; color: black}
.top_bar_link:hover {text-decoration: none; color: #0000FF; font-size:1.1em}
.table_no_border { border:0; width:100%; empty-cells:show; text-align:justify; }
.table_with_border { border:1px solid #ccccff; width:100%; empty-cells:show; border-collapse:collapse; }
.table_with_border_2 { border:2px solid #ccccff; width:100%; empty-cells:show; border-collapse:collapse; }
.table_with_border_2 th { border:2px solid #ccccff; padding:0.15em; text-align:left }
.table_with_border_2 td { border:1px solid #ccccff; padding:0.15em; }
.cell_no_border { border:0; padding:0.15em; }
.cell_no_border_explain { border:0; font-style: italic; font-size: smaller;}
.cell_no_border_blue { border:0; background-color:#ccccff; padding:0.2em; }
.action_button {font-size: 0.9em}
