body {
	background-color: #7F2FB2;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
}
h3{
	color: #7F2FB2;
	font-size: 14pt;
}
h5{
	color: #7F2FB2;
	font-size: 10pt;
	font-weight: bold;
}
td{
	background-color: #7F2FB2;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
	text-align: justify;
}
.TableBorder {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.footText {font-size: 8pt
}
.ContentMargins {
	margin: 0px;
	padding: 10px;
}
p.indent{
	margin-left: 30px;
}
a, a:link, a:visited, a:active {
	color: #7F2FB2;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
}
a:hover{
	color: #7F2FB2;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration:underline;
}
a img{
	border: 0;
}
label{
	width: 100px;
	text-align: right;
	margin: 12px 10px 0 0;
	float: left;
	clear: left;
	font-size:10pt;
	font-weight: bold;
}
input {
	margin-top: 10px;
	width: 300px;
}
.button{
	color: #fff;
	background-color: #7F2FB2;
	border: 1px outset #7F2FB2;
	width: auto;
	font-weight: bold;
	margin-left: 120px;
}
a.button{
	color: #fff;
	background-color: #7F2FB2;
	border: 1px outset #7F2FB2;
	width: auto;
	font-weight: bold;
	margin-left: 125px;
	padding: .5em;
}
textarea{
	margin-top: 10px;
	width: 300px;
	height: 240px;
}

div.gallery {
	text-align: center;
}
.gallery img{
	margin-top: 20px;
	border-top: 4px solid white;
	border-left: 2px solid white;
	border-right: 2px solid white;
	border-bottom: 10px solid white;
}
.gallery a{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	color: #7F2FB2;
	text-align: justify;
}

img.picture{
	border-top: 4px solid white;
	border-left: 2px solid white;
	border-right: 2px solid white;
	border-bottom: 10px solid white;
}
#contentMain img.picture{
	margin-left: 20px;
}