﻿a:link { text-decoration: none; color: blue }
a:visited { text-decoration: none; color: blue }
a:active { text-decoration: none; color: blue }
a:hover { text-decoration: underline; color: red }
.TinyBoxText { font-family: arial; font-size: 8pt }
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: #7598c4;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #7598c4;
	margin-bottom: 4pt;	/* Limit space below the heading style. */
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #EEA752;
	margin-top: 8pt;	/* Limit space before the h2 heading style. */
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #EEA752;
	margin-bottom: 2pt;	/* Limit space after the h2 heading style. */
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #666666;
	margin-top: 8pt; /* Limit space before the h2 heading style. */;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
	margin-bottom: 2pt;	/* Limit space after the h2 heading style. */
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	vertical-align:top;	
}
.cellWhiteText {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #808080;
	text-align: center;
}

img {
	border-width: 0;
}

table {
	border: 0px none;
	padding:0px;
	vertical-align:top;
}
.tableCenter {
	border: 0px none;
	padding:0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	vertical-align:top;	
}
.textLeft {
	text-align: left;
}
.textCenter {
	text-align: center;
}
.textRight {
	text-align: right;
}
.textBoldWhite {
	background-color: #FF0000;
	color: #FFFFFF;
	font-weight: bold;
}
.textLarge {
	font-size: large;
}
.textSmall {
	font-size: 0.8em;
}
.fontCopyright{
	font-size: 0.8em;
	text-align:center;
}
.cellRed {
	background-color: #FF0000;
}
.cellRedCenter {
	text-align: center;
	background-color: #FF0000;
	font-weight: bold;
}

