/* CSS Document - global styles */
@import url(module_header.css);
@import url(module_home.css);
@import url(module_sub.css);
@import url(module_footer.css);

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

body {
	background: #e0e0e0 url(../images/bg_page.png) 0 0 repeat-x;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 70.8%; color: #808080; text-align: center;
}

#container { margin: 0 auto 0; width: 960px; text-align: left; }

.left { text-align: left; }

.right { text-align: right; }

.center { text-align: center; }

.cleaner { clear: both; font-size: 0; line-height: 0; }

.print { display: none; }

/* tpeface styles */
.helvetica_neue { font-weight: normal; font-family: "HelveticaNeue LightExt"; }
/**/

.resultLabel { float: left; display: inline; line-height: 20px; }
.w_75 { margin: 0 0 0 10px; float: left; display: inline; width: 75px !important; }
