/* CSS Document */

.header a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;

}
.header a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;


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

}
.header a:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;

}
