body, table
{
	font-family: 'Verdana', 'Arial', 'Tahoma', 'Times New Roman', 'Courier New';
	font-size: 12px;
}

input, select, textarea
{
	font-family: 'Arial', 'Tahoma', 'Verdana', 'Times New Roman', 'Courier New';
  font-size: 12px;
}

ul
{
  margin-top: 0px;
  margin-bottom: 0px;
}

ol
{
  margin-top: 0px;
  margin-bottom: 0px;
}

h1
{
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

h2
{
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

.footerFont
{
  font-size: 11px;
}

.menuLink
{
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
}

.menuLink:hover
{
  color: #1e1e1e;
  text-decoration: underline;
}

.subMenuLink
{
  font-size: 10px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}

.subMenuLink:hover
{
  text-decoration: underline;
}

.breadcrumb
{
  font-size: 10px;
}

.footerLink
{
  font-size: 11px;
  color: #dcdcdc;
  text-decoration: none;
}

.footerLink:hover
{
  text-decoration: underline;
}