a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9B70C4;
	cursor: crosshair;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #9B70C4;
	cursor: crosshair;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #ffffff;
	cursor: crosshair;
}
body
  {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	text-decoration: none;
	background-image: url(back.jpg);
	background-repeat: repeat;
  }
.main {
	position: absolute;
	width: 75%;
	margin-top: 30px;
	left: 12.5%;
	top: 25px;
	right: 12.5%;
	margin-bottom: 25px;
	background-color: #000000;
	border: 3px ridge #9933cc;
	height: auto;
}
div.wrapper {
	position:relative;
	width: 100%;
	margin: 0;
	height: auto;
	z-index: 13;
	}
div.left
	{
	position: relative;
	float: left;
	width: 10px;
	margin-left: 0;
	height: auto;
	display: inline;
	text-align: center;
	z-index: 10;
	}
div.right
	{
	position: relative;
	float: left;
	width: 10px;
	margin-right: 0;
	height: auto;
	display: inline;
	text-align: center;
	z-index: 11;
	}
div.middle {
	position: relative;
	float: left;
	width: auto;
	height: auto;
	display: inline;
	z-index: 12;
	text-align: center;
	}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	margin-left: 1em;
	margin-right: 1em;
}
h1 {
	margin-bottom:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #9B70C4;
	text-align: left;
	border-bottom:dotted 1px #ffffff;
	margin-left: 1em;
	margin-right: 1em; 
	}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	margin-bottom: 0px;
}
h3 {
	margin-bottom:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #9B70C4;
	text-decoration: none;
	}
div.image
	{
	float: left;
	width: 45%;
	display: inline;
	text-align: center;
	}
div.image2
	{
	float: right;
	width: 45%;
	display: inline;
	text-align: center;
	}
div.wrapper {
	position:relative;
	width: 100%;
	margin: 0;
	height: auto;
	}
div.left {
	position:relative;
	float: left;
	display: inline;
	width: 30%;
	margin-left: 2%;
	height: auto;
	}
div.right {
	position:relative;
	float: right;
	display: inline;
	width: 30%;
	margin-left: 2%;
	height: auto;
	}
div.middle {
	position: relative;
	float: left;
	width: 33%;
	height: auto;
	display: inline;
	z-index: 12;
	text-align: center;
	}
.td {
	border: 3px ridge #9933cc;
	height: auto;
	}
