﻿html { min-height: 100%; padding-bottom: 1px; 
}
html, body {
height: 100%;
} 
body {
text-align: center
} 
.PageNameText {
	color: #000080;
	font-family: Trebuchet MS;
	font-size: 14pt;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	margin-left: 6px;
	margin-right: 6px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.TopHeaderText {
	color: #000000;
	font-family: Trebuchet MS;
	font-size: 13pt;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
	text-align: left;
	margin-left: 6px;
	margin-right: 6px;
	margin-top: 6px;
	margin-bottom: 6px;
}
.TopHeaderTextBroad {
	color: #000000;
	font-family: Trebuchet MS;
	font-size: 13pt;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
	text-align: left;
	margin-left: 6px;
	margin-right: 6px;
	margin-top: 6px;
	margin-bottom: 12px;
}
.TopHeaderTextNoUL {
	color: #000000;
	font-family: Trebuchet MS;
	font-size: 13pt;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	margin-left: 6px;
	margin-right: 6px;
	margin-top: 6px;
	margin-bottom: 6px;
}
.HeaderText {
	color: #000000;
	font-family: Trebuchet MS;
	font-size: 13pt;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
	text-align: left;
	margin-left: 6px;
	margin-right: 6px;
	margin-top: 3px;
	margin-bottom: 6px;
}
.HeaderTextNoUL {
	color: #000000;
	font-family: Trebuchet MS;
	font-size: 13pt;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	margin-left: 6px;
	margin-right: 6px;
	margin-top: 3px;
	margin-bottom: 6px;
}
.HeaderTextBroad {
	color: #000000;
	font-family: Trebuchet MS;
	font-size: 13pt;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
	text-align: left;
	margin-left: 6px;
	margin-right: 6px;
	margin-top: 3px;
	margin-bottom: 12px;
}
.SmallPrint {
	font-size: 8pt;
	font-family: Trebuchet MS;
	font-weight: normal;
	font-style: normal;
}
.NormalPara {
	text-align: left;
	margin-left: 6px;
	margin-right: 6px;
	margin-top: 0;
	margin-bottom: 6px;
}
.BottomPara {
	text-align: left;
	margin-left: 6px;
	margin-right: 6px;
	margin-top: 0;
	margin-bottom: 12px;
}
.BroadPara {
	text-align: left;
	margin-left: 6px;
	margin-right: 6px;
	margin-top: 6px;
	margin-bottom: 6px;
}
.IndentPara {
	text-align: left;
	margin-left: 26px;
	margin-right: 6px;
	margin-top: 0;
	margin-bottom: 6px;
}
.IndentBottomPara {
	text-align: left;
	margin-left: 26px;
	margin-right: 6px;
	margin-top: 0;
	margin-bottom: 12px;
}
.TightPara {
	margin-left: 6px;
	margin-right: 6px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.VeryTightPara {
	margin-left: 6px;
	margin-right: 6px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.new {
	color: #FF0000;
	font-size:8pt;
	font-weight:bold;
}

a {
	text-decoration: none;
	color:blue;
}
a:hover {
	text-decoration: underline;
	color:blue;
}
a:active {
	text-decoration: underline;
	color:blue;
}
a:visited {
	text-decoration: none;
	color:blue;
}

