
body {
	background : #bbbbbb url(tnt2bg.gif);
	margin : 0px 0px 0px 0px;	  /* top,right,bottom,left */
	font-family:  "Bookman Old Style",Verdana, Geneva, Arial, Helvetica, sans-serif; 
}

a:link {
	background-color : transparent;
	color : Blue;
	font-size : 1em;
}

a:visited {
	background-color : transparent;
	color : Purple;
	font-size : 1.2em;
}

a:hover {
	background-color : transparent;
	color : #FFFF00;
}

a:active {
	background-color : transparent;
	color : #FF0000;
}

.centerlogo {
	text-align : center;
}

.center {
	text-align : center;
}

.right {
	text-align : right;
}

.left {
	text-align : left;
	width : 90%;
	margin : 5%;
	margin-right : 5%;
}

.demostatement {
	text-align : center;	
}

H3.demostatement {
	font-size: 1em;
	font-weight: bold;
	font-family: "Courier New", Arial, Helvetica, sans-serif;
}

.strongred {
	font-size: 1.2em;
	font-weight: bold;
	font-family: "Courier New", Arial, Helvetica, sans-serif;
	color : Red;
}

.strongred2 {
	font-size: 1em;
	font-weight: bold;
	font-family: "Courier New", Arial, Helvetica, sans-serif;
	color : Red;
}

.hr {
	width : 80%;
}

li {
	list-style : square outside;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
}

td.tablespecial01 {
	background : Aqua;
	border : medium solid Yellow;
	font-size: .8em;
	width : 393px;
}

.smallbold {
	font : bold .8em;
}