/* CSS Document */
#content {
	padding: 4px;

}
.border {
	font-family: Arial, Helvetica, sans-serif;
	border: thin solid #999999;
}
.button1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: thin solid #FFFFFF;
	text-decoration: none;
}
.white {
	color: #FFFFFF;
	text-decoration: none;
}
