/*****************/
/* MENU link     */
/*****************/
a.menu {    
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color: #FFFFFF;
	font-size: 11px;
	font-style : normal;
	font-weight : normal;
	padding: 2px;
	text-decoration : none;
}

a.menu:hover   {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color: #000000;
	font-size: 11px;
	font-style : normal;
	font-weight : normal;
	text-decoration : none;
	padding: 2px;
	background-color: #FFFFFF;
}

.menu_clicked  {
	color: #000000;
	font-size: 11px;
	font-style : normal;
	font-weight : normal;
	text-decoration : none;
	padding: 2px;
	background-color: #FFFFFF;
}

.spacer {    
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color: #FFFFFF;
	font-size: 11px;
	font-style : normal;
	font-weight : bold;
	padding: 2px;
	text-decoration : none;
}

/*****************/
/* CONTENT     */
/*****************/
.contentheadline {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color: #000000;
	font-size: 15px;
	line-height: 17px;
	font-style : normal;
	font-weight : bold;
}

.contentnormal {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color: #000000;
	font-size: 13px;
	line-height: 15px;
	font-style : normal;
	font-weight : normal;
}

.contentwhite{
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 15px;
	font-style : normal;
	font-weight : normal;
}

.contentbold {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color: #000000;
	font-size: 13px;
	line-height: 15px;
	font-style : normal;
	font-weight : bold;
}

.contentitalic {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color: #000000;
	font-size: 13px;
	line-height: 15px;
	font-style : italic;
	font-weight : normal;
}

.contentboldred {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color: #DF0021;
	font-size: 13px;
	line-height: 15px;
	font-style : normal;
	font-weight : bold;
}

/*****************/
/* IMAGETEXT  */
/*****************/
.imagetxt {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color: #000000;
	font-size: 10px;
	line-height: 12px;
	font-style : italic;
	font-weight : normal;
}


/*****************/
/* LINK               */
/*****************/
a {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color: #DF0021;
	font-size: 13px;
	line-height: 15px;
	font-style : normal;
	font-weight : normal;
	text-decoration : none;
}
a:hover {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color:  #DF0021;
	font-size: 13px;
	line-height: 15px;
	font-style : normal;
	font-weight : normal;
	text-decoration : underline;
}

