@charset "UTF-8";
body
	{
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	}
p
	{
	  text-indent: 25px;
	  line-height: 1.5;
	  font-size: 0.9em;
	  letter-spacing: .01em;
	  text-align:justify;
	}
p.contenttop
	{
	  text-indent: 0px;
	}
p.contenttop:first-letter 
	{
	  display: block;
	  float: left;
	  height: .8em;
	  background-color: #eeeeee;
	  font-family: Georgia, "Times New Roman", Times, serif;
	  border-style: solid;
	  border-color: #bbbbbb;
	  border-width: 1px;
	  padding: .3em;
	  margin-top: 0;
	  margin-bottom: -.1em;
	  margin-right: .2em;
	  margin-left: 0;
	  color: #ff8c00;
	  font-size: 300%;
	}
p.contenttop:first-line 
	{
	  letter-spacing: .2em;
	  font-family: Georgia, "Times New Roman", Times, serif;
	  font-size: 1.1em;
	}
.articles
	{
	  text-align: center;
	}
.articles p:first-letter 
	{
	  color: #bb7c00;
	  font-size: 150%;
	  font-weight: bolder;
	}
.articles img
	{
	  vertical-align:middle;
	  margin-top:10px;
	  margin-bottom:10px;
	  margin-left:auto;
	  margin-right:auto;
	  padding: .25em;
	  border-style: solid;
	  border-width: 1.2em;
	  border-color: #44443b;
	}
.com
	{
	  font-weight: bolder;
	}
.sci
	{
	  font-style: italic;
	}
a.inact, a.inact:link, a.inact:visited, a.inact:hover, a.inact:active 
	{
	  text-decoration: none;
	  color:#808080;
	}
a:link, a:visited
	{
	  text-decoration: none;
	}
a:hover, a:active
	{
	  text-decoration: underline;
	}
a:link
	{
	  color: #dd7c00;
	}
a:visited
	{
	  color: #996000;
	}
a:hover
	{
	  color: #ff8c00;
	}
a:active
	{
	  color: #000000;
	}
a.bold
	{
	  font-weight: bold;
	}
a.bold:link
	{
	  color: #ff8c00;
	}
a.bold:visited
	{
	  color: #dd7c00;
	}
a.bold:hover
	{
	  color: #996000;
	}
a.bold:active
	{
	  color: #000000;
	}
.ico
	{
	  vertical-align: middle;
	  position: relative;
	  left:-5px;
	  top: -2px;
	}
.key
	{
	  position: relative;
	  left:25%;
	  top:15px;
	  font-size:10px;
	}