body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  margin: 0;
  padding: 0;
  background: #fff;
}

.mainTable {
	background: #fff;
}

.header {
	background: #fff url("../img/header_bg.gif") top repeat-x;
	height: 70px;
}

.footer {
	background: #fff url("../img/gallery_footer_bg.gif") bottom repeat-x;
	height: 50px;
	margin: 0;
	padding: 0;
}

.footerTable {
	margin: 0;
	padding: 0;
}

.galleryField {
	background: url("../img/text_bg2.gif") top repeat-x;
	padding: 10 10 0 10;
}

p {
	width: 230px;
}

.linkText {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	color: #000000; 
	text-decoration: none; 
	font-weight: normal;
	line-height: 14px;
}

.linkText:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	color: #E60005; 
	text-decoration: none; 
	font-weight: normal;
	line-height: 14px;
}

.imgBorder {
	border: 1px solid E60005;
}