html { 
	padding: 0px; 
	margin: 0px 0px 0px 0px;
}

body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	margin: 0px 0px 0px 0px;
}

#container {
	width: 100%;
	height: auto;	
}

#clear {
	clear: both;	
}

#header {
	width: 100%;
	height: 65px;
	display:block;
	text-align: left;
	background-image:url(../images/report_back_repeat.jpg);
	background-repeat: repeat-x;	
}

#content_container {
	width: 100%;
	height: auto;
	overflow: auto;	
}

#content {
	padding: 20px;
	padding-top: 0px;	
}

#content h1 {
	color: #4068AB;
	font-size: 115%;
	font-weight: bold;
	padding-top: 20px;
}

#content p {
	line-height: 20px;
}

#content p a:link, #content p a:active, #content p a:visited {
	color: #4068AB;
	text-decoration: underline;
	background-color: transparent;
}

#content p a:hover {
	color: #F1F2F3;
	text-decoration: none;
	background-color: #4068AB;
}

#close_window {
	border: solid #4068AB 1px; 
	background-color: #F1F2F3;
	width: 125px;
	height: 30px;
}

#close_window_text a:link, #close_window_text a:active, #close_window_text a:visited, {
	color: #4068AB;
	text-decoration: underline;
	background-color: transparent;
	line-height: 28px;
}

#close_window_text a:hover {
	color: #F1F2F3;
	text-decoration: none;
	background-color: #4068AB;
	line-height: 28px;
}



