﻿/*<!-- LINKS, MARGINS, FONTS and HEADERS-->*/

 <style type="text/css">
    a:link { color: #0000CD; text-decoration: none }
	a:visited { color:#800080; text-decoration: none }
	a:hover { color: Red; text-decoration:none } 
	a:active { color:#FF0000; text-decoration:none }
	body {
	 margin-left: 8%;
  	 margin-right: 3%;
	 font-family: sans-serif;
	 font-size: 11pt;
       }
    h2 { color: brown }
    h3 { color: navy }
    h4 { color: DarkCyan }
 </style>


/*<!-- DROP-DOWN MENU WITH FOUR SECTIONS OF SEVERAL ENTRIES EACH-->
<!--  ************      START     ***********  -->
<!--  *********   1st PART – Style   *********  -->
<!-- Menu Section Style Settings -->*/

<style type="text/css" title="drop_menu">
.Main_menu {
	border: 1px solid ##FFCCFF;
	background-color: transparent;
	padding-left: 3px;
	line-height: 110%;
	width: 150px;
	cursor: hand;
	}
.Main_menu_over {
	border: 1px solid #ffffff;
	background-color: transparent;
	padding-left: 3px;
	line-height: 110%;
	width: 150px;
	cursor: hand;
	}
.Sub_menu {
	border: 1px solid #ffffff;
	background-color: transparent;
	padding-left: 10px;
	line-height: 100%;
	width: 150px;
	cursor: hand;
	}
.Sub_menu_over {
	border: 1px solid #ffffff;
	background-color: transparent;
	padding-left: 10px;
	line-height: 100%;
	width: 150px;
	cursor: hand;
	}

/*<!-- Menu Section Font Settings -->*/
a.main_text { font: 11pt ;
	color: Black;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	}
a:visited.main_text { font: 11pt Arial;
	color: Black;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	}
a:hover.main_text {	font: 11pt Arial;
	color: Black;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	}
a.sub_text { font: 11pt Arial;
    color: #0000ff;
    text-decoration: none;
    font-weight: normal;
    font-style: normal; }
a:visited.sub_text {
	font: 11pt Arial;
	color: Fuchsia;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	}
a:hover.sub_text {
	font: 11pt Arial;
	color: Red;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	}
    </style>
/*<!--  *******  End of 1st PART – Style   *******  -->
<!-- DROP-DOWN MENU WITH FOUR SECTIONS OF SEVERAL ENTRIES EACH-->*/
