/************************************************************* PAGE */
* {
	font-family:	arial,helvetica,sans-serif !important;
	margin:			0 !important;
	color:			#000 !important;
}
table { width:	100% !important; }

div.page { background:	#fff; }

div.bg1, div.bg2, div.bg3, div.bg4 {
	width: 100%;
	margin: 0;
}
/************************************************************* HTML TAGS */
html {}

body { background:	#fff; }

a { text-decoration:	underline !important; }

img { border:	0; }

/************************************************************* HEADER */
img.header {
	width: 100%;
	float: left;
}

/************************************************************* CONTENT */
div.content-text {
	padding: 10px 7px 5px;
	font-size: 0.70em;
}
h3.content-title {
	display: block;
	border-bottom: 2px solid #000;
	font-size: 0.90em;
}
/************************************************************* NOT DISPLAYED */
div.hmenu, div.breadcrumb, div.vmenu, div.container, div.footer, div.line { display:	none; }
