/* blue color code: #0066FF; */
/* green color code: #60BD1A; */

.headline_black
{
	font-family: Arial;
	font-size: 18px;
	line-height: 26px;
	color: #000000;
}
.headline_blue
{
	font-family: Arial;
	font-size: 18px;
	line-height: 24px;
	color: #0066FF;
}

.navigation
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	color: #0066FF;
}

.navigation_active
{
	color: #444444;
}

.content
{
	font-family: Arial;
	font-size: 12px;
	line-height: 20px;
	color: #444444;
}

.footer
{
	font-family: Arial;
	font-size: 11px;
	color: #0066FF;
}

sup {
  line-height:10px;
  font-size: 80%;
}

a
{
	text-decoration: none;
	color: #0066FF;
}

a:hover
{
	text-decoration: underline;
	font-family: Arial;
	color: #000000;
}

a:visited
{
}

.textfield
{
	width: 300px;
	height: 24px;
	font-family: Arial;
	font-size: 12px;
}

.button
{
	font-family: Arial;
	font-size: 12px;
	background-color: #0066FF;
	color: #ffffff;
	width: 150px;
	border: none;
}

