.whitelinks a{
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 9pt;
}
.whitelinks a:hover{
	color: white;
	text-decoration : underline;
	font-weight : bold;
	font-size: 9pt;
}

.bluelinks a{
	color: #0099CC;
	font-size: 9pt;
	text-decoration : none;
	font-weight : bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.bluelinks a:hover{
	font-size: 9pt;
	color: black;
	text-decoration : underline;
	font-weight : bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.pagelinks a{
	color: #0099CC;
	font-size: 9pt;
	text-decoration : none;
	font-weight : bold;
	font-style: italic;
}

.pagelinks a:hover{
	font-size: 9pt;
	color: black;
	text-decoration : underline;
	font-weight : bold;
}

/* inserted by sascha to structure and simplify the html code for the menu on the left side */
.leftMenu {
	font-size: 12px;
	color: #333;
	font-weight: bold;
}
.leftMenu a {
	 font-size: 12px; 
	 color: #333; 
	 font-weight: bold;
	 text-decoration: none;
}
.leftMenu a:hover {
	color: #666;
	text-decoration: underline;
}
.leftMenu a.subMenuItem {
	font-weight:normal;
	color:black;
	margin-left:18px;
}
.leftMenu a.subMenuItem:hover {
	color: #333;
}
.leftMenu div img {
	border:none;
	width:15px;
	height:10px;
	margin-left:0px;
}
.leftMenu .davey {
	width:95px;
	text-align:center;
	font-weight:normal;
	font-size:9px;
}
.leftMenu .davey img {
	width:95px;
	height:63px;
	margin:7px auto 2px 3px;
}
/* inserted by sascha end*/

.leftheadings {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
.leftheadings a {
	 font-size: 9pt; 
	 color: #333333; 
	 font-weight: bold;
	 text-decoration :none;
}	 
.leftheadings a:hover {
	 font-size: 12px; 
	 color: #666666; 
	 font-weight: bold;
	 text-decoration : underline;
}

body {  
	font-family: Arial, Helvetica, sans-serif;
}


.greytext {
	color: #333333;
	font-size: 18pt;
	font-weight: bold;
}

.darkgreytext {
	color: #111111;
	font-size: 9pt;
}

.bluetext {
	font-size: 9pt;
	color: #0099CC;
	font-weight: bold;
}

.greytext2 {
	color: #333333;
	font-size: 14pt;
	font-weight: bold;
}

a {
}

a:hover {
	color: #000000;
	text-decoration: none;
}

.imgborder {
	border-color : #0099CC #0099CC #0099CC #0099CC;
}
