@charset "utf-8";
/* CSS Document */

.WhiteTXT {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.WhiteTXTLink {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: #000000;
	text-decoration: none;

}
.WhiteTXTLink:link{
	color: #000000;
}
.WhiteTXTLink:visited {
	color:  #FFFFFF;
}
.WhiteTXTLink:hover {
	color: #AF0000;
}
.WhiteTXTLink:active{
	color: #FFCCOO;
}

.backgroud {
	background-color: #FFFFFF;
}
