@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
}


html,body {
	padding: 0px;
	margin: 0px;
	background-image:url(/images/staticElements/BG.png);
	font-family:Verdana, Geneva, sans-serif;
	height: 100%;
	font-size: 12px;

}


/* Main header */ 
h1 {
	font-size: 28px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

h2 {
	font-size: 16px;
}

h4 {
	padding: 0px;
	margin: 0px;
	margin-top: 15px;
}

div, html, form {
	padding:0px;
	margin: 0px;
}

a {
	color: #c50000;
	text-decoration:none;
}

a.visited {
	color: #663333;	
}

a:hover, a.visited:hover {
	color: #ff6633 ;
}

