/* CSS Document */

a { 
font-family: Tahoma;
font-size: 10pt;
color: #000000;
text-decoration:none
}

.a:hover {
font-family: Tahoma;
font-size: 10pt;
color: #000000;
font-weight:bold;
}

.Footer {
font-family: Tahoma;
font-size: 8pt;
color: #949494;
text-decoration:none;
}

.Footer:hover {
text-decoration: blink;
color:#000000;
}

.desc {
font-family: Tahoma;
font-size: 8pt;
color: #000000;
font-weight: bold;
}

.whiteHeading {
font-family: Tahoma;
font-size: 10pt;
color: #000000;
font-weight: bold;
}

.blackHeading {
font-family: Tahoma;
font-size: 10pt;
color: #FFFFFF;
font-weight: bold;
}
.detail {
font-family: Tahoma;
font-size: 9pt;
color: #000000;
text-decoration:none;
}
