body
{
	margin: 0;
	background-color: #ffffff;
}



.text_head 
{
	font-family: Arial, MS Sans Serif, Tahoma;
	font-size: 16pt;
	font-weight: bold;
	font-style: italic;
	color: #0047BD;
}

.text_subhead 
{
	font-family: Arial, MS Sans Serif, Tahoma;
	font-size: 11pt;
	font-weight: bold;
	color: #0047BD;
}

.text_bold 
{
	font-family: MS Sans Serif, Arial, Tahoma;
	font-weight: bold;
	font-size: 10pt;
}

.text_big_bold 
{
	font-family: MS Sans Serif, Arial, Tahoma;
	font-weight: bold;
	font-size: 12pt;
}

.text_bold_white
{
	font-family: MS Sans Serif, Arial, Tahoma;
	color: #ffffff;
	font-weight: bold;
	font-size: 10pt;
}

.text_large
{
	font-family: Arial, MS Sans Serif, Tahoma;
	font-size: 24pt;
	font-weight: bold;
	font-style: italic;
	color: #0047BD;
}

.text_normal 
{
	font-family: MS Sans Serif, Arial, Tahoma;
	font-size: 10pt;
}

.text_flow 
{
	font-family: MS Sans Serif, Arial, Tahoma;
	font-size: 10pt;
	text-align: justify;
}

.text_small 
{
	font-family: MS Sans Serif, Arial, Tahoma;
	font-size: 8pt;
}

.text_small_bold 
{
	font-family: MS Sans Serif, Arial, Tahoma;
	font-weight: bold;
	font-size: 8pt;
}

.text_error
{
	font-family: MS Sans Serif, Arial, Tahoma;
	color: #ff0000;
	font-size: 8pt;
}

A
{
	color: FF4A4A;
	text-decoration: none;
}
A:hover
{
	color: FF4A4A;
	text-decoration: underline;
}

