/* -------------- */
a:link {
 color: #0033ff;
 text-decoration: none;
}
a:visited {
 color: #0033ff;
 text-decoration: none;
}
a:hover	{
 color: #ff9900;
 text-decoration:underline;
}
a:active {
 color: #99ff00;
 text-decoration:underline;
}
/* -------------- */
a.orenge:link {
 font-size: 10px;
 color: #ff8c00;
 text-decoration: none;
}
a.orenge:visited {
 font-size: 10px;
 color: #ffa500;
 text-decoration: none;
}
a.orenge:hover {
 font-size: 10px;
 color: #ff4500;
 text-decoration: none;
}
a.orenge:active	{
 font-size: 10px;
 color: #99ff00;
 text-decoration: none;
}
/* -------------- */
.title1 {
 font-size: 16px;
 font-weight: bold;
 color: #0033ff;
}
.title2 {
 font-size: 12px;
 font-weight: bold;
 color: #ff0000;
}
/* -------------- */
.asterisk {
 font-size: 12px;
 color: #ffffff;
}
/* -------------- */
table {
 font-size: 12px;
 color: #666666;
}
/* -------------- */
body {
 background-color: #ffffff
 margin: 0;
 font-size: 12px;
 color: #666666;
}
/* -------------- */
img {
 border-style: none;
}

