/* CSS Document */

body {background-color: #F0F0F0; margin: 0;}

.headertxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	color: #CCC;
	text-decoration: none;
}
.normaltxt { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style:normal;
	color:#333;
	text-decoration:none
	}
	.normaltxt a { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style:normal;
	color:#FF007E;
	text-decoration:none
	}
	.smalltxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	color:#666;
	text-decoration:none;
	}
	.navtxt a { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style:normal;
	color:#FFF;
	text-decoration:none
	}
	.navtxt { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style:bold;
	color:#999;
	text-decoration:none
	}
	.lgtxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #F0F0F0;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	}
.whitetxt {
	color: #FFFFFF; 
	font-size: x-small; 
	}

