/************************* GLOBAL ***************************/

* {
	margin: 0;
	padding: 0;
}

html {
	min-height: 100%;
	margin-bottom: 1px;
}

body {
	font: small/1.6em Arial, Helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6,p {
	margin-bottom: 1.2em;
}

h1 {
	font-size: 200%;
	font-weight: normal;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 120%;
	margin-bottom: 0.3em;
}

h3 {
	font-size: 100%;
	font-weight: normal;
}

h4 {
	font-size: 80%;
	font-weight: bold;
}

h5 {
	font-size: 70%;
	font-weight: bold;
}

h6 {
	font-size: 64%;
	font-weight: bold;
}

p,li,a {
	font-size: 100%;
	line-height: 150%;
}

ul,ol,li {
	list-style: none;
}

img {
	border: none;
}

a {
	outline: none;
	color: #005096;
}

.clear {
	clear: both;
}

.hide {
	display: none;
}

