﻿P, body
{
	font-family: Verdana;
	font-size: 12px;
}

H1
{
	font-family: 'Palatino Linotype';
	font-size: 16pt;
	color: #002d62;
	font-weight: bold;
	text-transform: none;
	border-bottom: solid 1px black;
}

H2
{
	font-family: 'Palatino Linotype';
	font-size: 14pt;
	color: #002d62;
	font-weight: bold;
	text-transform: none;
	font-style: italic;
}

H3
{
	font-family: 'Palatino Linotype';
	font-size: 12pt;
	color: #002d62;
	font-weight: bold;
	text-transform: none;
}

H4
{
	font-family: 'Palatino Linotype';
	font-size: 13pt;
	color: #002d62;
	font-weight: bold;
	text-transform: none;
}

H5
{
	font-family: 'Palatino Linotype';
	font-size: 12pt;
	color: #002d62;
	font-weight: bold;
	text-transform: none;
}

hr
{
	height: 1px;
	color: Black;
	border: 0;
}


.classes a, 
.classes a:link, 
.classes a:visited, 
.classes a:active, 
.classes a:hover
{
	color: black;
	font-family: Verdana;
	font-size: 10.5px;
	font-weight: bold;
	text-decoration: none;
}

table.classes
{
  width: 100%;
  background-color: white;
  border-collapse: collapse;
}

table.classes tr.header
{
  font-size: 11px;
  font-weight: bold;
  background: #000066;
  color: white;
}

table.classes tr.alternate
{
  background-color: #cfcfcf;
  color: black;
}

table.classes tr.normal
{
  background-color: #efefef;
  color: black;
}

table.classes td.blank
{
  background-color: #E5E0D0;
  color: black;
  border: solid 0px black;
}

table.classes td
{
  /* text-transform: capitalize; */
  font-size: 11px;
  border: solid 1px black;
  padding: 2px;
}

.ErrorText
{
	color: Red;
	font-weight: bold;
}

table.application td.heading
{
	font-size: 1.40em;
	background-color: #D6BA70;
	padding: 8px;		
	border: solid 1px black;
}

table.application td.subheading
{
	font-size: 1.20em;
	background-color: #E6CA80;
	padding: 5px;		
	border: solid 1px black;
}