body
{
	color: rgb(255,255,255);
  background-color: rgb(0,0,0);  
	font-family: arial, sans serif;
	font-size: 10pt;
}
.containter
{
  background-repeat: no-repeat;
  background-position: 0px 0px;  
	position: relative;
	left: 0px;
	top: -15px;
	width: 780px;
	height: auto;	
  text-align: justify;
	font-size: 10pt;	
  margin-left: auto;
	margin-right: auto;
}
.menu
{	
  position: relative;
	top: 0px;
  left: 0px;
	width: 700px;
	height: 600px;  
  text-align: left;
  font-size: 9pt;  
	margin-left: auto;
	margin-right: auto;
}
.dotmenu
{
  color: rgb(255,255,255);  
	position: absolute;
	top: 350px;
	left: 0px;
  width: 190px;
	height: auto;	
	text-align: left;
	font-size: 9pt;
	margin-left: auto;
	margin-right: auto;
}
.pagetext
{
	color: rgb(255,255,255);
	position: absolute;	
  left: 210px;
  top: 270px;
	width: 450px;
	height: auto;	
	font-size: 10pt;
  text-align: center;
	margin-left: auto;
	margin-right: auto;
}
a:link, a:visited, a:active
{
	color: rgb(255,255,255);
	text-decoration: none;
	font-weight: bolder;
	border: 0px;
}
a:hover
{
	text-decoration: underline;
	border: 0px;
}
img
{
  position: relative;
  border: 0px solid rgb(90,90,90);
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: auto;
	margin-right: auto;
}
h1
{
	text-indent: 20px;
	font-size: 25pt;
	text-align: left;
	font-family: georgia, times new roman, serif;
}
h2
{
	text-indent: 20px;
	text-align: left;
	font-size: 14pt;
	font-family: georgia, times new roman, serif;
}
p
{
  /*text-indent: 30px;*/
	text-align: justify;
}
.picnote
{
	text-align: center;
	font-size: 8pt;
	margin-bottom: 15px;
	border-bottom: 1px solid rgb(90,90,90);
	margin-left: auto;
  margin-right: auto;
	width: 250px;
}
.note
{
  color: rgb(100,100,100);
	text-align: center;
	font-size: 8pt;
	margin-bottom: 5px;
}
.note a:link, .note a:visited, .note a:active
{
  color: rgb(85,80,80);
	text-align: center;
	font-size: 8pt;
	font-weight: bolder;
}
.released
{
  font-family: georgia, times new roman, serif;
  color: rgb(185,185,185);
	font-size: 12pt;
	font-weight: bolder;
}
.highlight
{
  font-weight: bold;
}
ul
{
  text-align: justify;
}
table
{
  text-align: left;
}
td
{
  padding-left: 5px;
  padding-right: 5px;
}
#bordered
{
  border-collapse: collapse;
}
