/* TXFCPP Entry Site Style Sheet */


body {
   background-color:#ffffff;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 1.0em;
   font-style:normal;
   font-weight:normal;
   margin-top: 75px;
   margin-bottom: 100px;
   margin-left: 25px;
   }

/* Begin Headings */

h1 {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-weight: bold;
   font-style: normal;
   font-size: 0.75em;
   color: #006699;
   margin-left: 1.0em;
   padding-top: 0.1em;
   padding-bottom: 0.0em;
   margin-bottom: 1.0em
   }

p
{
text-align: left;
}



/* Begin Links */

a:link {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none
}

a:visited {
	color:#808080;
	font-weight:bold;
	text-decoration:none
}

a:hover {
	color:#006699;
	font-weight:bold;
	text-decoration:none
}

a:active {
	color:#006699;
	font-weight:bold;
	text-decoration:none
}


/* Begin Table(s) */

table {
  background:transparent;
   text-align:left;
   border-width:0px
   }
