.text_splash {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	color: #4B4B4B;
}
.text_splash h1{
	font-size: 130%;
	color: #4B4B4B;
}
.text_splash a{
	color: #4B4B4B;
	font-weight: bold;
	text-decoration: underline;
}
.text_splash a:hover{color: #0E7F49;}

.text_title {
	font-family: "Times New Roman", Times, serif;
	font-size: 140%; 
	/*font-size:20px;*/
	color: #03644C;
	font-weight: bold;
}
.text_subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	font-weight: bold;
}

.text_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #383838;
}
.text_main a{
	color: #383838;
	font-weight: bold;
	text-decoration: underline;
}
.text_main hover{color: #0E7F49;}

.img_padd {
	padding-right: 10px;
	padding-bottom: 10px;
}
.img_padd_right {
	padding-left: 10px;
	padding-bottom: 10px;
}
