* {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #190d19;
}
table.mainTable {
	border-left: outset;
	border-left-color: #000000;
	border-left-width: medium;
	border-right: inset;
	border-right-color: #000000;
	border-right-width: medium;
	background-color: #dedede;
}
td.header {
	background-image: url(header.jpg);
	border-bottom-style: groove;
	border-bottom-color: #000000;
	border-bottom-width: medium;
}
td.footer {
	text-align: center;
	background-image: url(footer.jpg);
	border-top-style: groove;
	border-top-color: #000000;
	border-top-width: medium;
}
td.bio {
	background-color: #3e2a48;
	text-align: justify;
	border-style: outset;
	border-color: #000000;
	border-width: medium;
	vertical-align: top;
	padding: 5px;
}
td.text {
	background-color: #3e2a48;
	text-align: center;
	border-style: outset;
	border-color: #000000;
	border-width: medium;
	vertical-align: middle;
	padding: 5px;
}
.imgBorder {
	border-color: #000000;
	border-width: thin;
}
.border1 {
	padding: 1px;
	background-color: #000000;
}
.border2 {
	padding: 3px;
	background-image: url(bg.jpg);	
}
.thumb {
	text-align: center;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
p {
	margin: 8px;
}
h1 {
	text-align: right;
	vertical-align: middle;
	margin-right: 20px;
	font-size: 36px;
}
h2 {
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
}
h3 {
	font-size: 16px;
	margin: 0;
}
h4 {
	font-size: 26px;
	text-decoration: none;
	margin: 2px;
}
.style4 {
	font-size: 14px;
	text-align: center;
	color: #000000;
}
.style5 {
	font-size: 36px;
	font-weight:400;
}	

