
		
BODY {
	color: black;
	background-color: white;
	margin-top: 1.58em;
	margin-left: 4%;
	margin-right: 2%;
	margin-bottom: 1.58em;
	padding-top: 0pt;
	padding-left: 0pt;
	padding-right: 0pt;
	padding-bottom: 0pt;
	border-top: 0;
	width: auto;
	font-family: Arial;
	font-size: 12pt;
	font-weight: normal;
	background-repeat: repeat;
	background-attachment: fixed;
	background-image: url(../images/background1.jpg);
	border-right: 0pt;
	border-bottom: 0;
	border-left: 0pt;
}	

		
A:link {
  	text-decoration: underline;
  	font-weight: normal;
  	color: green;
  background-color: transparent;
  font-family: Arial;
  font-size: 12pt;
  font-style: normal;
}	

		
A:visited {
  	text-decoration: underline;
  	font-weight: normal;
  	color: black;
  background-color: transparent;
  font-family: Arial;
  font-size: 12pt;
  font-style: normal;
}	

		
A:active {
  	text-decoration: none;
  	font-weight: bold;
  	color: #F00;
  background-color: #FC0;
}	

		
A:hover {
	text-decoration: none;
	color: Black;
	background-color: Lime;
}	

		
A.offsite {
  	text-decoration: none;
  	font-weight: normal;
  	color: #C00;
  background-color: #FFC;
}	

H1 {
  font-family: Arial, sans-serif;
  font-size: 18pt;
  font-weight: bold;
  color: green;
  text-align: center;
  font-style: normal;
}

H2 {
  font-family: Arial, sans-serif;
  font-size: 16pt;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  background-color: transparent;
  color: green;
}

P {
	font-family: Arial;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	color: black;
	text-decoration: none;
	text-align: justify;
}

UL {
  color: blue;
  font-family: Arial, serif;
  font-size: 10pt;
  text-align: left;
  font-style: normal;
  font-weight: normal;
}
pre{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
}

	/* end body box */