@charset "utf-8";
/* CSS Document */

/*font-face import*/
@font-face {
	font-family: 'Chops';
	src: url('../fonts/chops.ttf');
	src: local('?'), url('../fonts/chops.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body { background-color: #e0ccb2; }
.Chops {font-family: "Chops", "Times New Roman", Times, serif;}
.TopNavLeft  { padding: 0px 0; width: 133px; font-family: "Chops", "Times New Roman", Times, serif; font-size: 30px; font-weight: normal; background-color:#795e47; text-align:center; border-right: 1px solid #999; }
.TopNav 	 { padding: 0px 0; width: 133px; font-family: "Chops", "Times New Roman", Times, serif; font-size: 30px; font-weight: normal; background-color:#795e47; text-align:center; border-right: 1px solid #999; }
.TopNavRight { padding: 0px 0; width: 133px; font-family: "Chops", "Times New Roman", Times, serif; font-size: 30px; font-weight: normal; background-color:#795e47; text-align:center; }
.Active {color: #FFF !important; }

.LinkTopNav { font-size: 30px; }
A.LinkTopNav:link, A.LinkTopNav:visited { color:#000; text-decoration:none; }
A.LinkTopNav:hover, A.LinkTopNav:active { color:#FFF; text-decoration:none; }

.TopNavOut {height: 5px; background-color:#795e47; }

.Header {padding: 5px; font-family: "Chops", "Times New Roman", Times, serif; font-size: 30px; color: #795e47; text-align:center; text-transform:capitalize; }
