/* The following styles are used for all web page.  These styles control      */
/* The following are the main styles used on all web page at the site.  It    */
/* should be included first in every page.                                    */
/*                                                       last edit - 06/22/09 */


body,td,th {
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size: 90%;
   color: #000;
}
img {
   border-top-style: none;
   border-right-style: none;
   border-bottom-style: none;
   border-left-style: none;
}

body {
   background-color: #FFF;
   margin-left: 0px;
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
   background-image: url(../images/bg/bg.gif);
   background-repeat: no-repeat;
}
/*td.MainData a:link{*/
td.MainData a{
   color: #00F;
   text-decoration: none;
   font-family: "Courier New", Courier, monospace;
   font-weight: bold;
   letter-spacing: 0em;
}
td.MainData a:visited {
   text-decoration: none;
   color: #903;
}
td.MainData a:hover {
   text-decoration: underline;
   background-color: #FF6;
}
td.MainData a:active {
   text-decoration: none;
   color: #F00;
}

td.MainData {
   text-align: left;
   vertical-align: top;
   padding-left: 25px;
   padding-right: 20px;
}

td.MainData h1{
   font-size: 130%;
   letter-spacing: 1px;
   font-weight: normal;
}
td.MainData p {
   font-size: 100%;
   line-height: 1.6em;
   letter-spacing: 1px;
   text-align: justify;
}

td.header {
}
td.header td.top {
}
td.header td.bottom {
   vertical-align: top;
   text-align: right;
   color: #FFF;
   font-weight: bold;
   padding-right: 10px;
   letter-spacing: 1px;
}
td.header td.bottom a {
   color: #FFF;
   text-decoration: none;
   padding-right: 10px;
}
td.header td.bottom a:hover {
   text-decoration: underline;
}
td.header  td.bottom a.current{
   text-decoration: underline;
}
td.topNav {
   padding-top: 0px;
   padding-right: 0px;
   padding-bottom: 0px;
   padding-left: 85px;
   margin: 0px;
}

.hidden {
   display: none;
}
td.footer {
   padding-right: 25px;
   padding-left: 25px;
}

td.footer p{
   font-family: Verdana, Geneva, sans-serif;
   margin: 0px;
   padding: 0px;
   font-size: 80%;
}

.noPrint {
   display: block;
   margin: 0px;
   padding: 0px;
}
.printOnly {
   display: none;
}




/* The following styles are extra styles that was not found in the original   */
/* look and feel of the site.  These are added by FHC.                        */
td.nav ul.doc
 { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	margin-top: 0px;
	padding-left: 15px;
}

td.MainData tr p.tableh {
	font-weight: bold;
	text-align:  left;
	text-indent: 0px;
}

td.MainData p a:hover.blank {
   text-decoration: underline;
   background-color: #FFF;
}

td.MainData p.search {
	padding: 0px;
	margin: 0px;
}
td.MainData form.search input {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	margin-top: 0px;
	color: #000;
	border: 1px solid black;
}

img.inline {
	padding: 15px;
}

td.MainData p.address {
	text-indent: 5px;
	padding: 0px;
	margin: 0px;
}

td.MainData p.quote {
	font-style: italic;
}

td.MainData p.quotesource {
	text-align:  right;
	font-weight: bold;
}

td.MainData h2{
   font-size: 110%;
   letter-spacing: 1px;
/*   text-align:  right;*/
}

td.MainData h3.address{
   font-size: 90%;
   letter-spacing: 1px;
   font-weight: bold;
}

td.MainData h3.press {
   text-align: center;
}

td.MainData span.code {
	font-family: monospace;
	font-size: 13px;
}
td.MainData table.colors {
	border: 1px solid #000;
 	border-collapse: collapse;
}


td.MainData table.colors td {
 border: 1px solid #000;
 padding: 5px;
}

td.MainData p.footnote{
	padding: 5px;
	font-size: 10px;
}

