.FixedWidthFont {
font-family: "Courier New", Courier, mono;
font-size: 10pt;
}

.Error {
font-weight: 400;
font-size: 12pt;
text-align: center;
color: rgb(0,0,255);
}

.New {
font-weight: 800;
font-size: 12pt;
color: rgb(255,0,0);
}
.navbarlink {font-family:Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; text-decoration: none; font-size: 8pt}
.navbarlink:hover {font-family:Verdana, Arial, Helvetica, sans-serif; color: #000000; text-decoration: none; font-size: 8pt}
.fatlink {  font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: none; color: #000000; font-size: 8pt}
.fatlink:hover {  font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: none; color: #FF0000; font-size: 8pt}
.normallink { font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: none; color: #0000FF; font-size: 9pt}
.normallink:hover { font-family:Verdana, Arial, Helvetica, sans-serif; color: #FF0000; text-decoration: none ; font-size: 9pt}
.normallinkSmall { font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: none; color: #0000FF; font-size: 8pt}
.BorderLeftTop {
	border-top-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.BorderLeftTopRight {
	border-top-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-right-style: solid;
}
.BorderLeftTopRightBottom {
	border: 1px solid #000000;
}
.BorderLeftTopBottom {
	border-top-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-bottom-style: solid;
}
li {
	padding-top: 6px;
	padding-bottom: 6px;
}
.SmallUpperPad {
	padding-top: 3px;
	padding-bottom: 0px;
}
.SmallLowerPad {
	padding-top: 0px;
	padding-bottom: 3px;
}
.NoPad {
	padding-top: 0px;
	padding-bottom: 0px;
}
.BorderLeft {
	border-left-style: solid;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.BorderLeftRightBottom {
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #000000;
	border-left-color: #000000;
	border-bottom-color: #000000;
}
.BorderBottom {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
}
h1 {
	font-family: MS Sans Serif, serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	color: rgb(0,64,128);
	margin: 0px;

}
h2 {
	font-family: MS Sans Serif, serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	color: rgb(0,64,128);
	margin: 0px;
}
h3 {
	font-family: MS Sans Serif, serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	color: rgb(0,64,128);
	margin: 0px;
}
h4 {
	font-family: MS Sans Serif, serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	color: rgb(0,64,128);
	margin: 0px;
}
h5 {
	font-family: MS Sans Serif, serif;
	font-style: normal;
	font-weight: 800;
	font-size: 12px;
	color: rgb(0,64,128);
	margin: 0px;
}
h6 {
	font-family: MS Sans Serif, serif;
	font-style: normal;
	font-weight: 800;
	font-size: 10px;
	color: rgb(0,64,128);
	margin: 0px;
}
body,td {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 10pt;
}
.Underline {
	text-decoration : underline;
}
.Size8 {
	font-size: 8pt;
}

