
body,td,th,.text 
{
  font-family: Arial;
	font-size: 12px;
	color: #1717C0; 
}

.white_text 
{ 
  font-family: Arial;
	font-size: 12px;
  color: #FFFFFF
}

a:link 
{
	color: #1717C0;
}

a:visited 
{
	color: #1717C0;
}

a:hover 
{
	color: #17C0C0;
}

a:active 
{
	color: #1717C0;
}

.bold_text 
{
  font-family: Arial;
	font-size: 12px;
	color: #1717C0;
	font-weight: bold; 
}


