/* General font properties */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 67.5%;
}
/* General Text typographic properties */
h1, h2, h3, h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 2.0em;
	font-weight: normal;
	letter-spacing: 0.06em;
}
h1{
	line-height:24px;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.4em;
	font-weight: 600;
}
h4 {
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.02em;
}
p {
	font-size: 1.1em;
	line-height: 1.4em;
}
p.green_bold{
	font-weight:600;
	color:#006633;
}
table td {
	font-size: 1.0em;
}
/* Header properties */
div#header button {
	font-size: 1.0em;
}
div#header input {
	font-size: 1.0em;
}
/* Global menu properties */

div#topMenu li a {
	font-weight: bold;
}
div#headerTopRight {
	font-size: 1.1em;
}
div#topMenu ul {
	list-style-type: none;
	list-style-image: none;
}
/* Main menu properties */
div#headerMenu ul {
	list-style-type: none;
	list-style-image: none;
}
	div#headerMenu ul li a {
		font-weight: bold;
	}
	div#headerMenu ul li a.selected {
		font-weight: normal;
	}
	
/* Submenu properties */
div#headerMenu ul ul {
	list-style-type: none;
	list-style-image: none;
}
	div#headerMenu ul ul li a {
		font-weight: normal;
	}
	div#headerMenu ul ul li a.selected {
		font-weight: bold;
	}
/* Main contentn layout properties */

/* Spotlight boxes properties */
div.puff{
	font-size: 1.4em;
}
div.puff_bottom_shoe a{
	font-weight: 600;
	text-decoration: none;
}
div.puff_middle{
	text-align: center;
}
div.puff_bottom_paw a{
	font-weight: 600;
	text-decoration: none;
}
/* Footer layout properties  */

div#footerMenu ul {
	list-style-type: none;
	list-style-image: none;
}
/* Entrance page */
div#frontPanel {
	text-align: center;
}

div#frontPanel p {
	margin: 0;
}
div#frontPanel p img{
	margin: 2px 0 0 0;
}

div#frontPanel div#langPanel div#langLeft {
	text-align: left;
}
div#frontPanel div#langPanel div#langRight {
	text-align: left;
}




	






