﻿body, html {
	background: #ffffff url('../images/back.jpg') repeat fixed;
	text-align: center;
	height: 100%;
	margin: 0;
	top: 3px;
}
.head {
	position: absolute;
	width: 750px;
	height: 250px;
	left: 50%;
	margin: 10px 0 0 -375px;
	z-index: 1;
}
.container {
	position: absolute;
	width: 750px;
	left: 50%;
	margin: 0px 0 0 -375px;
	border-spacing: 0px;
}
.r1 {
	border-style: dotted;
	border-width: 1px;
	padding: 4px;
	background-color: #EEEEEE;
}
.cell {
	background-color: #FFFFFF;
}
.celleft {
	background-color: #DFBF82;
}
.cellright {
	background-color: #FFFFFF;
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}
.cellrightart {
	background-position: left center;
	background-image: url('../images/backart.jpg');
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
.cellrightarr {
	background-position: left bottom;
	background-image: url('../images/backarr.jpg');
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
.cellrightsho {
	background-position: left bottom;
	background-image: url('../images/backsho.jpg');
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
.img {
	border-width: 0;
	margin-left: 3px;
	margin-right: 3px;
}
a:link {
	color: #ff0000;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #800000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #006699;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #ff0000;
	text-decoration: underline;
	font-weight: bold;
}
