.center
	{
	text-align:center;
	}

.hidden
	{
	display: none;
	}

.left
	{
	text-align:left;
	}

a
	{
	color : blue;
	font-size : 10pt;
	text-decoration : underline;
	font-weight: normal;
	}

a:hover
	{
	color : red;
	font-size : 10pt;
	text-decoration : underline;
	font-weight: normal;
	}

a:visited
	{
	color : blue;
	font-size : 10pt;
	text-decoration : underline;
	font-weight: normal;
	}

a:visited:hover
	{
	color : red;
	font-size : 10pt;
	text-decoration : underline;
	font-weight: normal;
	}
  
a.nav:link
	{
	display: none;
	}

a.nav:visited
	{
	display: none;
	}
	
a.nav:hover
	{
	display: none;
	}

a.small_nav
	{
	display: none;
	}

a.small_nav:hover
	{
	display: none;
	}

a.small_nav:visited
	{
	color : white;
	font-size : 10pt;
	text-decoration : underline;
	}

a.small_nav:visited:hover
	{
	color : orange;
	font-size : 10pt;
	text-decoration : underline;
	}

a.sub_nav
	{
	display: none;
	}

a.sub_nav:hover
	{
	display: none;
	}

a.sub_nav:visited
	{
	display: none;
	}

a.sub_nav:visited:hover
	{
	display: none;
	}

body
	{
	font-family : Verdana, Trebuchet MS, sans-serif;
	font-size : 10pt;
	text-align: justify;
	color: navy;
	padding:0;
	margin:0;
	border:0;
	width:16cm;
	}

dd
  	{
	margin: 4 0 4 30;
	}

dt
  	{
	font-weight: bold;
	}

div.box_wide
	{
    border-width:3px;
    border-style:solid;
    border-color:navy; 
	margin: 5px;
	background: white; 
	padding:0 15 10 15;
	width: 90%;
	}
	
div.div_yellow
	{
	width:90%;  
	border-bottom: 3px yellow ridge;
	margin-left:auto;
	margin-right:auto;
	}

div.div_navy
	{
	width:90%;  
	border-bottom: 1px navy solid;
	margin-left:auto;
	margin-right:auto;
	}

h1
	{
	font-family: Times New Roman, Times, serif;
	font-size: 20pt;
	color: navy;
	}

h2
	{
	font-family: Times New Roman, Times, serif;
	font-size: 16pt;
	color: navy;
	}

h3
	{
	color: black;
	font-size: 14pt;
	font-weight: normal;
	}

h4
	{
	color: black;
	font-size: 12pt;
	}

h5
  	{
	font-family : Verdana, Trebuchet MS, sans-serif;
	color: black;
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 0;
	text-align: left;
	text-decoration: normal;
	}
		
p
	{
	font-family : Verdana, Trebuchet MS, sans-serif;
	font-size : 10pt;
	text-align: justify;
	color: navy;
	}

table.body
	 {
	font-family : Verdana, Trebuchet MS, sans-serif;
	font-size : 10pt;
	text-align: justify;
	 width: 100%;
	 background:#ffffcc;
	 padding: 0;
	 margin: 0;
	 border: 0;
	 vertical-align: top;
	 }

table.nav
	 {
	 width: 0px;
	display: none;
	 padding: 0;
	 margin: 0;
	 border: 0; 
	 }

table.text
	 {
	 width: 100%;
	 padding: 0;
	 margin: 0;
	 border: 0;
	 }	 
	 
table.title
	 {
	 background:  #ffcc99;
	 }

td
  	 {
	 font-family : Verdana, Trebuchet MS, sans-serif;
	 font-size : 10pt;
	 text-align: justify;
	 }

td.nav
	 {
	display: none;
	 width: 0px;
	 padding: 0;
	 margin:0;
	 border:0;
	 }

td.nav_block
	 {
	display: none;
	 width: 0px;
	 padding: 0;
	 margin:0;
	 border:0;
	 }

td.nav_here
	 {
	display: none;
	 width: 0px;
	 padding: 0;
	 margin:0;
	 border:0;
	 }

td.sub_nav
	 {
	display: none;
	 width: 0px;
	 padding: 0;
	 margin:0;
	 border:0;
	 }
	 
td.sub_nav_here
	 {
	display: none;
	 width: 0px;
	 padding: 0;
	 margin:0;
	 border:0;
	 }
	 
td.text
	 {
	 width:100%;
	 vertical-align:top;
	 border: ridge 2pt yellow;
	 padding:10px;
	 }


