@charset "utf-8";
/* CSS Document */

	
/* Links
------------------------------*/

a, a:link {}
a:visited {}
a:hover {}
a:active {}


a:link {
	font-weight: bold;
	color: #000000;
	font-style:none;
	text-decoration: none;
	text-align: left;

}

a:visited {
	font-weight: bold;
	color: #cc0000;
	text-decoration: none;

}


a:active {
	font-weight: bold;
	color: #cc0000;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #F1B8B8;
	text-decoration:underline;

}

.accord { line-height:1.40; font-weight:normal; background-color:#ffffff;	font-size: 10pt;
	
	}
	
a.accord:link {
	font-weight:lighter;
	color: #cc0000;
	text-decoration: none;

}

a.accord:visited {
	font-weight:lighter;
	color: #cc0000;
	text-decoration: none;

}


a.accord:active {
	font-weight: lighter;
	color: #cc0000;
	text-decoration: none;
}

a.accord:hover {
	font-weight: lighter;
	color: #F1B8B8;
	text-decoration:underline;

}	