﻿.TinyBoxText { font-family: arial; font-size: 8pt }
span.TinyText { font-family: arial; font-size: 8pt }
a:link.linkNoLine { text-decoration: none; color: blue }
a:visited.linkNoLine { text-decoration: none; color: blue }
a:active.linkNoLine { text-decoration: none; color: blue }
a:hover.linkNoLine { text-decoration: underline; color: red }
a:link.linkNoLineRed { text-decoration: none; color: red }
a:visited.linkNoLineRed { text-decoration: none; color: red }
a:active.linkNoLineRed { text-decoration: none; color: red }
a:hover.linkNoLineRed { text-decoration: underline; color: red }
body {
	margin: 0px;
	background-color: #AAAAAA;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px;
	font-size:0.9em;
	text-align:left;
}
.cellHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.9em;
	background-color: #C0C0C0;
	padding-left:4px;
	height:20px;
	vertical-align:middle;
}
.cellSubHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.9em;
}
img {
	margin: auto;
	padding: 0px;
	border: 0px;
}
.textCenter {
	text-align: center;
}

.imageLeftPadded{
	float: left;
	margin: 3px 5px 3px 0px; /* No padding on the left. Some on the top and bottom. More on the right. */
	border-width: 0;
}
.imageRightPadded{
	float: right;
	margin: 3px 0px 3px 5px; /* No padding on the right. Some on the top and bottom. More on the left. */
	border-width: 0;
}
