

* {
    margin:0;
    padding:0;
  }


BODY {
    font-family: arial,verdana;
    font-size:12pt;
    color: black;
    width:640px;
    background:url("i/bg2.gif");
  }


a:hover {
    color:#0f0;
    font-size: 9pt;
    text-decoration: none;
  }


;a {
    color:gold;
    font-size: 9pt;
    text-decoration: none;
  }


;.info {
    float:left;
    margin:10px;
    width:640px;
    background-color:white;
    text-align:left;
  }


div.main {
	background:white;
    width:600px;
    margin:10px;
    font-size:11pt;
  }

/*IE does not handle float properly with margins so use one outer div with the float and inner div with the margins*/
/*This is the outer div with the float */


.iemarginfix {
    float:left;
    background:white;
    margin:0;
  }


.adds {
    text-align:center;
    margin-left:10px;
    margin-top:10px;
  }


.floatleft {
    float:left;
  }


H1,h6,h3,h4,h2 {
    text-align:center;
  }




A:link {
    text-decoration: none;
    color: green;
  }


A:visited {
    text-decoration: none;
    color:#FF5E45;
  }


A:active {
    text-decoration: none;
  }


A:hover {
    text-decoration: none;
  }


a.toplink {
    color:green;
    text-align:center;
    font-weight:bold;
    text-decoration:none;
    font-size:8pt;
  }


p.tiny {
    text-align:center;
    font-size:7pt;
    color:black;
  }


p.viewer {
    font-size:11pt;
    color:white;
  }


p.bottom {
    color:black;
  }


p.small {
    font-size:8pt;
    color:black;
  }

