#container	{
	width: 100%;
	margin: 0;
	float:none;
	border: none;
}

#header	{
	display: none;
}

#top_nav	{
	display:none;
}

#logo_box	{
	display:none;
}

#right_col	{
	display: none;
}

#footer	{
	display: none;
}

#contents	{
	padding: 5px;
	height: 100%;
	overflow: visible
}

#bottom_bar	{
	display: none;
}

.noprint	{
	display:none;
}

#print_header	{
	margin-bottom: 10px;
	display: block;
}

.head_block	{
	height: 10px;
	overflow:visible;
	background-color: white;
	background-image: none;
	text-align:left;
	padding: 0 0 0 15px;
}

th	{
	color: black;
	font-size: 1.25em;
	font-weight: bold;
	background-color: white;
}

.datatable	{
	border: none;
	background-color: #FFFFFF;
}

.printtable	{
	border: solid 1px #000000;
}

.table_separator	{
	height: 2em;
	background: #AAAAAA;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.datarow1	{
	background-color: #FFFFFF;
	border-bottom: solid 1px #000000;
}

.datarow2	{
	background-color: #DDDDDD;
	border-bottom: solid 1px #000000;
}

.aa1pxbordtop {
	border-top: solid 1px #000000;
}

.verticaltext {
	writing-mode: lr-tb;
}

#view	{
	display:none;
}