.text {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    font-weight: normal;
    font-style : normal;
}

.textbold {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    font-weight: bold;
    font-style : normal;
}

.headline {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    font-weight: bold;
    font-style : normal;
}

.texteleven {
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    font-weight: normal;
    font-style : normal;
}

.subnav {
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    color: #999999;
    font-weight: normal;
    font-style : normal;
}

a.subnav {
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    color: #999999;
    font-weight: normal;
    font-style : normal;
}

a.subnav:hover {
    color: #000000;
}

a {
	color: #666666;
}

a:hover {
	color: #000000;
}