.smallerType {
	font-size: smaller;
}
.redtext {
	color: #600;
}
a:link {
	color: #33C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #069;
}
a:hover {
	text-decoration: underline;
	color: #03F;
}
a:active {
	text-decoration: none;
	color: #636;
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #300;
}
h1, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #600;
	font-variant: normal;
	/*position: relative;
	margin-top: 15px;
	top: 10px;*/
}
h1 {
		font-size: 2.2em;
}
h2 {
	padding-top: 5px;
	font-size: 1.6em;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #360;
}
h5 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	text-align: center;
} /* H4 is the footer font */
p , ul, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.87em;
	font-weight: normal;
	color: #000;
	word-spacing: normal;
	line-height: 1.6em;
}

.emailListHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #360;
}
.emailListBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #000;
}
.center {
	text-align: center;
}
.tableStyle td {
	border-style: none;
	background-color: #D9F5B0;
	padding: 2px;
}
.tableStyle {
	background-color: #FFF;
	border-style: none;
	padding: 1px;
	width: 100%;
}
.tableStyle th {
	border-style: none;
	background-color: #FC6;
	width: 50%;
	font size: 0.87em;
	color: #000;
	text-align: center;
	font-weight: bold;
}
.date {
	color: #600;
	font-weight: bold;
	font-size: 1.1em;
}
.subheads {
	font-size: larger;
	font-weight: bold;
}
.sitePath {
	font-size: 0.7em;
	color: #360;
	line-height: .9em;
}
.biggerType {
	font-size: 1.2em;
	font-weight: bold;
}
