select, input,textarea {
	margin: 4px;
	font-size: 10pt;  
	background-color: #074689;
	color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFF0;
}

a.copyright {
	text-decoration: none;
	font-family: tahoma;
	font-size: 8pt;   
	color: #C00C0C;
	font-weight: bold;
}
a.headlines {
	text-decoration: none;
	font-family: tahoma;
	font-size: 12pt;  
	color: #C00C0C;
	font-weight: bold;
}
a:visited.headlines {
	text-decoration: none;
	font-family: tahoma;
	font-size: 12pt;  
	color: #C00C0C;
	font-weight: bold;
}
a:link.headlines {
	text-decoration: none;
	font-family: tahoma;
	font-size: 12pt;  
	color: #C00C0C;
	font-weight: bold;
}
a:hover.headlines {
	text-decoration: underline;
	font-family: tahoma;
	font-size: 12pt;  
	color: #C00C0C;
	font-weight: bold;
}