body {background-color: #FFFFFF; margin:0; padding: 0;}
A:link { 
color: #666666;
text-decoration: underline;
} 
A:active { 
text-decoration: none;
} 
A:visited { 
color: #666666;
text-decoration: none;
} 
A:hover { 
color: #FF6600;
text-decoration: underline;
}
.buttonscontainer {width: 120px;}

.buttons a {
color: #006600;
font: bold 18px/10px Arial, Helvetica, sans-serif;
text-decoration: none;
letter-spacing: -1px;
padding: 10px;
padding-left: 10px;
padding-right: 10px;
display: block;
text-decoration: none;
text-align: right;}

.buttons a:hover {
color: #FF6600;
text-decoration: none;
}
.buttons a:active {
color: #006600;
text-decoration: none;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	line-height: 19px;
	letter-spacing: -1px;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #FF6600;
	letter-spacing: -1px;
}
.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #006600;
	letter-spacing: -2px;
}
