.center
	{
	text-align:center;
	}

.left
	{
	text-align:left;
	}

a
	{
	color : blue;
	text-decoration : underline;
	font-weight: normal;
	}

a:hover
	{
	color : red;
	text-decoration : underline;
	font-weight: normal;
	}

a:visited
	{
	color : blue;
	text-decoration : underline;
	font-weight: normal;
	}

a:visited:hover
	{
	color : red;
	text-decoration : underline;
	font-weight: normal;
	}
  
a.nav:link
	{
	color : navy;
	font-size : 14pt;
	text-decoration : none;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	}

a.nav:visited
	{
	color : navy;
	font-size : 14pt;
	text-decoration : none;
	text-align: center;
	font-weight: bold;
	font-size: 15px;	
	}
	
a.nav:hover
	{
	color : red;
	font-size : 14pt;
	text-decoration : none;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	}

a.small_nav
	{
	color : white;
	font-size : 10pt;
	text-decoration : underline;
	}

a.small_nav:hover
	{
	color : orange;
	font-size : 10pt;
	text-decoration : underline;
	}

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
	{
	color : navy;
	font-size : 10pt;
	text-decoration : none;
	}

a.sub_nav:hover
	{
	color : red;
	font-size : 10pt;
	text-decoration : none;
	}

a.sub_nav:visited
	{
	color : navy;
	font-size : 10pt;
	text-decoration : none;
	}

a.sub_nav:visited:hover
	{
	color : red;
	font-size : 10pt;
	text-decoration : none;
	}

body
	{
	font-family : Verdana, Trebuchet MS, sans-serif;
	font-size : 10pt;
	text-align: justify;
	color: navy;
	padding:0;
	margin:0;
	border:0;
	}

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.content
	{
	 font-size:10;
	 line-height:155%;
	 text-indent:-5;
	 }

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: Verdana, Trebuchet MS, sans-serif;
	font-size: 16pt;
	color: navy;
	}

h2
	{
	font-family: Verdana, Trebuchet MS, sans-serif;
	font-size: 14pt;
	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;
	}
	
h6
  	{
	font-family : Verdana, Trebuchet MS, sans-serif;
	color: navy;
	font-size: 18pt;
	font-weight: bold;
	margin-top: 20;
	margin-bottom: 20;
	text-align: center;
	text-decoration: normal;
	}
	
h7
  	{
	font-family : Verdana, Trebuchet MS, sans-serif;
	color: #FF66CC;
	font-size: 18pt;
	font-weight: bold;
	margin-bottom: 0;
	text-align: center;
	text-decoration: normal;
	}
h8
	{
	font-family: Verdana, Trebuchet MS, sans-serif;
	font-weight: bold;
	font-size: 16pt;
	color: navy;
	}
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: 98%;
	 background:#ffffcc;
	 padding: 0;
	 margin: 0;
	 border: 0;
	 vertical-align: top;
	 }

table.nav
	 {
	 width: 160px;
	 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
	 {
	 width: 160px;
	 background: #ffcc99;
	 font-size: 13pt;
	 text-align: center;
	 padding: 7 3 5 3;
	 margin:0;
	 border:0;
	 }

td.nav_block
	 {
	 border:0; 
	 padding:0; 
	 margin:0; 
	 background:#ffcc99; 
	 border:3px yellow ridge;
	 }

td.nav_here
	 {
	 width: 160px;
	 background: #ffffcc;
	 background: #ffcc99;
	 font-size: 13pt;
	 text-align: center;
	 color: white;
	 padding: 7 3 5 3;
	 margin:0;
	 border:0;
	 }

td.sub_nav
	 {
	 background: #ffcc99;
	 font-size: 10pt;
	 text-align: center;
	 }
	 
td.sub_nav_here
	 {
	 font-size: 10pt;
	 text-align: center;
	 color: white;
	 }
	 
td.text
	 {
	 width:100%;
	 vertical-align:top;
	 padding:0; 
	 margin:0; 
	 border-top:ridge 3px yellow; 
	 }


