BODY {
	
margin: 0;
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	color : #000000;
	background-color: #ffffff;
	background-image: url('background.jpg');
	background-position: center;
	background-repeat:no-repeat;
	background-attachment: fixed;
}



p {font-size:0.90em;}


A:VISITED  {
	color :  #5e9bca;
	text-decoration : none;
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	font-size :1.0em;
}

A:LINK {
	color :  #015191;
	text-decoration : none;
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	font-size :1.0em;
font-weight : 700;
}

A:HOVER {
	background-color : #8dc1ea;
	color : #192FA9;
	font-size :1.0em;
	text-decoration : none;
}


H1 {
	color : #015191;
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 12pt;
	margin-left : 0px;
	margin-top : 0em;
	margin-bottom : 1em;
}

H2 {
	color : #015191;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : 700;
	margin-top : 0em;
margin-bottom : .5em;
}

H3 {
	color : #015191;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 1.0em;
	font-weight : bold;
	margin-top : 0em;
margin-bottom : .5em;
	
}


