* {
	margin: 0em;
	padding: 0em;
	font-family: arial;
}

body {
	background-color: gray;
}

div.View_Border {
	background-color: #FFFFFF;
	border: 4px solid #000000;
	padding: 2em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	margin-bottom: 1em;
	width: 800px;
}

p.Header_Main {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	color: #008080;
}

p.Header_Sub {
	font-weight: bold;
	text-align: center;
	color: #008080;
}

table.Header_Table {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.5em;
	text-align: center;
}

table.Page_Table {
	margin-left: auto;
	margin-right: auto;
}
table.Page_Table td {
	vertical-align: top;
}

p.Page_PageHeader {
	font-weight: bold;
	color: #000080;
	text-align: center;
}

div.Page_Separator {
	height: 8px;
	overflow: hidden;
	background-image: url('./_Images/SilverLine.gif');
	background-repeat: no-repeat;
	background-position: top center;
	margin-top: 1em;
	margin-bottom: 1em;
}

p.Page_TopicHeader {
	font-size: 1.4em;
	font-weight: bold;
	color: #008080;
	margin-top: 1em;
}

p.Page_TopicContent {
	text-align: justify;
	white-space: normal;
}

ul.Page_TopicContent {
	margin: 1em;
}

div.Footer_Separator {
	height: 10px;
	overflow: hidden;
	background-image: url('./_Images/PurpleLine.gif');
	background-repeat: no-repeat;
	background-position: top center;
	margin-top: 1em;
	margin-bottom: 1em;
}

p.Footer_Disclaimer {
	font-size: smaller;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}

p.Page_Home_ContactInfo {
	font-weight: bold;
	text-align: center;
	margin-bottom: 1em;
}

p.Footer_DisclaimerText {
	font-size: smaller;
	text-align: center;
}
