* {
	margin:0;
	padding:0;
	font-family: Arial;
	font-size: 11px;	
}

body {
	color:#000;
	background-color:#ffffff;
}

a {
	text-decoration:none;
}

a:link {
	color:#000;
}

a:visited {
	color:#000;
}

a:hover {
	color:#000;
	text-decoration:underline;
}

.invisible {
	display:none;
}

.bold {
	font-weight:bold;
}

.title {
	font-size:22px;
	color:#000;
	float:left;
}

.titlegrey {
	font-size:22px;
	/*color:#e5e5e5;*/
	/*color:#3b4ec4;*/
	color:#000;
	float:right;
	margin-right:50px;
}

.listexternal {
	list-style-image:url(../art/icon_link_extern.gif);
	margin-left:16px;
}

.listexternalgreen {
	list-style-image:url(../art/icon_link_extern_green.gif);
	margin-left:16px;
}

.listexternal a .small {
	font-size:10px !important;
}