body {
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
table.mainTable {
	background-color: #CCCCCC;
	border-left: outset;
	border-left-color: #000000;
	border-left-width: medium;
	border-right: inset;
	border-right-color: #000000;
	border-right-width: medium;
}
td.header {
	height: 92px;
	background-image: url(header.jpg);
	border-top: outset;
	border-bottom-style: groove;
	border-color: #000000;
	border-bottom-width: medium;
}
td.footer {
	text-align: center;
	background-color: #666666;
	border-top-style: groove;
	border-top-color: #000000;
	border-top-width: medium;
}
td.text {
	background-color: #666666;
	text-align: left;
	border-style: outset;
	border-color: #000000;
	border-width: medium;
	vertical-align: top;
	padding: 5px;
}
.border1 {
	padding: 1px;
	background-color: #000000;
}
.border2 {
	padding: 3px;
	background-image: url(bg.jpg);	
}
.imgBorder {
	border-color: #000000;
	border-width: thin;
}
.thumb {
	text-align: center;
}
a {
	color: #eeeeee;
	text-decoration: none;
}
h1 {
	text-align: left;
	margin-left: 20px;
	vertical-align: middle;
	font-size: 36px;
	color: #000000;
}
h2 {
	vertical-align: top;
	font-size: 24px;
	margin-top: 5px;
	margin-bottom: 5px;
}
h3 {
	font-size: 18px;
	margin: 5px;
}
h4 {
	font-size: 30px;
	text-decoration: none;
	margin: 8px;
}
.style4 {
	font-size: 14px;
	text-align: center;
}
.style5 {
	font-size: 36px;
	font-weight: 400;
}

