/* Tidewater Horse Council Stylesheet */

font	{
			font-family:Verdana,Georgia,Trebuchet MS,Arial; 
			color: #0f0f0f; 	
			font-size:9pt;
		}
		
td.center	{
					background-color:#b1c9db;

		}
		
		
		

/* Navigation buttons */

#cssButton a {
		color:white;
		background-color:#9e361b;
		font-size:11px;
		font-family:Verdana,Georgia,Trebuchet MS;
		font-weight:bold;
		text-decoration:none;
		border:2px outset #fed770;
		display: block;
		width: 100px;
		height:30px;
		padding: 5px 5px;
		margin: 3px;
}

#cssButton a:hover {
		color:yellow;
		padding-left:4px;
		border:2px inset #fed770;
		background-color:#9e361b;

}

#footer	{
			font-family:Georgia,Verdana,Trebuchet,Arial; 
			color: #FFFFFF; 	
			font-size:9pt;
			margin-top: 0; 
			margin-bottom: 0;
			}
