/*
C21 Homestead colors
pale yellow - FDF6E2
medium yellow - FFE6A2
very dark brown - 373535
butterscotch - F3C27B
reddish brown - 9B3700
*/

IMG {
	border: 0px;
}

P,TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

H2.normal {
	color: #373535;
	text-align: left;
	font-size: 14pt;
	font-weight: bold;
	margin: 0px;
}

H1 {
	color: #373535;
	text-align: left;
	font-size: 18pt;
	font-weight: bold;
}

H2 {
	color: #9B3700;
	text-align: left;
	font-size: 14pt;
	font-weight: bold;
	margin: 15px 0px 0px 0px;
}

H3 {
	color: #9B3700;
	text-align: left;
	font-size: 12pt;
	font-weight: bold;
	margin: 15px 0px 0px 0px;
}

BODY {
	margin: 0px;
	background-color: #000000;
	text-align: center;
}	

TABLE.layoutTable {
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}

TD {
	vertical-align: top;
}	


TD.mainMenu {
	padding-top : 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom : 2px;
}

.mainMenu {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

a.mainMenu:link {
	color: #373535;
	text-decoration: none;
}

a.mainMenu:visited {
	color: #373535;
	text-decoration: none;
}

a.mainMenu:hover {
  color: #000000;
  text-decoration: underline;
}

TD.mainMenuCurrent {
	padding-top : 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom : 2px;
}

.mainMenuCurrent {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

.secMenu {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding-top : 6px;
}

TD.secMenu {
	padding-left: 15px;
	background-color: #FDF6E2;
}

.secMenuCurrent {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding-top : 6px;
	color: #000000;
}

TD.secMenuCurrent {
	padding-left: 15px;
	background-color: #FDF6E2;
}

a.secMenu:link {
	color: 000000;
	text-decoration: underline;
}

a.secMenu:visited {
  color: 000000;
  text-decoration: underline;
}

a.secMenu:hover {
  color: #cc0000;
  text-decoration: underline;
}

a.normal:link {
  color: #9B3700;
  text-decoration: underline;
}

a.normal:visited {
  color: #9B3700;
  text-decoration: underline;
}

a.normal:hover {
  color: #0233B1;
  text-decoration: underline;
}

.footer {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding-top : 6px;
	color: #999999;
}

P.footer {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}

a.footer:link {
	color: #999999;
	text-decoration: underline;
}

a.footer:visited {
  color: #999999;
  text-decoration: underline;
}

a.footer:hover {
  color: #cc0000;
  text-decoration: underline;
}

