html, body {
	margin: 				0px;
	padding: 				0px;
	font-family:			arial;
	font-size:				14px;
	background-color:		#EBECEE;	
	color:					#000000;
	width:					100%;
	height:					100%;
}

h1 {
	color:					#414141;
	font-size:				20px;
	font-weight:			bold; 
	margin-bottom:			0px;
	text-transform:			uppercase;
}

hr {
	color:					#414141;
	border:					1px solid #414141;
}

td {
	font-size:				14px;
}

A {
	color:					#000000;
}

#header {
	background-image:		url( assets/header_rpt.jpg );
	background-position:	top left;
	background-repeat:		x-repeat;
}

#header span, #header A {
	color:					#FFFFFF;
	font-size:				14px;
	text-decoration:		none;
}

#header span {
	margin-left: 			15px;
	margin-right:			15px;
}

#menu {
	background-image:		url( assets/menu_rptr.jpg );
	background-position:	top left;
	background-repeat:		repeat-y;
}

#content {
	background-color:		#EBECEE;
	color:					#000000;
	font-size:				14px;
	font-family:			arial;
	padding: 				15px;
}

#footer {
	background-color:		#80B740;
	border-top:				1px solid #FFFFFF;
	color:					#FFFFFF;
	font-size:				10px;
	padding:				4px;
	text-align:				center;	
}

#footer A {
	color:					#FFFFFF;
	text-decoration:		none;
}

#footer A:hover {
	color:					#FFFFFF;
	text-decoration:		underline;
}