form {
	margin: 0px;
}
body {
	font-family: Tahoma;
	font-size: 10pt;
}
td {
	font-family: Tahoma;
	font-size: 10pt;
}
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.tournav {
	border: 1px solid #C0C0C0;
}
.tourtitle {
	font-size: 12pt;
	font-weight: bold;
}
.maintitle {
	font-size: 14pt;
	font-weight: bold;
}
.tourordernow {
	font-weight: bold;
	color: #FF0000;
}
.announcement {
	border: 1px dashed #FF0000;
	text-align: center;
	font-weight: bold;
}
.headline {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #E2E2E2;
	vertical-align: middle;
}
.news {
	font-family: Tahoma;
	font-size: 10pt;
	padding: 5px;
	margin-left: 10px;
}
.required {
	border: 1px solid #FF0000;
}
.regfield {
	border: 1px solid #000000;
}
.manualmessage {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFCA;
	vertical-align: middle;
}
.button {
	background-color: #395263;
	font-family: Tahoma;
	color: #FFFFFF;
	border: 1px;
	font-weight: bold;
}

#menu-bar {
	background-color: #353535;
   height: 25px;
	border-top: 1px solid #FFCC00;
	border-bottom: 1px solid #FFCC00;
   border-left: 15px solid #FFCC00;
}
#menu-title {
   padding: 0px;
   margin: 0px;
   z-index: 10000;
   cursor: hand;
}
#menu {
   padding: 0px;
   margin: 0px;
   z-index: 10000;
   visibility: hidden;
   position: absolute;
   right: 0px;
   top: 25px;
}
#menu-container ul {
   padding: 0px;
   margin: 0px;
   z-index: 10000;
   width: 327px;
   list-style: none;
   background-color: #353535;
}
#menu-container ul li a {
   padding: 0px 0px 0px 5px;
   background-color: #353535;
   font: 11px Arial, Helvetica, sans-serif;
   text-decoration: none;
   text-align: left;
   display: block;
   height: 21px;
   color: #cccccc;
   line-height: 21px;
   border-top: 1px dashed #727272;
   border-left: 15px solid #4F4F4F;
}
#menu-container ul li a#current {
   color: #cccccc;
}
#menu-container ul li a:hover, #navcontainer ul li a#current:hover {
   color: #F4C50B;
   background-color: #4F4F4F;
   border-left: 15px solid #707070;
}

