BODY {
	font-family: 'Georgia', 'serif';
}

.center {
	text-align: center;
}

   .sixty {
          font-size: 60%;
          }

   .seventy {
          font-size: 70%;
            }

   .eighty {
          font-size: 80%;
           }

   .centerbold {
          font-weight: bold;
          text-align: center;
          vertical-align: middle;
               }

   .centerwhite {
          text-align: center;
          vertical-align: middle;
          color: white;
                }

   .neobar {
          color: white;
          background-color: darkblue;
           }

.leftbar {
	color: white;
	background-color: darkblue;
}
           
.bigred {
    font-weight: bold; 
    font-size: 120%; 
    color: #800000 
}

.arrow {
	color: black;
	background-color: transparent;
	list-style-type: circle;
	list-style-image: url(consult/images/barrowrt.gif);
	margin-left: 0;
    vertical-align: baseline;
}


.footer {
	font-size: 0.8em;
	color: white;
	background-color: darkblue;
	text-align: center;
	width: 100%;
	margin-top: 6pt;
	padding: 6pt;
}

.footertext {
	color: white;
	background-color: darkblue;
	padding: 0;
}
                      
.footertext:link {
	color: yellow;
	text-decoration: underline;
}

.footertext:visited {
	color: yellow;
	text-decoration: underline;
}

.footertext:hover {
	background-color: yellow;
	color: darkblue;
	text-decoration: overline underline;
}

.header {
	font-size: 1.4em;
	font-weight: bold;
	text-align: right;
	vertical-align: bottom;
	margin-bottom: 14pt;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 14pt;
	padding-right: 14pt;
	padding-left: 4pt;
	color: white;
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-color: darkblue;
	width: 100%;
}

.boldtop {
	font-weight: bold;
	vertical-align: top;
}

