@charset "utf-8";
/* CSS Document */

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}





/* LINK */

.top_white A:link 
{
  COLOR: #ffffff;
  text-decoration: underline; 
}
.top_white A:visited
{
  COLOR: #ffffff; 
  text-decoration: underline; 
}
.top_white A:hover
{
  COLOR: #FFFF99; 
  text-decoration: underline; 
}


.black A:link 
{
  COLOR: #333333;
}
.black A:visited
{
  COLOR: #333333; 
}
.black A:hover
{
  COLOR: #006699; 
  text-decoration: underline; 
}




.index-grey A:link 
{
  COLOR: #666666;
}
.index-grey A:visited
{
  COLOR: #666666; 
}
.index-grey A:hover
{
  COLOR: #006699; 
  text-decoration: underline; 
}




