/* note: "#fff" is equivalent to "#ffffff", "#f6b" is equivalent to "#ff66bb"... */

body {
  padding: 0px;
  margin: 0px;
  font-size: 11px;
  font-family: arial;
  color: #000;
  background-color: #fff;   /* this replaces the bgcolor="#ffffff" in the <body> tag */
}

/* styles for the one div whose id is "main" */
div#main {
  text-align: left;
  width: 500px;
}

/* syles for any p whose class is "address" */
p.address {
  margin: 0px;
  text-align: center;
  font-weight: bold;
  font-family: arial;
}

A:link
{
    COLOR: #660000;
    TEXT-DECORATION: none
}
A:active
{
    COLOR: #660000;
    TEXT-DECORATION: none
}
A:visited
{
    COLOR: #660000;
    TEXT-DECORATION: none
}
A:hover
{
    COLOR: #ff6600;
    TEXT-DECORATION: none
}

/* i didn't touch any of the stuff below here, but i'll probably clean it all out later */



.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: 25pt;
	font-weight: 400;
	text-transform: uppercase;
	color: #660000;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
	letter-spacing: 1.5pt;
	text-align: left;
	text-decoration: none;
}
.subhead1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: 300;
	color: #000000;
	font-variant: normal;
	letter-spacing: normal;
	word-spacing: normal;
}
.pagetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
}

.pagetextsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
}
.anchortext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: 15pt;
	font-weight: 300;
	text-transform: none;
	color: #666666;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
	letter-spacing: normal;
	text-align: left;
	text-decoration: none;
}
.subhead2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #732021;
	text-decoration: none;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
}
.subhead3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: bold;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
}
.bodytext3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
}
.subhead4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
}
