@charset "utf-8";
/* CSS Document */


td img {display: block;}

.PageTitle {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 36px;
	color: #CCC;
}
body {
	margin: 0;
	padding: 0;
	background: #242424;
}


.GenText {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #CCC;
}
.PhotoText {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #CCC;
}
.GenHeading {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #FC0;
	font-weight: normal;
}
.GenTextCell {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #CCC;
	padding-right: 20px;
	padding-top: 20px;
}
.GenText a:link {
	color: #FFF;
	text-decoration: underline;
}
.GenText a:hover {
	color: #FF9900;
	text-decoration: none;
	
}
.GenText a:visited {
	color: #FFF;
	text-decoration: none;
}
.GenText a:active {
	color: #FFF;
	text-decoration: none;
}
.MainBack { background-image:url(layout/Layout1_r6_c1.jpg);
}


.oneColFixCtr  {
	width: 1010px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #242424;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(layout/Layout1_r6_c1.jpg);
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.imagesCell {
	display: inline-block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	background-color: #000;
	border: 1px solid #fff;
	margin:5px;

}
.imagesBlock {
	display: inline-block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	background-color: #000;
	padding: 5px;
	text-align:center;
	vertical-align:middle;


}
