@charset "utf-8";
/* CSS Document */
body{
margin:0;
font-family:Arial, Helvetica, sans-serif;
}
A{
font-size:12px;
text-decoration:underline;
color:#999999;
}
A:hover{
font-size:12px;
text-decoration:underline;
color:#666666;
}
P,td{
font-size:12px;
color:#999999;
}
.Heading{
font-size:14px;
color:#FFFFFF;
font-weight:bold;
}
.SubHeading{
font-size:12px;
color:#FFFFFF;
font-weight:bold;
}
.smalltext {
font-size:10px;
color:#000000;
}
.smalltext a{
font-size:10px;
color:#000000;
text-decoration:underline;
}
.smalltext a:hover{
font-size:10px;
color:#000000;
text-decoration:none;
}
#footer P,td{
font-size:10px;
color:#FFFFFF;
}

#footer A{
font-size:10px;
color:#FFFFFF;
text-decoration:underline;
}
#footer A:Hover{
font-size:10px;
color:#FFFFFF;
text-decoration:none;
}