﻿body
{
	font-family: Sans-Serif;
	font-size: 11px;
	color: #000000;
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

.pageTitle
{
	font-size: 15px;
	font-weight: bold;
}
.pageTitle-ital
{
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
}
.sectionHeader
{
	font-size: 13px;
	font-weight: bold;
}
.sectionHeader-ital
{
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
}
.pageText-ital
{
	font-style: italic;
}
.pageText-bold
{
	font-weight: bold;
}
.itemLabel
{
	font-size: 11px;
	font-weight: bold;
}
.itemLabel-ital
{
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
}
.inputText
{
  font-size: 11px;
}
.inputText-right
{
  text-align: right;
  font-size: 11px;
}
.privacyLink a:link
{
  color: #003366;
  text-decoration: none;
}
.privacyLink a:visited
{
  color: #003366;
  text-decoration: none;
}
a:link
{
  color: #003366;
	font-weight: bold;
  text-decoration: none;
}
a:visited
{
  color: #003366;
	font-weight: bold;
  text-decoration: none;
}
