/*@charset "iso-8859-2";*/
/* CSS Document */

.textTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;

	font-weight: 700;
	/*font-weight: 900;*/ /* 900, bold, bolder : Their effect is same as of 700. */
	/*font-weight: bold;*/
	/*font-weight: bolder;*/

	/*color: #213674;*/
	/*color: #6F0916;*/
	color: #4F0610; /*dark magenta*/

	text-decoration: none;

	letter-spacing: 1px;

	text-align: center;

	border: 0px none;
}
/*--------------------*/

.textTitle_12pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;

	font-weight: 700;
	/*font-weight: 900;*/ /* 900, bold, bolder : Their effect is same as of 700. */
	/*font-weight: bold;*/
	/*font-weight: bolder;*/

	/*color: #213674;*/
	/*color: #6F0916;*/
	color: #4F0610; /*dark magenta*/

	text-decoration: none;

	letter-spacing: 1px;

	text-align: center;

	border: 0px none;
}
/*--------------------*/

.textTable {
	background-color: #E6E6E6;

	/*border: 1px solid #598BCE;*/
	/*border: 1px solid #7094c5;*/
	/*--border: 1px solid #7ca2d9;*/
}
/*--------------------*/

.textCell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: 500;

	/*color:#202020;*/
	color:#111111;
	/*color:#000000;*/

	text-decoration: none;

	letter-spacing: 1px;
	line-height: 20px;

	/*margin-left: 15px;*/
	/*padding-left: 15px;*/
	/*padding-right: 15px;*/

	text-align: justify;
	vertical-align: bottom;

	border: none;
}
/*--------------------*/

.textCell_thick {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;

	/*font-weight: 900;*/
	font-weight: 700;

	/*color:#202020;*/
	color:#111111;
	/*color:#000000;*/

	text-decoration: none;

	letter-spacing: 1px;
	line-height: 20px;

	/*margin-left: 15px;*/
	/*padding-left: 15px;*/
	/*padding-right: 15px;*/

	text-align: justify;
	vertical-align: bottom;

	border: none;
}
/*--------------------*/

.textCell_lineHeightDefault {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: 500;

	color:#202020;
	/*color:#000000;*/

	text-decoration: none;

	letter-spacing: 1px;

	/*line-height: 15px;*/

	/*margin-left: 15px;*/
	/*padding-left: 15px;*/
	/*padding-right: 15px;*/

	text-align: justify;
	vertical-align: bottom;

	border: none;
}
/*--------------------*/

.textCell_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: 500;

	/*color:#202020;*/
	color:#000000;

	text-decoration: none;

	letter-spacing: 1px;
	line-height: 20px;

	/*margin-left: 15px;*/
	/*padding-left: 15px;*/
	/*padding-right: 15px;*/

	text-align: justify;
	vertical-align: bottom;

	border: none;
}
/*--------------------------------------------------------------------------------*/

.textLinkTitle_thick {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;

	/*font-weight: 900;*/
	font-weight: 700;

	color:#4F0610;

	text-decoration: none;

	letter-spacing: 1px;
	line-height: 20px;

	/*margin-left: 15px;*/
	/*padding-left: 15px;*/
	/*padding-right: 15px;*/

	text-align: left;
	vertical-align: bottom;

	border: none;
}
/*--------------------------------------------------------------------------------*/

.textForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: 500;

	/*color:#202020;*/
	color:#111111;
	/*color:#000000;*/

	text-decoration: none;

	letter-spacing: 1px;
	line-height: 20px;

	/*margin-left: 15px;*/
	/*padding-left: 15px;*/
	/*padding-right: 15px;*/

	text-align: justify;
	vertical-align: bottom;

	border: none;
}
/*--------------------------------------------------------------------------------*/

a {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;

	/*color: #436440;*/ /*green*/
	/*color: #344E32;*/ /*green*/
	color: #2C4129; /*green*/

	font-weight: 700;
}
/*------------------*/

a:hover {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;

	color: #ffffff;
	background-color: #537250; /*green, very good color*/

	font-weight: 700;
}


