.main_header {
	font-family: Arial;
	font-size: x-large;
	color: #DBDBDB;
	text-align: center;
	font-weight: bold;
	font-variant: normal;
	padding-top: 1px;
	padding-bottom: 1px;
	clip: rect(auto,auto,auto,auto);
	border: thick ridge #990000;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-image: url(img/pw-logo.png);
}
.page_header {
	font-family: Arial;
	font-size: large;
	color: #990000;
	background-color: #FFFFFF;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 0px;
	margin: 0px;
	border: thick ridge #FF0000;
	font-weight: bold;
}
.body_text {
	font-family: Arial;
	font-size: medium;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
	font-weight: normal;
	padding-right: 15px;
	padding-left: 10px;
	border: thick ridge #990000;
}
.links {
	font-family: Arial;
	font-size: large;
	font-weight: bold;
	color: #990000;
	background-color: #FFFFFF;
	text-align: left;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: none;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	background-color: #999999;
	text-align: center;
	border: thick ridge #990000;
	font-weight: normal;
	text-decoration: blink;
}
.button-1 {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: italic;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: blink;
	background-color: #000000;
	background-image: url(red%20button.png);
	background-repeat: no-repeat;
	text-align: center;
	width: 90px;
	background-position: center top;
	height: 90px;
	background-attachment: fixed;
	float: none;
}
