@charset "utf-8";
/* CSS Document */

html, body {
	background-color: gray;
	color: black;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#Container {
	width: 800px;
	margin-top: 20px;
	border-color: black;
	border-style: solid;	
	background-color: white;
	margin-left: auto; 
	margin-right: auto;	
	padding: 5px;
}

#ContentData {
}

.Saying {
	color: #808080;
	font-size: 12pt;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
}

.SayingAuthor {
	color: #808080;
	font-size: 12pt;
	font-family: "Times New Roman", Times, serif;
}

.PageName {
	color: #94476B;
	font-size: 16pt;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	text-decoration: underline;
}

.BaseFont {	
	color: #808080;
	font-size: 12pt;
	font-family: "Times New Roman", Times, serif;	
}

.BaseFontC1 {	
	color: #94476B;
	font-size: 12pt;
	font-family: "Times New Roman", Times, serif;	
}

.BaseFontBold {	
	color: #808080;
	font-size: 12pt;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;	
}

.BaseFontC1Bold {	
	color: #94476B;
	font-size: 12pt;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;	
}

.BaseFontUnderline {	
	color: #808080;
	font-size: 12pt;
	font-family: "Times New Roman", Times, serif;	
	text-decoration: underline;
}

.WidthBoldHeader {
	color: black;
	font-size: 12pt;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;	
	letter-spacing: 6pt;
}

.UnderlineBoldHeader {
	color: black;
	font-size: 12pt;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;	
	text-decoration: underline;	
}

.BaseFontLink a:link {
	color: #808080;
	font-size: 12pt;
	font-family: "Times New Roman", Times, serif;	
	text-decoration: none;
}

.BaseFontLink a:visited {
	color: #808080;
	font-size: 12pt;
	font-family: "Times New Roman", Times, serif;	
	text-decoration: none;
}

.ImageLink img {
	border: none;
}

.TextDecorationUnderline {
	text-decoration: underline;
}

.RequiredElementSymbol {
	color: #94476B;
	font-size: 10pt;
}

