@charset "UTF-8";
/* CSS Document */

body
{
	background-color: #838383;
	color:#222222;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	text-decoration:none;
}

#article
{
	width:650px;
}
#largearticle
{
	width:100%;
}
p
{
	text-align:left;	
	text-indent:3.0em;
	line-height:1.62em;
}
p.special
{text-indent:0em;}
ul
{
	color:#000000;
	list-style-type:none;
	padding:0;	
	margin:0;	
	font-size:15px;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:24px;
}

#fixed {
	position:fixed;
	top:8px;
	left:12px;}

a
{
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:24px;
	text-decoration:none;
}

a:link { color:#eddca8; }

a:visited { color:#d1cab5; }

a:hover { color:#bdbdbd; }

a:active { color:#828282; }

a.top
{
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:24px;
	text-decoration:none;
}

a.top:link { color:#2f2f2f; }

a.top:visited { color:#2f2f2f; }

a.top:hover { color:#c0c0c0; }

a.top:active { color:#828282; }
h1
{
	margin-bottom:4px;
}

ol {
	color:#000000;
	padding:0;
	font-size:16px;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:28px;
	list-style: upper-roman;
	margin-left: 2.25em;
	padding: 0; }
ol ol {
	font-family:Georgia, "Times New Roman", Times, serif;
	list-style: upper-alpha; 
	margin-left: 2.5em;}
ol ol ol {
	list-style: lower-roman;
	margin-left: 2.5em; }
ol ol ol ol {
	list-style: lower-alpha; }
li {
	padding-left: 1.0em; }
li li {
	padding-left: 0em; }
li li li {
	padding-left: 0; }
