
*
{
  margin:0px;
  padding:0px;
}
HTML
{
  height: 100%;
}
BODY
{
  background-color:#ffffff;
  font-family:Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  color:#666666;
  background-image:url(../images/bg.gif);
  background-position:top;
  background-repeat:repeat;
  height: 100%;
}


DIV.clear
{
  clear:both;
}

P
{
  margin-bottom:15px;
}

H1
{
  font-size: 23px;
  color: #6F6F6F;
  font-weight:bold;
  margin-bottom:30px;
}

A
{
  font-weight:bold;
  color:#92000B;
  text-decoration:none;
}


UL
{
  list-style-type:none;
  line-height:13px;
}

LI
{
  background-image:url(../images/dot.gif);
  background-repeat:no-repeat;
  background-position:left 4px;
  font-size:12px;
  font-weight:normal;
}

IMG
{
  border: 0;
}

FIELDSET {
	border: none;
}

