/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */


<style type="text/css">
#wrap {
width:800px;
margin:0 auto;
background:#fff;
}

#main {
float:left;
width:380px;
background:#fff;
}

#sidebar {
float:right;
width:380px;
background:#fff;
}
</style>

<style type="text/css">
    body {
      background: #fff;
      font-family: helvetica, sans-serif;
      margin: 5px;
      padding: 0;
    }

    .width {
      width: 100%;
      min-width: 380px;
      max-width: 800px;
      background: #fff;
    }

    .content {
      border: 0px solid #fff;
      padding: 5px;
    }

    .rule {
      color: #fff;
      margin: 1em 0;
      text-align: center;
    }

    #min {
      width: 380px;
      background: #fff;
    }

    #max {
      width: 800px;
      background: #fff;
    }

    p.error {
      color: red;
      font-style: italic;
      font-size: 12pt;
    }
	
p {
  background: #FFFFFFF;
  font-size: 12pt;
}

h1 {
  background: #;
  color: #000000;
  font-size: 12pt;
  font-family: Arial;
}

h2 {
  background: #FFFFFF;
  color: #000000;
  font-weight: bold;
  font-size: 30pt;
  font-family: Arial, sans-serif;
}

h3 {
  background: #;
  color: #000000;
  font-weight: bold;
  font-size: 18pt;
  font-family: Arial, sans-serif;
}
</style>