.text {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	font-size: 10pt;
	text-align: justify;

}
.text-left {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	font-size: 10pt;
	text-align: left;

}
.text-right {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	font-size: 10pt;
	text-align: right;

}
.text-centered {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	font-size: 10pt;
	text-align: center;

}
.text-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 10pt;
}
.text-bold-centered {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 10pt;
	text-align: center;
}
.text-bold-italic-centered {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 10pt;
	text-align: center;
	font-style: italic;
}
.text-bold-italic {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 10pt;
	text-align: left;
	font-style: italic;
}
.text2-bold-italic-centered {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 12pt;
	text-align: center;
	font-style: italic;
}
.text-italic {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	font-size: 12px;
	font-style: italic;

}
.text-subtitle {
	font-family: Verdana;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	font-size: 14px;

}
.text-title-big {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	font-size: 18px;
	text-align: center;
	vertical-align: middle;

}
.text-title-big-fancy {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
}
BODY {
	MARGIN-TOP: 0px;
	background-image: url(images/Main_5-28.jpg);
	background-repeat: no-repeat;
	scrollbar-arrow-color: #000000;
	scrollbar-3dlight-color: #CBF1FF;
	scrollbar-highlight-color: #C0C0C0;
	scrollbar-face-color: #CBF1FF;
	scrollbar-shadow-color: #808080;
	scrollbar-darkshadow-color: #80D3F4;
	scrollbar-track-color: #80D3F4;
	background-position: center center;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #3963A5;
	font-size: 10pt;
	text-decoration: none;
} 
.link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0099FF;
	font-size: 10pt;
	text-decoration: none;
}
