@charset "utf-8";
/* CSS Document */

html, body {
	
	background-position: center 0px;
	margin: 0px;
	padding: 0px; /* horizontal centering for IE Win quirks */
	position: relative;
	background-color: #ffffff; 
	height: 100%;
	width: 100%;
	background-repeat: repeat-x;	
}


div,map,dt,p,dl,dd,blockquote,pre,hr,h1,h2,h3,h4,h5 { 
	font-family: "verdana",Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 13px;
	text-decoration: none;
	text-align: left;
	/* display: block;*/ }


/* Links */
a:link, a:visited, a:active {
	font-family: "verdana",Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 13px;
	color:#878686; 
	text-decoration:none; 
}

a:hover {
	color:#de2a2a;
	text-decoration: underline;	
}