
body {
     background-color: #FFFFFF;
     font-family: helvetica, arial, sansserif;
     color: black;
}

.h1 {
	font-size: 200%;
	font-weight: medium;
}

.hi {
	font-size: 200%;
        font-style: italic;
	font-weight: bold;
        background-color: #C7DBE1;
	text-align: center;
}

.link {
	color: white;
}

table, tr, td {
	border: 0;
}

.header {
/*	background-color: #4135b5; */
	background: url( "/images/tfnnamespaced.gif"); 
        height: 30px;
	color: white;
	width: 100%;
	font-size: 200%;
	font-weight: bold italic;

}

.tfntop, .tfnside {
    background-color: #4135b5;
}

.tfnside {
	width: 89px;
}

/*
body {
	background-image: url(/images/tfnhomeside.gif);
	background-repeat: repeat-y;
}
*/

.sidebar  {
	background-image: url(/images/tfnhomeside.gif);
	background-repeat: repeat-y;
	background-spacing: 2mm 2mm;
}

div.date {
	font-size: 90%;
	text-align: right;
}

.b2, th {
	border: solid black 2px;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 2px;
	padding-bottom: 2px;
}

.l2 {
	padding-left: 1em;
}

.r2 {
	padding-right: 5%;
}

.l1 {
	text-align: right;
	padding-left: 1em;
	padding-right: 1em;
}

td.l1 {
	width: 50%;
}

.py {
	background-color: #ffffcc ;
}

