body {
		background-color: White;
		font-family: Apple Chancery, Calligraph421 BT, Aldine401 BT, Arial; 
		color: black;
		margin: 2px;
	}

.banner	{
   background-color: #021C8A;
   text-align: center;
   height: 80px;
   min-height: 77px;
}

/* Both .RHS and .LHS include  the Box Model Hack -- see http://tantek.com/CSS/Examples/boxmodelhack.html */
div.RHS	{
	float: right;
	clear: right;
	padding: 0px 10px 10px 0px;
	margin-top: 0px;
	font-family: Arial, sans-serif;
	font-size: 80%;
	display: block;
	width:90px; 
}

td {
		font-size: larger;
}

h1 { 	font-size: 300%;
		color: White;  
		font-weight: normal;
		margin: 5px 20px 5px 20px;
  }

h2 {
		font-size: 175%; 
		font-weight: normal;  
		margin-top: 0em;
		margin-bottom: 0em;
}

h2.white {
		font-size: 200%; 
		color: White;
		font-weight: bold;
}

h3 {
		font-size: 150%;
 		color: White;
		font-weight: normal;  
		margin-top: 0em;
		margin-bottom: 0em;
}

a:link {
		color: Blue;
		font-weight: bold;
		text-decoration: none;
	}

a:visited {
		color: #021C8A;
		font-weight: bold;
		text-decoration: none;
	}

a:hover {
		text-decoration: underline;
		font-weight: bold;
		color: Red;
	}

hr {
	color: #9BBAFA;
	margin: 10px 50px 10px 50px;
}

.cartouche {
	margin: 5px 100px 5px 100px;
	padding:1em;
	text-align : justify; 
	background-color: White;
	border: double #9BBAFA;
}


p.item {
	margin: 0px;
	color: White;
	font-weight: bold;
	background-color: #9BBAFA;
}

a.item:link, a.item:visited {
	color: White;
	font-weight: bold;
	background-color: #9BBAFA;
	display: block;
	text-decoration: none;
	border : 2px solid #9BBAFA;
}

a.item:hover, a.here:hover {
	color: #021C8A;
	font-weight: bold;
	background-color: White;
	text-decoration: None;
	border : 2px solid White;
	display: block;
	width: 100%;
}