html, body, td {
	font: 10pt verdana,arial; 
	}
p, div {
	font: 10pt verdana,arial; 
	}

p, li {
        margin-top: 5pt;
        margin-bottom: 5pt;
	}
h5 {
        margin-top: 0px;
        margin-bottom: 0px;
        font: 10pt arial,verdana;
        color: #a5cab1;
        font-weight: bold;
        font-style: italic;
   }
hr {
        color:#000000;
        style: noShade;
        height: 1px;
   }


/*Anchor Tags in text*/		
a:link {color: #000080; text-decoration: underline;}
a:visited {color: #000080; text-decoration: underline;}
a:hover {color: #000080; text-decoration: none;}
a:active {color: #000080; text-decoration: underline;}

/*Anchor Tags in menu*/		
a.menu:link {color: #000080; text-decoration: none;}
a.menu:visited {color: #000080; text-decoration: none;}
a.menu:hover {color: #000080; text-decoration: underline;}
a.menu:active {color: #000080; text-decoration: none;}

/* Titles */
td.title {
          text-decoration: none;
          font-weight:bold;
          font-size: 14pt;
		    }

/* Menu */
td.menu {
          background-color: #4482BF;
          color: "#FFFFEC";
          text-decoration: none;
          text-align: center;
          font-weight:bold;
          font-size: 10pt;
         }

p.title {
          text-decoration: none;
          font-weight:bold;
          font-size: 14pt;
		  color: #000080;
        }

h4.page, h5.page {
        margin-top: 0px;
        margin-bottom: 5px;
        }
