body {
	background-image: url(bg.jpg);
}

a.menuLeft:link, a:link {
	color: #000000;
	text-decoration:none;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-weight: bold;
}
a.menuLeft:visited, a:visited {
	color: #000000;
	text-decoration:none;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-weight: bold;
}
a.menuLeft:active, a:active {
	color: #000000;
	text-decoration:none;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-weight: bold;
}
a.menuLeft:hover, a:hover {
	color: #9F0102;
	text-decoration:underline;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-weight: bold;
}

.menuLeftCurrent {
	color: #9F0102; text-decoration:underline; font-family: "Trebuchet MS", Verdana, Arial; font-size: 12px; font-weight: bold;
}

.menuLeftTitle, .mainTitle {
	font-family: "Trebuchet MS", Verdana, Arial; font-size: 14px; color: #9F0102; font-weight: bold;
}

.mainTitleLine {
	font-family: "Trebuchet MS", Verdana, Arial; font-size: 14px; color: #9F0102; font-weight: bold;
	border-bottom:2px solid #9f0102;width: 480px;
}

a.subTitle {
	font-family: "Trebuchet MS", Verdana, Arial; font-size: 13px; color: #9F0102; font-weight: bold;
}

hr {
	border:none;
	border-top:1px solid #9F0102;
	height:1px
}

.highlightBlock {
	clear:both;
	margin-top:6px;
	width: 400;
	font-size: 8pt;
	font-weight:bold;
	border: 1px solid #9F0102;
	padding: 2px;
	background:#FFAD39;
}

.formButton {
	background-color:#9F0102;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	border:1px solid black;
	padding:1px;
}

.formText {
	border:1px solid #9F0102;
	padding:1px;
}

.formTextarea {
	border:1px solid #9F0102;
	padding:1px;
}

.formCheckbox {
	border:1px solid #9F0102;
	padding:1px;
}

.bold {
	font-weight: bold;
}

.smallbold {
	font-weight: bold;
	font-size: 11px;
}

.small {
	font-size: 11px;
}

.underline {
	text-decoration:underline
}

.italic {
	font-style:italic;
}

.underlineBold {
	font-weight: bold;
	text-decoration:underline
}

.fault {
	color: red;
}

td {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
}

.menuLeft {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
}

.hand {
	cursor:pointer;
	cursor:hand;
}

.basicTable {
	/*width:500px;*/
	border-collapse: collapse;
}

.basicTable td {
	border-bottom:1px solid #9f0102;
	padding: 2px;
	margin: 0px;
}

.tableCompact {
	width:480px;
	border-collapse: collapse;
}

.tableCompact td {
	border-bottom:1px solid #9f0102;
	padding: 0px;
	margin: 0px;
}

.basicTableHeader {
	border-top:2px solid #9f0102;
	font-weight: bold;
}

.AgendaTableHeader1 {
	border-top:2px solid #9f0102;
	font-size: 11px;
	font-weight: bold;
}

.AgendaTableHeader2 {
	border-top:2px solid #9f0102;
	font-size: 11px;
}

.tableTeams {
	/*width:500px;*/
	border-collapse: collapse;
}

.tableTeams td {
	border-bottom:1px solid #9f0102;
	padding-top: 20px;
	padding-bottom: 10px;
	margin: 0px;
}


.guestbookTable {
	width:550px;
	border-collapse: collapse;
	margin-bottom: 24px;
	overflow: hidden;
}

.guestbookSender {
	border-top: 2px solid #9f0102;
	border-bottom: 1px solid #9f0102;
	font-weight: bold;
	background-color:#fed688;
}

.guestbookText {
	border-bottom: 1px solid #9f0102;
}

.guestbookNav {
	width:550px;
	border-collapse: collapse;
	margin-bottom: 5px;
}
.guestbookNavArrows {
	font-size:18px;
}

.guestbookCurPage {
	font-size: 13px;
}

.hideOverflow {
	width:550px;
	overflow: hidden;
}

.show {
	display: block;
}

.hide {
	display: none;
}