.bodyPage {
	background-attachment: fixed;
	background-color: #414010;
	background-image: url(images/bodyBack.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {	
	color: #FFFFFF;
	text-decoration: underline;
}
.tableNews {
	background-color: transparent;
	border: 0px solid #FFFFFF;
	margin-bottom: 5px;
}
.newsTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	/*font-weight: bold;*/
}
.newsTxt, .newsTxt a:link, .newsTxt a:hover, .newsTxt a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.eventMenu { 
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
} 
select, textarea, input {
	BORDER: #FFFFFF 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	width: 150px;
	BACKGROUND-COLOR: #4b5d62;
}
.button {
	width: 80px;	
}
option {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	BACKGROUND-COLOR: #4b5d62;
}
div.image {
  border: 0px silver solid;
  margin: 0px 5px 0px 5px;
  padding: 0px 5px 0px 5px;
}
div.image p {
  text-align: center;
  font-style: italic;
  font-size: 10px;
  text-indent: 0;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	/*text-align: justify;*/
	padding: 0px;
	margin: 0px;
	margin-bottom: 12px;
}
.content {
	background-attachment: scroll;
	background-image: url(images/bodyContent.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #444811;
	height:auto;
	max-width: 950px;
	width: 950px;
	height: 100%;
	padding: 0px;
	margin: 0px;
}
.contentSideL {
	background-image: url(images/bodyLine.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.contentSideR {
	background-image: url(images/bodyLine.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.topFlash {
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	height: 421px;
	width: 950px;
}
.tableContent {
	background-attachment: scroll;
	background-image: url(images/backContent.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #485E6B;
	padding: 0px;
	margin: 0px;
}
.footer, .footer a, .footer a:visited { 
	color: #A3A57E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
.footer a:hover {
	color:#FFFFFF;
}