/* CSS Document */

.text
{
	font-family:Tahoma;
	font-size:8pt;
	color:#666666;
}

a:link
{
	font-family:Tahoma;
	font-size:8pt;
	text-decoration:underline;
	color:#990000;
}

a:hover
{
	font-family:Tahoma;
	font-size:8pt;
	text-decoration:none;
	color:#990000;
}

a:visited
{
	font-family:Tahoma;
	font-size:8pt;
	text-decoration:underline;
	color:#990000;
}


.textWhite
{
	font-family:Tahoma;
	font-size:7pt;
	color:#FFFFFF;
}

.orangeTitle
{
	font-family:Tahoma;
	font-size:12pt;
	color:orange;
	font-weight:bold;
}

strong
{
	font-family:Tahoma;
	font-size:8pt;
	color:#990000;
	font-weight:bold;	
}
