BODY  {
	font-family : arial, helvetica, verdana;
	font-style : normal;
	color : #000000;
	text-decoration : none;
    font-size: 12px;
}

P  {
	font-family : arial, helvetica, verdana;
	font-style : normal;
	color : #000000;
	text-decoration : none;
    font-size: 12px;
}

H1  {
    color: #000000;
    font-size: 23px;
}

H2  {
    color: #000000;
    font-size: 25px;
}

H3  {
    color: #000000;
    font-size: 20px;
}

LI {
	font-family : arial, helvetica, verdana;
    font-size: 12px;
	text-decoration : none;
}

A  {
	font-family : arial, helvetica, verdana;
    font-size: 11px;
    font-weight: bold;
	color : #006600;
	text-decoration : none;
}

A:Visited  {
	text-decoration : none;
}

A:Active  {
	color : #003399;
	text-decoration : underline;
}

A:Hover  {
	text-decoration : underline;
    color: #003399;
}

.copyright {
    font-size: 11px;
    font-weight: normal;
    text-align: right;
    color: #000000;
}

#submit-button {
      width: 45px;
      height: 20px;
      margin: 0;
      padding: 0;
      border: 0;
      background: transparent url(images/submit_button.gif) no-repeat top left;
      text-indent: -1000em;
      vertical-align: middle;
      cursor: pointer; /* hand-shaped cursor */
      cursor: hand; /* IE 5.x */
}
    
#reset-button {
      width: 45px;
      height: 20px;
      margin: 0;
      padding: 0;
      border: 0;
      background: transparent url(images/reset_button.gif) no-repeat top left;
      text-indent: -1000em;
      vertical-align: middle;
      cursor: pointer; /* hand-shaped cursor */
      cursor: hand; /* IE 5.x */
}
    