@charset "UTF-8";
/* CSS Document */

body {
	background-color: #ffffff;
	background-image: url("../img/ee_bkgd.jpg");
	background-repeat: repeat;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}
.smalltxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
}
.medtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}
.light {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
}
.lightred {
	font-family: Arial, Helvetica, sans-serif;
	color: #EE0A0A;
	font-weight: bold;
}
.gallerytxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 56px;
	color: #fff;
	font-weight: bold;
}
.sitetxt {font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
}
.icon {
	text-align: center;
}
.darktxt {	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	text-align: left;
}
.right {
	text-align: right;
}
.restxt {font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	text-align: left;
}
.biotxt {	font-family: Arial, Helvetica, sans-serif;
	font-size: 48px;
	color: #ee0a0a;
	font-weight: bold;
}
a:link {
	color: #ee0a0a;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #820505;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #fff;
}

