body {
	background: #191919;
	font-family: Arial, Helvetica, sans-serif;
}
table.mainTable {
	background-color: #484848;
	border: #CCCCCC medium solid;
}
td.header {
	height: 80px;
	background-image: url(header.jpg);
	border-bottom: #000000 groove medium;
}
td.footer {
	text-align: center;
	background-color: #d80066;
	border-top: #000000 groove medium;
}
td.text {
	background-color: #191919;
	text-align: justify;
	border: #ffffff outset medium;
	vertical-align: top;
	padding: 5px;
}
.imgBorder {
	border-color: #000000;
	border-width: thin;
}
.thumb {
	text-align: center;
}
a {
	color: #ffffff;
	text-decoration: none;
}
h1 {
	text-align: left;
	margin-left: 20px;
	vertical-align: middle;
	font-size: 36px;
	color: #ffffff;
}
h2 {
	text-align: left;
	vertical-align: top;
	font-size: 24px;
	margin-top: 5px;
	margin-bottom: 5px;
}
h3 {
	font-size: 18px;
	text-align: left;
	margin: 5px;
}
h4 {
	font-size: 30px;
	text-decoration: none;
	margin: 8px;
}
.style5 {
	font-size: 36px;
	font-weight: bolder;
	color: #000000;	
}
.style6 {
	color: #FFFFFF;
	font-size: 24px;
}
.2257 {
	color: #000000;
}
div.overlay_l {
	position: absolute;
	text-align: center;
    width:800px;
    height:600px;
    display:none;
} 
div.overlay_p {
	position: absolute;
	text-align: center;
    width:600px;
    height:800px;
    display:none;
} 
div.overlay_p div.close, div.overlay_l div.close { 
    background-image:url(close.png);
    position:absolute;
    right:-12px;
    top:-12px;
    cursor:pointer;
    height:35px;
    width:35px;
}

