.font { font-family: verdana, arial; }
.main { font-family: verdana, arial; 
font-size: 12px;
line-height:12pt; }
A:link { 
        text-decoration: underline; 
        font-weight : bold;
}
A:visited { 
        text-decoration: underline;
        font-weight : bold;
}
A:hover { 
	color : #FF9858; 
	text-decoration: underline;
    font-weight : bold;
}

.sub_headline {
        font-family : verdana, arial, helvetica, sans-serif;
        font-size : 13px;
	font-weight : bold;
        color : #606060;
        line-height: 150%
}
.content_text {
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 12px;
	color : #606060;
	line-height: 150%
}
.content_text_bold {
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 12px;
	color : #606060;
	line-height: 150%;
        font-weight : bold;
}
.content_text_italic {
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 12px;
	color : #606060;
	line-height: 150%
    font-style : italic;
}
.headline {
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	color : #606060;
}

.content_link {
    text-decoration: underline;
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 12px;
	color : #3C68CC;
	line-height: 150%
    font-weight : bold;
}
.content_link:link {
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 12px;
	color : #3C68CC;
	line-height: 150%
    font-weight : bold;
}
.content_link:visited {
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 12px;
	color : #3C68CC;
	line-height: 150%
    font-weight : bold;
}
.content_link:hover {
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 12px;
	color : #547fe1;
	line-height: 150%
    font-weight : bold;
}
.content_link:active {
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 12px;
	color : #547fe1;
	line-height: 150%
    font-weight : bold;
}

.breadcrumbs {
        font-family : verdana, arial, helvetica, sans-serif;
        font-size : 7.8pt;
        font-weight : normal;
        color : #7E7E7E;
}
.breadcrumbs:link {
        color : #7E7E7E;
        text-decoration : underline;
        font-weight : normal;
}
.breadcrumbs:visited {
        color : #7E7E7E;
        text-decoration : underline;
        font-weight : normal;
} 
.breadcrumbs:active {
        color : #7E7E7E;
        text-decoration : underline;
        font-weight : normal;
} 
.breadcrumbs:hover {
        color : #5A5A5A;
        text-decoration : underline;
        font-weight : normal;
}


.footer_text {
        font-family : verdana, arial, helvetica, sans-serif;
        font-size : 7.8pt;
        font-weight : normal;
        color : #868686;
}
.footer_text:link {
        color : #868686;
        text-decoration : underline;
        font-weight : normal;
}
.footer_text:visited {
        color : #868686;   
        text-decoration : underline;
        font-weight : normal;
}
.footer_text:active {
        color : #868686;   
        text-decoration : underline;
        font-weight : normal;
}
.footer_text:hover {
        color : #5A5A5A;
        text-decoration : underline;
        font-weight : normal;
}
