﻿body
{
	font: 0.8em georgia;
	margin:0px 0px 0px 0px;
	background-color:#d5d5d5;
	color: #444444;
}
div
{

}

/*
	Links
*/
a:link, a:visited 
{
	color: #777777;
	
	
	
	
	
}
a:hover 
{
	color: Black;
	
}
/*
Headings
*/

/*
	Main Header
*/
h1
{
	font-size: 2.6em;
	font-family: georgia, serif;
	
	margin-top:0px;
	text-align:left;
	
	

}

/*
	Title of Page
*/
h2
{
	font-size:1.9em;
	
	text-align:center;
	font-weight:bold;
	border-top: 1px solid #c5c5c5;
	padding: 10px 20px 0px 10px;
	margin: 30px 20px 0px 20px;
	
}
/*
	Subtitle of Page
*/
h3
{
	margin-top:10px;
	font-size:1.6em;
	text-align:center;
	padding-bottom: 15px;
	padding-left:0px;
	padding-right:0px;
	margin-left:20px;
	margin-right:20px;	
	border-bottom: 1px solid #c5c5c5;
	line-height: 1.3em;
}

/*
	Sections in Text
*/
h4
{
	font-weight:normal;
	font-size:1.6em;
	border-bottom: solid 1px #c5c5c5;
	padding-bottom:2px;
	margin-bottom: 0px;
	margin-right: 40px;
	
}

/*
	Subsections in text
*/
h5
{
	margin-top: 20px;
	font-size:1.2em;
	margin-bottom:0px;
}
/*
Other Fonts
*/
.TextHighlight 
{
	padding:18px 18px 18px 18px;
	
	/*font-size:1.8em;*/
	text-align:center;
	line-height:normal;
	border-top: solid 1px #e5e5e5;
	border-left: solid 1px #e5e5e5;
	border-right: solid 1px #c5c5c5;
	border-bottom: solid 1px #c5c5c5;
	margin: 30px 10px 50px 10px;
}
.InTextHighlight
{
	font-size: 2.4em;
	display: block;
	margin-bottom: 12px;
	margin-top:0px;
	padding-top:0px;
}
.ParagraphHighlight
{
	font-weight: bold;
	font-style: italic;
}

#Content
{
	line-height: 1.8em;
	text-align:justify;
}

.MissingContent
{
	color: #aa0000;
	font-weight:bold;
	border:solid 1px #AA0000;
	padding:12px 12px 12px 12px;
	text-align:center;
	background-color:White;
}
.Screenshot
{
	text-align:center;
}

UL
{
	margin-top:4px;
}