body, td, p {
	font-size: 10pt;
	font-family: sans-serif;
	background-color: white;
	color: black;
	font-weight: normal;
}

a, a:link, a:visited, a:active, a:hover {
	color: blue;
	text-decoration: none
}

a:hover {
	color: red;
}

h1 {
	padding-left: 36px;
	background-image: url(../images/FFALogo32.png);
	background-repeat: no-repeat;
	background-position: top left;
	line-height: 46px;
}

h2 {
	padding-left: 26px;
	background-image: url(../images/FFALogo24.png);
	background-repeat: no-repeat;
	background-position: top left;
	line-height: 34px;
}

.elementTitle {
	color: black;
	font-weight: bold;
	font-size: 14pt;
	background: #8080FF;
	padding: 2px;
}

.elementTitleField {
  font-size: 75%;
  font-weight: normal;
}

p.elementTitle {
	padding-bottom: 5px;
}

table.elementTitle, td.elementTitle, tr.elementTitle {
	background: #8080FF;
}

table.elementTitle {
	padding: 5px 5px 0px 5px;
}

.elementTitleLink, A.elementTitleLink, A.elementTitleLink:link, A.elementTitleLink:visited, A.elementTitleLink:active, A.elementTitleLink:hover {
	color: black;
	font-weight: normal;
	font-size: 8pt;
	text-decoration: underline;
}

A.elementTitleLink:hover {
	color: red;
}

.elementHeading {
	color: #666666;
	font-weight: normal;
	font-size: 12pt;
	margin-bottom: 0px;
}

.elementDescr {
	color: black;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 25px;
}

.elementAttrib {
	color: black;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}

.elementAttribDesc {
	color: black;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 50px;
}

.elementStatus {
	color: black;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 25px;
 }

.elementReference, A.elementReference, A.elementReference:link, A.elementReference:visited, A.elementReference:active, A.elementReference:hover {
	font-weight: normal;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 25px;
}

A.elementReference, A.elementReference:link, A.elementReference:visited, A.elementReference:active, A.elementReference:hover {
	color: blue;
	text-decoration: underline;
}

A.elementReference:hover {
	color: red;
}


