/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	}
.image {
	font-size:80%;}
	
a {color:#333399; text-decoration: none;}
a:hover, a:focus {color:#6633CC; text-decoration: underline;}
a:active {color:#6633CC; text-decoration: underline;} 
a:visited {color:#6633CC;} 		

 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 310%;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.alignCentre {
	text-align: center;
}

 
.blue{
	background-color: #EBEBFA;
	color: #000000;}

