/*!
 * FileMaker WebDirect Custom Homepage by Harlow Technologies Inc.
 * http://www.harlowtech.com/
 *
 * Copyright 2015 Harlow Technologies Inc.
 * Released under the MIT license
 * https://github.com/bharlow/fm-webdirect-custom/blob/master/LICENSE.txt
 *
 * FileMaker is a trademark of FileMaker, Inc., registered in the U.S.and other countries. FileMaker WebDirect is a trademark of FileMaker, Inc.
 *
 * Date: 2015-07-22 10:00 PST
 * Version: 1.1
 */

td { text-align:center; }
a.button {
	display:block;
	margin: 0 auto;
	width: 200px;
	height: 50px;
	line-height: 50px;
	background: #0075AF;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 26px;
	font-family: Arial;
	font-weight: bold;	
	border:2px solid #0075AF;
	border-radius:0px;
}
a.button:hover{ background: #66B132;
border:2px solid #66B132 }