/* Formatting for the TVWT website */
/* Document Control:
 Changes:
 06/01/2005 - Added navButton class
 10/19/2010 - added table classes
*/
/* Tags: */
 
 BODY {background-color: #FFFFCC }
 IMG {border: none}
 
 /* Classes */
 p.center { text-align: center; }

 p.centerblock{text-align:center;
               margin-left:50;
 	       margin-right:auto;
	       face: "Times New Roman";
               color:#660000;
               font-size:14;
               font-weight:normal}
 .head0 {
         face: "Times New Roman";
         font-size:x-large;
         color:#FFFFFF;
         font-weight:bold
         }

 .banner1 {
         face: "Times New Roman";
         font-size:xx-large;
         color:#FFFFFF;
         font-weight:bold

 	 }

 .head1 {
         face: "Times New Roman";
         font-size:x-large;
         color:#000000;
         font-weight:bold
         }
 .head2 {face: "Times New Roman";
         font-size:large;
         color:#000000;
         font-weight:bold}
 .head3 {face: "Times New Roman";
         font-size:medium;
         color:#000000;
         font-weight:bold}
 .head4 {face: "Times New Roman";
         font-size:small;
         color:#000000;
         font-weight:bold}
 
 
 /* Tables */

  td.ctr {
	text-align: center;
	}

 table.headTable {
	background-color:#CC9955;
	cellpadding: 2;
	cellspacing: 0;
	width: 100%;
	border-width: 1px;
	border-spacing: 2px;
	border-style: solid;
	border-color: black;
 }
 
 table.headTable td {
   text-align: center;
 }

 table.head_inner {
	cellpadding: 0px;
	cellspacing: 0px;
	width: 100%;
	border-style: ridge;
	border-left: 1px solid lightgrey;
	border-top: 1px solid lightgrey;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	rules: none;
	frame: box;
 }
 table.head_inner td{
	text-align: center;
 }

 table.pageTable {
	border-width: 1px;
	border-spacing: 2px;
	border-style: solid;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
	/* Margins set to auto will center the table */
	margin-left:auto;
	margin-right:auto;
	width: 80%;
  }


 table.regTable {background-color:#CC9966}


 /* BORDERS */
 .bThin{border: thin solid}
 
 /* Normal Fonts... */
 .hrFont     {
	      face: "Ariel";
	      color:#FFFFFF;
	      font-size:18;
	      font-weight:bold;
	      
	     }
 .regFont    {face: "Times New Roman";
             color:#000000;
             font-size:14;
             font-weight:normal}
 
 .regBold    {face: "Times New Roman";
             color:#000000;
             font-size:14;
             font-weight:bold}
             
 .footFont   {face: "Times New Roman";
             color:gray;
             font-size:x-small;
             font-wieght:normal;
	     text-align:center;}
             
 .linkFont   {face: "Times New Roman";
              color:#996600;
              font-weight:bold;
              text-decoration: none}
 
 .italics   {face: "Times New Roman";
             color:#000000;
             font-size:14;
             font-weight:normal;
	     font-style: italic}

 .boldItalics {face: "Times New Roman";
             color:#000000;
             font-size:14;
             font-weight:bold;
	     font-style: italic}
 
 .linkBarFont {face: "Times New Roman";
              color:#996600;
              background-color:#CC9966;
              font-weight:bold;
              text-decoration: none}

 .bigFont {face: "Times New Roman";
  	   color:#000000;
	   font-size: 18;
	   font-weight: normal;}
              
 .smallFont {face: "Times New Roman";
             color:#990000;
             font-size:x-small;
             font-weight:normal}
             
 .tinyFont  {face: "Times New Roman";
             color:#990000;
             font-size:xx-small}
             
 /* subHeadFont is a sub header with a background applied...*/
 .subHeadFont {face: "Times New Roman";
               color:#000000;
	       font-size:18;
               font-weight:bold; 
               }
 
 .navLink{ text-decoration:none;}

 .navButton { 
	face: "Times New Roman";
	color:#660000;
	font-weight:bold; 
	background-color:#CC9966;
	width:110px;
	}

 .onButton {face: "Times New Roman";
            color:#CC9966;
            font-weight:bold; 
            background-color:#660000;
            width:110px
            }
   


 /* Links */
 .linkBarStyle {color:#990000; text-decoration:none; font-weight:bold}
 
 
