BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	/*	background-color: #7cb2cf;	*/
background-color: #5b7d95;
/*	font-weight: 600;*/
}
P {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-align:justify;
}

H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	color : #6498bd;
}
H2  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19pt;
	color: #6498bd; 
}
H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color : #6498bd;
}
A:ACTIVE {
	color: #336699;
}
A:HOVER {
	color: #336699;
}
A:LINK {
	color: #336699;
}
A:VISITED {
	color: #336699;
}
TABLE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
TD{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
 }

div.links {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	text-align: center;
}

ul li  {
	list-style-type : disc;
	list-style-image: url(images/listitem.gif);
	list-style-position: outside;
	}


.splash{
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;	
	font-size: 10pt;
	text-align: justify;
	color: #FFFFFF;	
}
.splash A:ACTIVE {
	color: #FFFFFF;	
}
.splash A:HOVER {
	color: #FFFFFF;	
}
.splash A:LINK {
	color: #FFFFFF;	
}
.splash A:VISITED {
	color: #FFFFFF;	
}



.footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: center;
	color: #FFFFFF;	
}

.footer A:ACTIVE {
	color: #FFFFFF;	
}
.footer A:HOVER {
	color: #FFFFFF;	
}
.footer A:LINK {
	color: #FFFFFF;	
}
.footer A:VISITED {
	color: #FFFFFF;	
}







/*LINKS PAGE*/
/*For controlling the margins on the links page*/
form {
	margin:  0px;
	padding: 0px;
}

/*The submission form buttons on the links page*/
  .submitlink {
   color: #000000;
   background-color: transparent;
   text-decoration: none;
   border: none;
   cursor: pointer;
   cursor: hand;
   font-size: 12px;
  }

  .submitlinkover {
   color: #000000;
   background-color: transparent;
   text-decoration: underline;
   border: none;
   cursor: pointer;
   cursor: hand;
	font-size: 12px;
  }

  .tabletitle {
   color: #FFFFFF;
   background-color: #6498bd;
   font-size: 16px;
   font-weight: 600;
  }

