
.right_image {
	float: right;
	margin: 0 0 8px 8px;
	clear: right;
}

.left_image {
	float: left;
	margin: 0 8px 8px 0;
	clear: left;
}
.clear {
	clear: both;	
}
.frontpage_shortcuts {
	clear: both;
	margin: -10px 0 25px 0;
	color: #636363;
	font-size: 9px;
}
.frontpage_shortcuts img {
	position: relative;
	top: -3px;	
}
.frontpage_shortcuts a{
	color: #636363;
}
.frontpage_shortcuts a:hover{
	text-decoration: underline;
}

.shadedtable {
	background: #e2f3fa;
}