body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #41415C;
	font-size: 16px;
	color: #FFFFFF;
}
.main {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.lvtop {
	background-image: url(images/lvstrip_bg.jpg);
	background-repeat: repeat-x;
	background-position: center;
}
.row2 {
	background-color: #5E5E84;
	border: 1px solid #000000;
}
.innerbg {
	background-image: url(images/inner_bg.jpg);
	background-repeat: repeat-y;
	background-color: #41415C;
	background-position: center;
}
.nav a:link, .nav a:visited {
	color:#FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.nav a:hover, .nav a:active {
	color:#FFFF00;
	text-decoration: none;
	font-weight: bold;
}
.eventRow1 {
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 4px;
	font-size: 14px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #68759F;
}
.eventRow2 {
	background-color: #454F6D;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 4px;
	font-size: 14px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.eventRow1 a:link, .eventRow1 a:visited, .eventRow2 a:link, .eventRow2 a:visited {
	color: #0033CC;
	text-decoration: underline;
}
.eventRow1 a:hover, .eventRow2 a:hover {
	color: #0000FF;
	text-decoration: underline;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #FFFFFF;
}