/* * basic */
body, html {
	background-repeat: repeat-x ;
	background-image: url(../art/bg.jpg); 
	background-color: #000000;
  background-position: top left;
  font-family: verdana;
  color: #000000;
  margin: 0px;
	padding: 0px;
	border: 0px;
}

td, tr, thead, tfoot, tbody, th, tf, table {
	margin: 0px;
	padding: 0px;
	border: 0px;
  border-collapse: collapse;

}
.maintable{
	border-collapse: collapse;
	background-color: transparent;
	margin: 0;
	padding: 0px;
	border: none;
}
#text {
 color: #000000;
 font-size: 8pt;
 text-align: center;
}

#textw {
 color: #FFFFFF;
 font-size: 8pt;
 text-align: justify;
}

p.head {
 color: #AAAAAA;
 font-size: 14pt;
 font-weight: normal;
 padding-top: 0;
 margin-top: 0;
  padding-bottom: 0;
 margin-bottom: 0;
}

p.text {
 padding-bottom: 30px;
 margin-bottom: 0;
}
#tl {
 	background-repeat: no-repeat;
	background-image: url(../art/topleft.jpg);
	background-color: transparent;
  background-position: top left;
	margin-left: auto;
	margin-right: auto;

	margin-top: auto;
	margin-bottom: auto;
	padding: 0px;
	border: 0px;
}
#tr {
 	background-repeat: no-repeat;
	background-image: url(../art/topright.jpg);
	background-color: transparent;
  background-position: top left;
	margin-left: auto;
	margin-right: auto;

	margin-top: auto;
	margin-bottom: auto;
	padding: 0px;
	border: 0px;
}
#mm {
 	background-repeat: no-repeat;
	background-image: url(../art/mm0.jpg);
	background-color: transparent;
  background-position: top left;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	padding: 0px;
	border: 0px;
}
#br {
 	background-repeat: no-repeat;
	background-image: url(../art/br.jpg);
	background-color: transparent;
  background-position: top left;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	padding: 0px;
	border: 0px;
}
.maintable td, tr, thead, tfoot, tbody, th, tf{
	border-collapse: collapse;
	background-color: transparent;
	margin: 0;
	padding: 0;
}

div#container {
	margin-left: auto;
	margin-right: auto;
	width: 520px;
	margin-top: auto;
	margin-bottom: auto;
}
.content  {
  text-align: justify;
  vertical-align: top;
 	background-repeat: repeat;
	background-image: url(../art/rpt.png);
	background-color: transparent;
  background-position: top left;
}

.contentkop  {
  text-align: justify;
  vertical-align: top;
  font-family: Verdana;
  font-size: 14pt;
  color: #FFFFFF;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 1px;
  padding-left: 10px;
  font-weight: bold;
}

.contenttxt  {
  text-align: justify;
  vertical-align: top;
  font-family: Verdana;
  font-size: 10pt;
  color: #AAAAAA;
  padding-top: 1px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  line-height: 1.7em;
  border-bottom: 1px solid #FFFFFF;
}
.contentnone  {
  text-align: right;
  vertical-align: top;
  font-family: Verdana;
  font-size: 10pt;
  color: #415b2e;
  padding-top: 1px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  line-height: 1.7em;
  border-bottom: none;
}
.colomn {
vertical-align: bottom;
}

.nav {
  font-family: Verdana;
  font-size: 8pt;
  color: #FFFFFF;
  padding: 5px;
}

a.nav, a.nav:link, a.nav:hover, a.nav:active, a.nav:visited {
  padding: 5px;
	color: #AAAAAA;
	font-weight: bold;
	text-decoration: none;
	height: 30px;
	background-image: url(../art/nav.png);
  background-position: right top;
	background-repeat: no-repeat;
}

a.nav:hover {
  padding: 5px;
	color: #FFFFFF;
	font-weight: bold;
  height: 30px;
  background-image: url(../art/nav1.png);
	background-position: right top;
	background-repeat: no-repeat;	
}


/* * links */
a, a:link, a:active, a:visited {
	color: #AAAAAA;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.nolink, a.nolink:link, a.nolink:hover, a.nolink:active, a.nolink:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.navlink, a.navlink:link, a.navlink:active, a.navlink:visited {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
a.navlink:hover {
	color: #000000;
	text-decoration: none;
}

