/* CSS Document */
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
}
a:link {
	color: #003AAD;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003AAD;
}
a:hover {
	text-decoration: underline;
	color: #6DAAFD;
}
a:active {
	text-decoration: none;
	color: #ffc20e;
}
.smalltext {
	font-size: 0.85em;
}
.smalltext_soft {
	font-size: 0.85em;
	color: #999;
	margin-top: 3px;
	margin-bottom: 3px;
}
.smalltext_soft A:link {
	color: #999;
	text-decoration: none;
}
.smalltext_soft A:visited {
	text-decoration: none;
	color: #999;
}
.smalltext_soft A:hover {
	text-decoration: underline;
	color: #6DAAFD;
}
.smalltext_soft A:active {
	text-decoration: none;
	color: #ffc20e;
}
.headline {
	font-size: 1em;
	color: #003AAD;
	margin-top: 2px;
	margin-bottom: 2px;
}
.headline A:link {
	color: #003AAD;
	text-decoration: none;
}
.headline A:visited {
	text-decoration: none;
	color: #003AAD;
}
.headline A:hover {
	text-decoration: underline;
	color: #6DAAFD;
}
.headline A:active {
	text-decoration: none;
	color: #ffc20e;
}
.subheadline {
	font-size: 0.85em;
	font-style: italic;
	margin-top: 2px;
	margin-bottom: 2px;	
}
