body{
	margin: 0;
	padding: 0;
	text-align: left;
	/*background: #002e61;*/
	background: #dae4e7;
	font-family: Lucida Grande,Verdana,Arial,sans-serif;
	font-size: 20px;
	scrollbar-arrow-color: Navy;
	scrollbar-3dlight-color: silver;
	scrollbar-face-color: #ffffff;
	scrollbar-shadow-color: Silver;
	scrollbar-base-color: White;
	scrollbar-track-color: White;
	visibility: show;
	direction: ltr;
	voice-family: female;
	volume: medium;
	speak: normal;
	speak-numeral: digits;
	speak-punctuation: inherit;
	speech-rate: medium;
	stress: inherit;
	color: #fff;
	font: bold;
}
.fronttxtbig {
	font: bold large/23px Lucida Grande,Verdana,Arial,sans-serif;
}
.fronttxt{
	font: bold medium/20px Lucida Grande,Verdana,Arial,sans-serif;
}
a {
	text-decoration: none;
	color: White;
	border: none;
}
a:hover {
	text-decoration:  none; 
	border: none;
	color: White;
 }