BODY
{
	font-family:Tahoma;
	font-size:70%;
	
	background:white;
}

A:link
{
	font-family:Verdana;
	font-size:70%;

	color:white;
	font-weight:bold;
	text-decoration:none;
}
A:visited
{
	font-family:Verdana;
	font-size:70%;

	color:white;
	font-weight:bold;
	text-decoration:none;
}

A:hover
{
	font-family:Verdana;
	font-size:70%;
	font-weight:bold;

	color:orange;
	text-decoration:none;
}
.header
{
	font-family:Tahoma;
	font-size:70%;
	text-weight:bold;
	
	background:navy;
}	
TH
{
	font-family:Tahoma;
	font-size:70%;
	text-weight:bold;
	
	background:white;
}
.TEXT_TD
{
	font-family:Tahoma;
	font-size:70%;
	
	background:white;
}
.TEXT_A:link
{
	font-family:Tahoma;
	font-size:70%;

	color:red;
	font-weight:bold;
	text-decoration:none;
}
.TEXT_A:visited
{
	font-family:Tahoma;
	font-size:70%;

	color:red;
	font-weight:bold;
	text-decoration:none;
}

.TEXT_A:hover
{
	font-family:Tahoma;
	font-size:70%;
	font-weight:bold;

	color:orange;
	text-decoration:none;
}