body {
	margin: 0px;
	background-color: #C7E3FF;
}
.cellBlue {
	background-color: #0099FF;
	color: #FFFF99;
	font-weight: bold;
	font-size: 11px;
}
.cellPaleBlue {
	background-color: #C7E3FF;
}
.textBody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
.textSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}
.inputSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 65px;
}
.textSmallGrey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #999999;
}
.textFooter {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.textHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}
.textYellow {
  color: #FFFF99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.textSmallWhite {
  color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.textBlue {
  color: #0099FF;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #0099FF;
}
a:link { color: #1177EE; text-decoration: none; font-weight: normal }
a:visited { color: #1177EE; text-decoration: none; font-weight: normal }
a:hover { color: #1177EE; text-decoration: underline; font-weight: normal }
a:active { color: #1177EE; text-decoration: none; font-weight: normal }
a.yellow:link { color: #FFFF99; text-decoration: none; font-weight: bold }
a.yellow:visited { color: #FFFF99; text-decoration: none; font-weight: bold }
a.yellow:hover { color: #FFFF99; text-decoration: underline; font-weight: bold }
a.yellow:active { color: #FFFF99; text-decoration: none; font-weight: bold }
a.menu:link { color: #000000; text-decoration: none; font-weight: bold }
a.menu:visited { color: #000000; text-decoration: none; font-weight: bold }
a.menu:hover { color: #0099FF; text-decoration: none; font-weight: bold }
a.menu:active { color: #000000; text-decoration: none; font-weight: bold }
a.menuLight:link { color: #000000; text-decoration: none; font-weight: normal }
a.menuLight:visited { color: #000000; text-decoration: none; font-weight: normal }
a.menuLight:hover { color: #0099FF; text-decoration: none; font-weight: normal }
a.menuLight:active { color: #000000; text-decoration: none; font-weight: normal }
.textMenu {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.textMenuLight {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.menuBackground {
  background-image: url(images/layout/menu_background.gif);
}
.blueBackground {
  background-image: url(images/layout/shim_blue.gif);
}
.whiteBackground {
  background-color: #ffffff;
}
table {
	text-align: left;
}
.borderLight {
  border-width: 1px;
  border-color: #0099FF;
  border-style: solid;
}
.cellDark {
  background-color: #ffcccc;
  font-size: 8pt;
  font-weight: bold;
}
.cellLightLarge {
  background-color: #C7E3FF;
}
.cellLight {
  background-color: #C7E3FF;
  font-size: 8pt;
}
.cellLightestBlue {
	background-color: #E3EEEE;
}
.cellWhite {
  background-color: #ffffff;
  font-size: 8pt;
}
.cellYellow {
	background-color: #FFFF99;
  font-size: 8pt;
}
.cellWhiteBig {
  background-color: #ffffff;
  font-size: 11pt;
}
form {
	margin: 0px;
  padding: 0px;
}
p {
	margin: 0px 0px 8px 0px;
}