@import url("screen-navigation.css");
@import url("screen-layout.css");
@import url("screen-pages.css");
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit /* vertical-align: middle; */ }
:focus { outline: 0 } body { color: black; background: white; margin: 0; padding: 0 } ol, ul { list-style: none } table { border-collapse: separate; border-spacing: 0 } caption, th, td { text-align: left; font-weight: normal }


html, body { height: 100%; }
html { overflow-y: scroll; }

body { 
	background: #0D0C0B url(../img/int/bgr2.jpg) repeat-x top center; 
	margin: 0; padding: 0;
	color: #fff;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	}
	
a:link,
a:visited,
a:hover { text-decoration: none; font-weight: bold; color: #58503a }
a:hover { text-decoration: none; color: #fff; }

strong { font-weight: bold }
h1, h2, h3 {  color: #fff; font-family: Arial, Helvetica, sans-serif; font-weight: normal; margin-bottom: 8px; clear: both }
p { margin-bottom: 16px; color: #fff; }
h1 { font-size: 18px; margin-bottom: 10px !important }
h2 { font-size: 16px }
h3 { font-size: 12px; font-weight: bold }

h1 a { font-weight: normal !important ; color: #fff !important  }

sup	{	font-size: xx-small; vertical-align: super; } 
sub {	font-size: xx-small; vertical-align: sub; } 
.dim { color: #58503A; }