
 /* <![CDATA[ */

	/***************************************************************
	 * BASE ELEMENTS- SECTION 1
	 *
	 * Template classes
	 ***************************************************************/
	DIV {
		margin: 0px;
		padding: 0px;
	}
 
	/*----------------------------------------------
	 :	GLOBALS STRUCTURE
	 -----------------------------------------------*/
	/* HTML - Generic */
	HTML, BODY {
		width: 100%;
		margin: 0px;
		padding: 0px;
		font-size: 14px;
	}

	#interface {
		width: 945px;
		overflow: auto;
		margin-left: 70px;
		margin-top: 45px;
	}
	
	#header, #content, #footer {
		width: 945px;
		float: left;
	}

	/*----------------------------------------------
	 :	HEADER
	 -----------------------------------------------*/
	#header {
	}

	#header_logo {
		float: left;
		height: 105px;
	}

	#header_rootline {
		float: left;
		height: 25px;
	}

	/*----------------------------------------------
	 :	CONTENT
	 -----------------------------------------------*/
	#content {
		overflow: auto;
		font-size: 14px;
		margin-top: 25px;
	}

	#content UL, #content LI {
		font-size: 13px;
	}

	/*----------------------------------------------
	 :	FOOTER
	 -----------------------------------------------*/
	#footer {
		margin-top: 25px;
		height: 100%;
		overflow: auto;
		width: 945px;
	}

	.print_address_header {
		font-weight: bold;
		width: 945px;
		float: left;
	}

	.print_address {
		width: 945px;
		float: left;
	}

	
	

/* ]]> */


