/* Tidewater Horse Council Stylesheet */

font	{
			font-family:Verdana,Georgia,Trebuchet MS,Arial; 
			color: #0f0f0f; 	
			font-size:9pt;
		}
		
.banner	{
			font-family:"Cataneo BT","Californian FB","Book Antiqua",Georgia,Trebuchet MS,Arial; 
			color: #ffffff; 	
			font-size:18pt;			
}
		
td.center	{
					background-color:#b1c9db;

		}
		
		
		

/* Navigation buttons */

#cssButton a {
		color:white;
		background-color:#008000;
		font-size:12px;
		font-family:"Californian FB","Book Antiqua",Georgia,Trebuchet MS,Arial; 
		font-weight:bold;
		text-decoration:none;
		border:2px outset #77FF77;
		display: block;
		width: 100px;
		height:30px;
		padding: 5px 5px;
		margin: 3px;
}

#cssButton a:hover {
		color:yellow;
		padding-left:4px;
		border:2px inset #CC6600;
		background-color:#CC6600;

}

#footer	{
			font-family:Georgia,Verdana,Trebuchet,Arial; 
			color: #FFFFFF; 
			background-color:#008000;	
			font-size:9pt;
			margin-top: 0; 
			margin-bottom: 0;
			}