.tdtext
{
	font-family: Arial, Helvetica, "MS Sans Serif", sans-serif;
	font-size:10pt;
	font-style:normal;
	font-weight:normal;
	color:#000000;
}

.fett
{
	font-weight:bold;
}

.code
{
        font-size:10pt;
        font-family:Courier;
        font-weight:normal;
}

.foo
{
        font-size:14pt;
        font-family:Courier;
        font-weight:bold;
}

.red
{
	color:#FF0000;
}

.white
{
	color:#FFFFFF;
}

.gray
{
	color:#BBBBBB;
}


p,li,td,dl,dd,ol
{
	font-family: Arial, Helvetica, "MS Sans Serif", sans-serif;
	font-size:10pt;
	font-style:normal;
	font-weight:normal;
	color:#000000;
}

.lastline
{
	font-family: Arial, Helvetica, "MS Sans Serif", sans-serif;
	font-size:10pt;
	font-style:italic;
	font-weight:normal;
	color:#666666;
}

h1
{
	font-family: Arial, Helvetica, "MS Sans Serif", sans-serif;
	font-size:14pt;
	font-style:italic;
	font-weight:bold;
	color:#000000;
}

h2
{
	font-family: Arial, Helvetica, "MS Sans Serif", sans-serif;
	font-size:12pt;	
	font-style:italic;
	font-style:bold;
	color:#000000;
}

A:link    
{ 
	font-family: Arial, Helvetica, "MS Sans Serif", sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #9999CC;
}

A:visited 
{ 
	font-family: Arial, Helvetica, "MS Sans Serif", sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #6666CC;
}

A:hover
{ 
	font-family: Arial, Helvetica, "MS Sans Serif", sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none; 
	color: blue;
}


