@charset "utf-8";
body {
	background-color: #221122;
	background-image: url(images/page_back.PNG);
	padding: 50px;
	background-repeat: repeat;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
	font-weight: bold;
	font-style: italic;
	margin: 4px;
	padding: 0px;
}
.app_subhead {
	font-size: medium;
	font-weight: bold;
	font-variant: normal;
}
.app_page_topleft {
	background-image: url(images/page_topleft.PNG);
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
}
.app_page_top {
	background-image: url(images/page_top.PNG);
	background-repeat: repeat-x;
	height: 16px;
}
.app_page_topright {
	background-image: url(images/page_topright.PNG);
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
}
.app_page_left {
	background-image: url(images/page_left.PNG);
	background-repeat: repeat-y;
	width: 16px;
}
.apr_page_right {
	background-image: url(images/page_right.PNG);
	background-repeat: repeat-y;
	width: 16px;
}
.app_page_downleft {
	background-image: url(images/page_downleft.PNG);
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
}
.app_page_down {
	background-image: url(images/page_down.PNG);
	background-repeat: repeat-x;
	height: 16px;
}
.app_page_downright {
	background-image: url(images/page_downright.PNG);
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
}
.app_page_mid {
	background-image: url(images/page_mid.PNG);
	background-repeat: repeat;
	padding: 6px;
}
