﻿#body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	width: 750px;
}

.txtCenter {
	text-align:center;
}

.txtRight {
	text-align: right;
}

.title {
	color: #0054a6;
	margin-bottom: -10px;
}

.marginLeft20 {
	display: block;
	margin-left: 20px;
}

.marginLeft50 {
	display: block;
	margin-left: 50px;
}

ul {
	list-style: none;
}

ul li {
	margin-bottom: 10px;
}

table {
	margin: 10px 0px;
}

.slideshow {
	display: block;
	height: 360px;
	width: 480px;
	text-align:center;
}
.slideshow div {
	height: 360px;
	width: 480px;
}
.slideshow div img {
	display: block;
	margin: auto;
}