BODY {
	background-color : #C5FBC4;
	font-family: Georgia, 'Times New Roman', Times, serif, Roman;
	font-size: medium;
}

a:link {color: blue;	text-decoration: none}
a:visited {color: #C43682;	text-decoration: none}
a:hover {color:red; text-decoration: underline}
a:active {color:blue; text-decoration: none}
	
p {
} 

h1 {
	font-family: Georgia, 'Times New Roman', Times, serif, Roman;
	font-size: 150%;
	font-weight: bold;
	color: #000000;
}

h2 {
	font-family: Georgia, 'Times New Roman', Times, serif, Roman;
	font-size: 130%;
	font-weight: bold;
	color: #000000;
} 

h3 {
	font-family: Georgia, 'Times New Roman', Times, serif, Roman;
	font-size: 120%;
	font-weight: bold;
	color: #000000;
} 

#menuAll {
	background-color: Lime;
	font-family: Helvetica, Verdana, Arial, sans-serif, Swiss, Tahoma;
	font-size: medium;
} 

.menu {
	background-color: Lime;
	font-family: Verdana, Helvetica, Arial, sans-serif, Swiss, Tahoma;
	font-size: 0.7em;
	PADDING-LEFT: 1px;
	TEXT-DECORATION: none;
	line-height: 2em;
}

.menu A:link, .menu A:visited {
	BACKGROUND: none transparent; 
	COLOR: #03c;
	FONT-SIZE: 100%;
	BORDER-RIGHT: #1e77d3 0px solid;
	PADDING-RIGHT: 20px;
	BORDER-TOP: #1e77d3 0px solid;
	PADDING-LEFT: 20px;
	BORDER-LEFT: #1e77d3 0px solid;
	PADDING-TOP: 4px;
	BORDER-BOTTOM: #1e77d3 0px solid;
	PADDING-BOTTOM: 4px;
	text-decoration: none;
}

.menu A:hover{
	FONT-SIZE: 100%;
	BACKGROUND: #40FF41;
	BORDER-RIGHT: 1px solid #00C102;
	PADDING-RIGHT: 20px;
	BORDER-TOP: #00C102 1px solid;
	PADDING-LEFT: 20px;
	BORDER-LEFT: #00C102 1px solid;
	PADDING-TOP: 4px;
	BORDER-BOTTOM: #00C102 1px solid;
	PADDING-BOTTOM: 4px;
	text-decoration: underline;
}

.lang_menu a:link {color: blue;	text-decoration: none}
.lang_menu a:visited {color: #C43682;	text-decoration: none}
.lang_menu a:hover {color: red; text-decoration: none}
.lang_menu a:active {color: blue; text-decoration: none}

.grayedout
{
      opacity:.5;
      filter:       alpha(opacity=50);
      cursor:default;
}
