/*  Text content normal _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _*/

.text_normal_01 {
	font-family: Verdana, Helvetica ;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}

/*  Text content bold _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _*/

.text_bold_02
 {
	font-family: Verdana, Helvetica ;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
}
/*  Text content bold _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _*/

.text_bold_03
 {
	font-family: Verdana, Helvetica ;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
}

/* Navigation footer _____________________________________________*/

a.menu_footer
{	font-family:Verdana, Helvetica ;
	font-size:11px;
	font-style:normal;
    line-height:normal;
	color:#666666;
	font-weight:bold;
    text-decoration:none;
}
a.menu_footer:link:active
{	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	color: #666666;
}

a.menu_footer:hover
{	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	color: #660000;
}
/* Text footer _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _*/
.text_footer
 {
	font-family: Verdana, Helvetica ;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
}
/*_________________________________________________________________*/

body {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-left: 0px;
}
/*_________________________________________________________________*/

