/* CSS1 Style Sheet for main index page  */

/* main.css  */

	a:link {
	color: blue;
	font-weight: bold;
	text-decoration: none
	}

	a:visited {
	color: purple;
	font-weight: bold;
	text-decoration: none
	}

	a:hover {
	color: red;
	font-weight: bold;
	text-decoration: underline
	}

	a:active {
	color: red;
	font-weight: bold;
	text-decoration: underline
	}

        image. {
	align: left;
	margin-left: 20 px;

       }

	#Intro {
	text-decoration: none;
      text-align: center;
      color: black;
      font-size: 10pt;
      font-weight: normal;
      font-style: normal;
      font-family: MS Sans Serif, News Gothic MT, Arial, Helvetica;
      line-height: 11pt;
	margin-left: 5%;
	margin-right: 5%;

      }

	#notice {
      text-decoration: none;
      text-align: left;
      color: red;
      font-size: 14pt;
      font-weight: bold;
      font-style: normal;
      font-family: Arial, Helvetica, MS Sans Serif, News Gothic MT;
      line-height: 14pt;
	margin-left: 5%;
	margin-right: 5%;
      }

	#advert {
	text-decoration: none;
      text-align: center;
      color: red;
      font-size: 10pt;
      font-weight: bold;
      font-style: normal;
      font-family: Arial, Helvetica;
      line-height: 10pt;
	margin-left: 5%;
	margin-right: 5%;

      }

	#head {
	text-decoration: none;
      text-align: center;
      color: green;
      font-size: 15pt;
      font-weight: bold;
      font-style: normal;
      font-family: MS Sans Serif, News Gothic MT, Arial, Helvetica;
      line-height: 15pt;
      }

	#subhead {
	text-decoration: none;
      text-align: center;
      color: green;
      font-size: 12pt;
      font-weight: bold;
      font-style: normal;
      font-family: MS Sans Serif, News Gothic MT, Arial, Helvetica;
      line-height: 12pt;
	margin-left: 5%;
	margin-right: 5%;

      }

	#subhead2 {
	text-decoration: none;
      text-align: center;
      color: orange;
      font-size: 12pt;
      font-weight: bold;
      font-style: normal;
      font-family: MS Sans Serif, News Gothic MT, Arial, Helvetica;
      line-height: 8pt;
	margin-left: 5%;
	margin-right: 5%;

      }


      H1 {
	text-decoration: none;
      text-align: center;
      color: black;
      font-size: 12pt;
      font-weight: bold;
      font-style: normal;
      font-family: MS Sans Serif, News Gothic MT, Arial, Helvetica;
      line-height: 14pt;
	margin-left: 5%;
	margin-right: 5%;

	}


#bookmark {
text-decoration: none;
text-align: center;
color: black;
font-size: 9pt;
font-weight: bold;
font-style: normal;
font-family: Arial, Helvetica, MS Sans Serif, News Gothic MT, Arial, Verdana;
line-height: 10pt;

}

	UL {
	text-decoration: none;
      text-align: justify;
      color: black;
      font-size: 10pt;
      font-weight: normal;
      font-style: normal;
      font-family: MS Sans Serif, News Gothic MT, Arial, Helvetica;
      line-height: 12pt;
	margin-left: 5%;
	margin-right: 5%;

      }

      B {
      font-weight: bold;
      }

	P {
	text-decoration: none;
      text-align: justify;
	color: black;
      font-size: 10pt;
      font-weight: normal;
      font-style: normal;
      font-family: MS Sans Serif, News Gothic MT, Arial, Helvetica;
      line-height: 12pt;
	margin-left: 10%;
	margin-right: 10%;
      }
	
	#myaddress {
	text-decoration: none;
      text-align: center;
	color: firebrick;
      font-size: 10pt;
      font-weight: bold;
      font-style: normal;
      font-family: Arial,Geneva,sans-serif;
      line-height: 10pt;
      }
