/* ============ RESET =========== */ 
* {
	margin: 0;
	padding: 0;
	}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, dl, fieldset, address { margin:0px; }
dd { margin-left:0px; }
fieldset { padding:0px; }

body, html { height:100%; }

body {
	background:url(../imgs/bkg.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%; /* em = 10px; */
	}
	
/* ============ GENERAL =========== */ 

img {
border:0px;
}

hr {
border:0px;
height:18px;
background:url(../imgs/hr.gif) repeat-x;
margin:5px 0 5px 0;
}

strong {
font-weight:bold;
}

a {
color:#002582;
text-decoration:underline;
}

a:hover {
color:#002582;
text-decoration:none;
}

