/* CSS Document */
/*
a.Link:link { text-decoration:none; color:#993300;}
a.Link:visited{ text-decoration:none; color:#993300;}
a.Link:hover{ text-decoration:none; color:#F34F07;} 
*/

a
{ 
text-decoration:none; 
color:#993300;
}

a:visited
{ 
text-decoration:none; 
color:#993300;
}

a:hover
{ 
text-decoration:none; 
color:#008000;
}


.footLink
{
font-weight:bold; 
color:#FFFFFF;
}
/*
.footLink a:link 
{
font-weight:bold; 
color:#FFFFFF; 
text-decoration:none;
}
*/
a.footLink:visited
{ 
text-decoration:none; 
color:#FFFFFF;
}

.footLink a:hover 
{
font-weight:bold; 
color:#008000; 
text-decoration:none;
}







