/* STANDARD TAG REDEFINITIONS */

/* Text styles for BODY, tables and paragraphs */
BODY{ color: Black; font-family: Arial, Helvetica, sans-serif; font-size: 10pt; background-color: White; margin: 0; padding: 0; }
TD {font-size: 10pt;  }
p { font-size: 10pt;  margin-bottom: 7px; margin-top: 0; }

/* Text color for nav tabs*/
a{ color: #0044DD; text-decoration: none; }

/* Text color on mouseover */
a:hover{	text-decoration: underline;  color: #888888;   }

form{	margin:0;}

#HEADER{	width:800px; margin-left:auto; margin-right:auto;}


/* Bgcolor is for unused area to right of nav tabs */
#HEADER ul{ margin: 0; padding-left: 0; height: 44px; line-height: 44px; display: block; list-style: none; background-color: #DDDDDD; background-repeat: no-repeat;  }

/* Nav tab bg color */
#HEADER li{ display: inline; background-color: #DDDDDD;  float: right;  }

/* Lines between tabs? */
#HEADER li a{ height: 44px; line-height: 44px; display: block; padding-left: 27px; padding-right: 27px; border-left: 1px solid #0044DD;  float: left;     }

/* Nav tab bgcolor on mouseover */
#HEADER li a:hover{ background-color: #444444; text-decoration: none;}

/* Main TF banner */
#HEADER .Visual{ height:100px; background-image: url(banner.jpg);  background-repeat: no-repeat;  background-color: #4492C8;  }
h1{ margin: 0; padding: 40px 0 0 0; font-family: "trebuchet ms",arial,tahoma,verdana,sans-serif; font-weight: normal; letter-spacing: .005em; color: Black;  font-size: 20pt;  }

/* "Welcome" header */
#CONTENT{ width:800px; margin-left:auto; margin-right:auto;   }
h2{ margin: 0; padding: 24px 0 7px 40px; font-family: "trebuchet ms",arial,tahoma,verdana,sans-serif; font-weight: normal; letter-spacing: .005em; color: Blue; font-size: 15pt; }

/* colored HRs at top and bottom */
#TEXT{ padding: 35px 40px 35px 40px; border-bottom: 1px solid #0044DD; border-top: 1px solid #0044DD; background-color: #FFFFFF; }
#TEXT p{	margin-bottom: 1em;}




