/* CSS Document */

Body { 
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}

h1 {
   font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

.WhiteTxtSmall {
	font-family: Arial;
	font-size: 9px;
	color: #FFFFFF;
}

.WhiteTxtSmall A{
	font-family: Arial;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: underline;
}

.WhiteTxtSmall A:Hover{
	font-family: Arial;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
}




	




