a:link {
	color: #000000;
	
}
a:hover {
	text-decoration: none;
	color: #006600;
}
a:visited {
	color: #003300;
	text-decoration: none;
}

img {
 vertical-align: bottom; 
 border: 0;
}

body  {
  font-family:Arial, Helvetica, sans-serif;
}

p  {
  font-family:Arial, Helvetica, sans-serif;
		font-size:90%;
}

ul {
  font-size:85%;
		list-style:outside;
		list-style-type:square;
}

div.hr {
width: 80%;
height: 1px;
background: #006600;
line-height: 1px;
font-size: 1px; 
} 

hr {
color:#006633;
height:1;
}

table {
 margin: auto; /* centers table */
 border-collapse: collapse; /* eliminates spacing */
}

td {
 margin: 0; /* eliminates spacing */
 padding: 0;
}

blockquote.sm  {
font-size:11px
}

td .space {
  padding-left:2em;
}

.name {
	color:#006633;
	font-weight:bold;
}