/* CSS Document */

<style type="text/css">	
	
A:link    {
  text-decoration: none; 
  color: #00007D;
}

A:visited {
  color: #00D108;
  text-decoration: underline;
}

A:active {
  color: #00D108;
  text-decoration: none;
}

A:hover {
  color: #00D108;
  text-decoration: none;
}


P { padding-left: 35px; 
     padding-right: 75px; 
	 font-family: Arial, Sans Serif;
	 font-size: 16px;
	 font-weight: 500;
}

li {font-family:Arial, Sans Serif, Tahoma, Verdana;font-size: 14px;font-weight: 500;padding-left: 5px;padding-right: 30px;line-height: 20px;
}
  
.heading  {font-size: px;font-weight: 600;color: #00007D;
}

.navlist { 
margin:0; 
padding:5;
list-style-type: disc;
padding-left: 75px;
padding-right: 25px;}

.olist { 
margin:0; 
padding:5;
padding-left: 75px;
padding-right: 25px;}
.footer {
	font-family: Arial, Verdana, Sans-serif;
    color: #5D4A22;
	font-size: 10px;
}
a.footer {
	font-family: Arial, Verdana, Sans-serif;
    color: #DA222A;
	font-size: 10px;
	text-decoration: none;
}
a.footer:hover {
	font-family: Arial, Verdana, Sans-serif;
    color: #B85C07;
	font-size: 10px;
	text-decoration: underline; 
}

a.footer:visited {
	font-family: Arial, Verdana, Sans-serif;
    color: #DA222A;;
	font-size: 10px;
	text-decoration: underline;
}






#bottom A:link {
  text-decoration: none; 
  color: #3364CD;
  }
#bottom A:active:   {
  color: #3364CD;
  text-decoration: underline;
  }
#bottom A:hover {
  color: #3364CD;
  text-decoration: underline;
  }
#bottom A:visited:   {
  color: #3364CD;
  text-decoration: underline;
  }
  