"utf-8";
/* CSS Document */

a{
	text-decoration:underline;
	border:none;
	
}
a:link {
	color:#777777;
	
}
a:hover {
	color:#006600;
}
a:active {
	color:#006600;
}
a:visited {
	color: #006600;
	
}


#title{
	font-size: 14pt;
	font-weight:bold;
	color:#006600;
	
}

iframe{

	border:none;
}
#languageSelect{
font-size:8pt;}

body {
	font-family: arial, verdana, sans-serif;
	font-size: 9pt;
	color:#777777;

	margin-top: 20px;
	margin-left: 30px;
	
}

#pageDescription{ 
background-color:#F3F3F3;
border-left-style:solid;
border-left-color:#339900;
border-left-width: 10px;

padding: 15px;}

#contents{
	max-width: 640px;
	width: 640px;
}


#menuPane{
	
	position:absolute;
	top: 20px;
	left: 699px;
	max-width: 200px;
	width: 200px;
	
	border-left-width: 1px;
	border-left-style:solid;
	border-left-color: #dddddd;
	
	padding-left: 10px;

}

#menu { 
	margin-top: 20px;
	
	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-bottom-color: #dddddd;
	padding-bottom: 5px;
}

#menuTitle2 {
	 font-weight: bold;
}


#menuTitle {
	 font-weight: bold;
}

#menuDescription {
	 font-size: 8pt;
}

#menuDate{
	font-size: 7pt;
	color:#aaaaaa;
}
