/*FOR OLD BROWSERS ONLY NO LAYOUT ********************************************************* */

/* LINKS
-------------------------------------------------------------------------*/
a:link, a:active {
	color: #1b22aa;
	text-decoration: none;
	}
a:visited {
 	color: #ababab;
	text-decoration:none;
 	}
a:hover {
	color: #000033;
	text-decoration: none;
	}
a:focus {
	outline: none;
	-moz-outline:none;
	}

/* TEXT TREATMENTS
-------------------------------------------------------------------------*/
body {
	background:#fff;
	text-align: left;
	font: medium  "Gill sans", Arial, sans-serif;
	color: #545454;
	}

p strong {
	font-family: Tahoma, sans-serif;
	}
	

h1 {
	font-size: 130%;
	color: #ff9900;
	font-family: "Gill sans", Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h2 {
	font-size: 110%;
	color: #ff9900;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 100%;
	color: #ababab;
	margin-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
}
h4 {
	font-size: 80%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #1b22aa;
	font-weight: normal;
	margin-bottom: 3px;
	margin-top: 10px;
}

img{
	border:none;
	}
