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

/* DEFAULT CSS */
html, body {
	font-family: Calibri,Arial,Helvetica,sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	z-index: 0;
	color: #000000;
}

.clear {
	clear: both;
}
a
{
	outline: none;
}
a, a:link, a:visited 
{
	text-decoration: none;
}

a:hover 
{
	text-decoration: none;
}

img 
{
	border: 0;
}

.protected
{
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.hide {
	display: none;
}

h1, h2, h3, h4, h5, h6, h7, p
{
	margin: 0px;
	padding: 0px;
}