body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: transparent;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #C51D20;
	text-decoration: none;
}

a:visited { 
	color: #C51D20;
	text-decoration: none;
	}

a:hover {
	color: #C51D20;
	text-decoration: none;
}

a.menu:active {
	color: #CCCCCC;
	text-decoration: none;
}

a.menu:link {
	color: White;
	text-decoration: none;
}

a.menu:visited { 
	color: White;
	text-decoration: none;
	}

a.menu:hover {
	color: White;
	text-decoration: none;
}

a.menu:active {
	color: #CCCCCC;
	text-decoration: none;
}

table.entire
{
	table-layout: automatic;
	width: 100%;
	height: 100%;
	border: none;
	padding: 0px;
}

table.title
{
	table-layout: fixed;
	width: 100%;
	height: 10;
	border: none;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}

table.mainImage
{
	table-layout: automatic;
	caption-side: bottom;
	width: 70%;
	height: 50;
	border: none;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}

table.subImage
{
	table-layout: automatic;
	caption-side: bottom;
	width: 50;
	height: 50;
	border: none;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}

table.forwardBackNav
{
	table-layout: fixed;
	width: 100;
	height: 10;
	border: none;
	padding: 10px;
}

h1 {
	color: #C51D20;
}

td {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

th {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

.bodystyle {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

.small {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
}

.medium {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

.big {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}

.xbig {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
}

.expanded {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 2px;
}

.justified {
	font-family: "Times New Roman", Times, serif;
	text-align: justify;
}



