.Logo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 48px;
	font-style: italic;
	font-weight: bold;
	color: #0000FF;
	background-color: #99CCFF;
	text-align: center;
}
.NAWtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #0033FF;
	background-color: #99CCFF;
}
.Header1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
}
.Bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.Button1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0033FF;
	text-align: center;
	height: 20px;
	width: 150px;
	border-top-width: medium;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: medium;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #003399;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #003399;
}
