html {
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical; 
}
body {
	background-color: #EDE6E5;
}

.topmast {
	background-image: url(../images/topmast.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.wrap {
	background-image: url(../images/wrap.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.eventsimg {
	background-image: url(../images/g2.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.txtnorm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
	color: #333333;
}
.evtxt1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-transform: uppercase;
	letter-spacing: .01em;
}
.evtxt2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.evtxt2 a:link,active, visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#FF0000;
	text-decoration:none;
}
.evtxt2 a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#FF0000;
	text-decoration:underline;
}

.lnktxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.lnktxt a:link,active,visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FF0000;
	text-decoration:none;
}
.lnktxt a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FF0000;
	text-decoration:underline;
}