BODY {
	margin:0px 0px 0px 0px;
	padding-top:0px;
	background-color:#fff;
	font-family: arial, helvetica, sans-serif;
	font-size:12px;
  cursor:crosshair;
}

.largelogotext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
	padding-right:4px;
  letter-spacing: 0.5em;
}
.smalllogotext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	padding-right:4px;
	text-decoration: none;
	letter-spacing: 0.5em;

}
.standardheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #000099;
	font-weight: bold;
}
.standardtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

a {
  text-decoration: none;
  color: #000000
}

.trail { /* className for the trail elements */
    position: absolute;
    height: 2px; width: 2px;
    border-radius: 1px;
    background: black;
}
