hr {
	page-break-after: always;	
}

body {
	font-family: Times New Roman, Times, serif;
}

#container
{
	width: auto; 
	height: auto; 
	border: 0;
}

#logo
{
	display: none;
}

#logo2
{
	display: none;
}

#content_area
{
	top: 0;
	left: 0;
	padding-left: 5px; 
	padding-right: 5px;
}

#login
{
	display: none;
}

#nav_buttons
{
	display: none;
}

#footer_buttons
{
	display: none;
}

/* Specific styles for main site */

tr.header_row
{  
     display: none;
}


.def
{
	border-collapse: collapse;
}

th.def_text, td.def_text
{
	border: solid black 1px;
	padding-right: 5px;
	padding-left: 5px;
	font-family: arial;
	font-size: 13;
	color: black;
	background: white;
}

th.tick, td.tick
{
	border: solid black 1px;
	text-align: center;
	width: 50px;
	font-family: arial;
	font-size: 13;
	color: black;
	background: white;
}