@charset "utf-8";
/* CSS Document */
<!--
body{
margin:0;
}
.style1 {
	font-family: tahoma;
	font-size: 11px;
	color: #FFFFFF;
}
.style2 {
	font-family: tahoma;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}
.style3 {
	font-family: tahoma;
	font-weight: bold;
	font-size: 12px;

}
.style4 {color: #0397C7}
.style5 {color: #666666}
.style6 {
	font-family: tahoma;
	font-size: 11px;
	color: #666666;
	padding-right:10px;
}
.style8 {font-family: tahoma; font-size: 11px; color: #FFFFFF; font-weight: bold; }
.style7 {	font-family: tahoma;
	font-size: 11px;
}
.style9 {	font-family: tahoma;
	font-size: 11px;
	color:#666666;
	font-weight:bold;
}
.li{	font-family: tahoma;
	font-size: 11px;
	color:#ffffff;
	padding-right:10px;

}

.paul{
	font-family: tahoma;
	font-size: 12px;
	text-transform:capitalize;
}



/*LIKS*/
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #00000A;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

a.mike:link {
	color: #252621;
	text-decoration: none;
}
a.mike:visited {
	text-decoration: none;
	color: #252621;
}
a.mike:hover {
	text-decoration: underline;
	color: #E17304;
}
a.mike:active {
	text-decoration: none;
	color: #252621;
}
a.mike1:link {
	color: #666666;
	text-decoration: none;
}
a.mike1:visited {
	text-decoration: none;
	color: #666666;
}
a.mike1:hover {
	text-decoration: underline;
	color: #000000;
}
a.mike1:active {
	text-decoration: none;
	color: #666666;
}
a.JM:link {
	color: #fffff;
	text-decoration: none;
}
a.JM:visited {
	text-decoration: none;
	color: #ffffff;
}
a.JM:hover {
	text-decoration: underline;
	color: #FA8C1D;
}
a.JM:active {
	text-decoration: none;
	color: #0000CC;
}
a.JP:link {
	color: #0000CC;
	text-decoration: none;
}
a.JP:visited {
	text-decoration: underline;
	/*edit herr for the color*/
	color: #0000CC;
}
a.JP:hover {
	text-decoration: underline;
	color: #FA8C1D;
}
a.JP:active {
	text-decoration: underline;
	/*edit herr for the color*/
	color: #0000CC;
}

-->