﻿
.navbutton:link {
	width:155px;
	margin-top:5px;
	background-color: #422100;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	border:1px solid #dcdcdc;
	display:inline-block;
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	padding:6px 26px;
	text-decoration:none;
	color:#d0d0d0;
	visibility:visible;
}
/*Most of the following settings are needed only for Opera*/
.navbutton:visited {
	width:155px;
	margin-top:5px;
	background-color: #422100;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border:1px solid #dcdcdc;
	display:inline-block;
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	padding:6px 26px;
	text-decoration:none;
	color:#d0d0d0;
}
.navbutton:hover {
	/*background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #642100), color-stop(1, #422100) );
	background:-moz-linear-gradient( center top, #642100 5%, #422100 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#642100', endColorstr='#422100');*/
	background-color:#642100;
	color:#ffffff;
}.navbutton:active {
	position:relative;
	top:1px;
}
.headline {
	text-align:center;
	text-indent: 0; 
	margin:6px 2px 2px 2px;
	font-family:Castellar, Algerian, "Engravers MT", Georgia, "Times New Roman", Times, serif;
	font-weight:bold; 
	font-size:xx-large;
	color:#422100;
}
.subhead {
	margin:6px 2px 6px 2px;
	font-family:Castellar, Algerian, "Engravers MT", Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:xx-large;
	font-variant:small-caps;
	text-align:center;
}
p	{ font-family: "Lucida Bright","Times New Roman", Times, serif; font-size: 12pt; vertical-align: baseline; color: #422100; text-align: 
    justify; text-indent: 36; word-spacing: 0; line-height: 120%; 
    margin-left: 0; margin-right: 104px; margin-top: 0; margin-bottom: 6px; 
}
.center {
	text-align:center;
}
hr           { margin:6pt 0; text-align: left; text-indent: 0; line-height: 120%;  }
body		{ width: 95%;}
.groove {
	
}