/* CSS Document */
/* ALL TEXT Formatting CSS included in this file only*/

/* DEFAULT HTML TEXT AND TITLE CSS*/
h1{
	color:#145193;
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	margin:0px;
	text-shadow: #fff 1px 1px 1px;
}
h2{
	color:#145193;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	margin:0px;
}
h3{
	color:#565656;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	margin:0px;
	text-shadow: #fff 1px 1px 1px;
}
h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	margin:0px;	
}
h5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	margin:0px;
	text-shadow: #fff 1px 1px 1px;
}
/* MENU CSS*/
.menu-language{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #4c4c4c;
	text-transform: uppercase;
	text-decoration:none;
}
.menu-language a{
	color: #4c4c4c;
	text-decoration:none;
}
.menu-language a:active{
	color: #4c4c4c;
	text-decoration:none;
}
.menu-language a:visited{
	color: #4c4c4c;
	text-decoration:none;
}
.menu-language a:hover{
	color: #145193;
	text-decoration:none;
}
.menu-language-selected{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #145193;
	text-transform: uppercase;
	text-decoration:none;
}
.menu-language-selected a{
	color: #145193;
	text-decoration:none;
}
.menu-language-selected a:active{
	color: #145193;
	text-decoration:none;
}
.menu-language-selected a:visited{
	color: #145193;
	text-decoration:none;
}
.menu-language-selected a:hover{
	color: #145193;
	text-decoration:none;
}
/*FOOTER CSS*/
.footer-text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	text-shadow: #072f59 2px 2px 5px;
}