@charset "utf-8";
/* CSS Document */

/* LINK 1 */

.link1:link
{
font-family: Arial, sans-serif;
font-size: 11px;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #c94173;
text-decoration: none;
}

.link1:visited 
{
font-family: Arial, sans-serif;
font-size: 11px;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #c94173;
text-decoration: none;
word-spacing: -1px;
}

.link1:hover
{
font-family: Arial, sans-serif;
font-size: 11px;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
color:#FF99CC;
text-decoration:none;
word-spacing: -1px;
}

.link1:active 
{
font-family: Arial, sans-serif;
font-size: 11px;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #c94173;
text-decoration: none;
word-spacing: -1px;
}