﻿div.NavigationPanel
{
	background-color: #306fa0;
	margin-top: 0px;
	text-align: center;
	width: 100%;
}
div.NavigationPanel a
{
	background-color: transparent;
	color: white;
	text-decoration:none;
}
div.PageNavigationPanel
{
	text-align: center;
}
div.ErrorPanel
{
	color: red;
	font-weight: bold;
}
div.ArticleText
{
	text-align: left;
	
	/* Set best readability font & color */
	background-color:#FFFEF0;
	color: #111111;
	
	font-family: Georgia, Arial, "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.55em;
}
div.ArticleText p
{
	padding: 0 0 0.8125em 0;
}
/*div.ArticleText p + p 
{
	text-indent: 1.4em;
}*/
div.ArticleFootnote
{
	margin: 1em 0em;
	padding: 0em 1em;
	border-top: 1px dashed black;
	font-size: 0.8em;
}

div.ArticleInfoContainer
{
	border: 1px solid black;
	float: right;
	font-size: 1em;
	margin: 16px 0px 10px 4px;
	padding: 0px 0px;
	text-align: left;
	width: auto;
}

div.ArticleInfoHead { background-color: #306fa0; color: white; text-align: center; font-weight: bold; }
div.ArticleInfoBody { background-color: transparent; padding: 0px 2px; font-size: small; }

div.ArticleLinksHead { border: 0px solid black; border-bottom: 1px solid black; font-size: 110%; font-style: italic; font-weight: bold; text-align: left; }
div.ArticleLinksBody { padding: 2px 10px; text-align: left; }

h1			{ text-align:center; font-weight:bold; font-size:2em; margin: 0px;}
h2			{ font-weight:bold; font-size:1.5em; text-decoration:underline; margin: 0px;}
h3			{ font-weight:bold; font-size:1.2em; margin: 0px;}
h6			{ text-align:right; margin: 0px;}
li			{ margin-bottom: 0.4em;}
ul, ol		{ margin-top:0; margin-bottom:0;}

