  body { 
    background-color: #000000; 
    background-image: none; 
    background-repeat: repeat-x; 
    background-attachment: fixed; 
    margin: 0; 
    font-family: arial; 
    font-size: 11pt; 
    color: #999999; 
    scrollbar-face-color: #; 
    scrollbar-arrow-color: #; 
    scrollbar-track-color: #; 
    scrollbar-shadow-color: #; 
    scrollbar-darkshadow-color: #; 
    scrollbar-highlight-color: #; 
    scrollbar-3dlight-color: #; }

  table { 
    background-image: none; 
    background-color: #000000; 
    font: normal 11pt Arial; 
    color: #999999; 
    width: 100%; 
    margin: 0; 
    border-collapse: collapse; }

  img { 
    border: 0;
    margin: 1.5em; }

  p { 
    text-indent: 1.5em; 
    text-align: justify; 
    margin: 0 10% 1.5em 10%; }

  p.heading { 
    margin-bottom: 0; 
    text-indent: 0; 
    text-decoration: underline; 
    font-size: 12pt; 
    font-weight: bold; }
	
	p.head {
	font-size: 18pt;
	text-transform: uppercase;
	font-weight: bold;
	font-style: italic;
	text-align: center; 
	border-bottom: 2px solid #666666;
	margin-bottom: 0;
	}
     .firstletter { 
	 text-transform: uppercase;
	 font-weight: bold;
	 font-size: 22pt;
	 font-style: italic;
	 } 
	 
	.tagline {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10pt;
	font-style: italic;
	}
     .tagfirstletter { 
	 text-transform: uppercase;
	 font-weight: bold;
	 font-size: 13pt;
	 font-style: italic;
	 } 
	 
	 	.tagtitle {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11pt;
	font-style: italic;
	}
     .titlefirstletter { 
	 text-transform: uppercase;
	 font-weight: bold;
	 font-size: 14pt;
	 font-style: italic;
	 } 

	.navmenu {
	width: 220px; 
	background-color: transparent; 
	font-size: 9pt; 
    margin: 0 10% 1.5em 20%; }
	
  ul { 
    margin: 0 15% 1.5em 15%; }
	
	  ol { 
    margin: 0 15% 1.5em 15%; }

  a:link { color: #CCCCCC; text-decoration: none; font-weight: bold; }
  a:visited{ color: #CCCCCC; text-decoration: none; font-weight: bold; }
  a:hover { color: #999999; text-decoration: none; font-weight: bold; }

  a.menu:link { color: #CCCCCC; text-decoration: none; font-weight: bold; font-size: 11pt;}
  a.menu:visited{ color: #CCCCCC; text-decoration: none; font-weight: bold; font-size: 11pt;}
  a.menu:hover { color: #999999; text-decoration: none; font-weight: bold; font-size: 11pt;}

  hr { 
    width: 50%; 
    margin: 0.5em 0 0.5em 0; }

  hr.spacer { 
    color: transparent; 
    width: 1px; 
    margin: 0.5em 0 0.5em 0; }

  hr.menu {
    border: none 0;
    border-top: 1px solid #414141;/*the border*/
    width: 99%;
    height: 1px;/*whatever the total width of the border-top and border-bottom equal*/ }

  h1 { 
    font-family: arial; 
    font-size: 20pt; 
    text-decoration: underline; 
    margin: 0; }

  h2 { 
    font-family: arial; 
    font-size: 16pt; 
    text-align: center; 
    margin-top: 0; }

