/* CSS Document */
.pp a:link {
color:#FFFFFF;
	text-decoration: none;
}
.pp a:visited {
color:#FFFFFF;
	text-decoration: none;
}
.pp a:hover {
color:#FFFFFF;
	text-decoration: none;
}
.pp a:active {
color:#FFFFFF;
	text-decoration: none;
}

a:link{
color:#000000;
text-decoration:none;}
a:visited{
color:#000000;
text-decoration:none;}

a:hover {
color:#FF0000;
	text-decoration: none;
}

a:active {
color:#000000;
	text-decoration: none;
}

.t{
border-bottom:1px dashed #cccccc;}



.tt a:link {
color:#999999;
	text-decoration: none;
}
.tt a:visited {color:#999999;
	text-decoration: none;
}
.tt a:hover {color:#999999;
	text-decoration:none;
}
.tt a:active {color:#999999;
	text-decoration: none;
}
