a:Link {

	font-family: Arial, Helvetica, sans-serif;

	text-decoration: underline;

	color: Blue;

  }

 

 

A:Visited {

color: #7A9D14; 

text-decoration: underline;

}



A:Hover {

 border-top-color: #556C12;

 background-color: #E4EFBF;

 border-top-style: solid;

 border-top-width: 1px;

}





body {

	font-family: Arial, Helvetica, sans-serif;

	color: #000000;

	font-size: 12px;



}

p {

	font-family: Arial, Helvetica, sans-serif;

	color: #000000;

	font-size: 12px;



}

h1 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 18px;

	font-weight: bold;

	color: #556C12;

}

h2 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 16px;

	font-weight: bold;

	color: #556C12;

}

h3 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	font-weight: bold;

	color: #556C12;

}

body,td,th {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #000000;

}

body {

	background-color: #FFFFFF;

	margin-left: 0px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

	color: #000000;



}



.alink {

 color: Blue; 

 cursor : pointer; cursor: hand;

 text-decoration: underline;

}

