/** afr_layout.css CSS Document for Key Resources page      **/
/** Last modified July 28, 2005 9:20 a.m. - dar	            **/

a:link       { 
	color: blue;
	text-decoration: none 
}

a:visited    { 
	color: blue;
	text-decoration: none 
}

a:hover      { 
	color: #ff4a00;
	text-decoration: underline 
}

a:active     { 
	color: blue; 
}

.afr_title01  {
	margin: 0px;
	padding: 5px 5px 5px 35px;
	font-family: Georgia, Times, serif;
	font-size: 24px;
	background-color: #eef4fb;
	color: #ff4a00;
	border: #bbbbbb 1px solid;
}

table#layout li, table#layout p, table#layout td {
  font-family: arial, helvetica, sans-serif; font-size: 10pt;
}
table#layout td {
  padding: 4px;
}
table#layout td.centered {
  text-align: center;
  padding: 2px;
}
table#layout td.insert {
  padding: 2px
}
table#layout td.inset {
  padding-top: 4px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 4px;
}
table#layout td.banner {
  font-size: 14pt; color: #800000; font-weight: bold;
}
table#layout td.filler {
  background-color: #5569CA;
  padding: 2px;
  text-align: center;
}
table#layout td.breadcrumbs {
  background-color: #eee;
  padding: 2px;
}
table#layout td.topLinks {
  background-color: #FFF7D0;
  text-align: center;
  padding: 2px;
}
table#layout td.topLinks2 {
  background-color: #EEF4FB;
  padding: 2px;
}
table#layout td.topLinks3 {
  background-color: #EEF4FB;
  text-align: center;
  padding: 2px;
}

table#layout ul.pointer {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
table#layout ul.pointer li {
  background-image: url(../images/pointer_small.gif);
  background-repeat: no-repeat;
  background-position: 0 .5em;
  padding-left: .6em;
}
table#layout p.cellHeader1 {
  color: white; font-weight: bold;
  background-color: #5569CA; text-align: center;
}
table#layout p.cellHeader2 {
  font-weight: bold;
  text-align: center;
  background-color: #EEF4FB;
}
table#layout p.cellHeader3 {
  font-weight: bold;
  text-align: left;
  background-color: #EEF4FB;
}
table#layout p.cellHeader4 {
  text-align: center;
  background-color: #EEF4FB;
}
table#layout p.subhead {
  font-weight: bold; color: maroon;
}
table#layout p.subtitle {
  font-weight: bold; color: blue;
}
table#layout p.quote {
  font-weight: bold; color: navy; text-align: center; margin: 2% 0 0 0;
}
table#layout p.title {
  font-weight: bold;
}
table#layout p.title a:link {
  font-weight: bold;
}
table#layout p.title a:visited {
  font-weight: bold
{
table#layout p.title a:hover {
  font-weight: bold;
}
table#layout p.title a:active {
  font-weight: bold;
}
table#layout span.boldText1 {
  color: #800000; font-weight: bold;
}
table#layout hr.smallLine {
  border: 0;
  height: 1px;
  width: 80%;
}