@charset "utf-8";
/* CSS Document */

/* GLOBAL */
BODY { 
	margin:16px 3%; 
	padding:0; 
	font-size:100%;
	font-family:Arial, Helvetica, sans-serif; 
	text-align:center; 
	line-height:1;
	color:#3e3e40;
	background:#FFF url(images/bg_main.jpg) top left repeat-x; 
}
div, span, applet, object, iframe, blockquote, a, img, 
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;
	line-height:1em;
	vertical-align:baseline; 
}
form{
	display:inline;
}

/* LINKS */
a { 
	color:inherit; 
}  
a:link { 
	color:#326ea6; 
	text-decoration:none; 
}  
a:visited { 
	color:#326ea6; 
	text-decoration:none; 
} 
a:hover, a:active { 
	color:#326ea6; 
	text-decoration:underline; 
}  

/* TEXTS */
h1, h2, h3, h4, h5, h6, p, legend { 
	padding:0; 
	margin:0; 
	font-size:1em; 
	font-weight:normal;
}

/* LISTS */
ol, ul { 
	list-style:none; 
}

/* TABLE */
table { 
	border-collapse:collapse; 
	border-spacing:0; 
}

/* CUSTOM */
.input { 
	border:1px solid #ccc; padding:2px 5px; 
}
.hide {
	display:none;
}
.clear {
	clear:both;
}
label,select { 
	cursor:pointer; 
} 

/* EASY CLEARING */
.clr:after {
	content:'.'; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.clr {
	display:inline-block;
}
/*\*/
.clr {
	display:block;
}
#IEroot .clr {
	zoom:1;
}
/* end easy clearing */
