body 
{ 
  background-color:#000; 
  background-image:url(images/strip_center.gif);
  background-position:center;
  color:#b5b5b5; 
  font-size:10pt; 
  font-family:Arial;
}

/*---------- plugin table -------*/
table.txt
{
  background-color:#313136;
  border-style:solid; 
  border-width:1px;
  border-color:#444444;
  padding:2px;
  margin:1em auto;
}

table.txt td
{
	border-width:1px 0px 0px 0px;
	border-color:#444444;
	border-style:solid;
	padding:2px 1em;
}

table.txt th
{
	padding:4px 0px;
	background-image:url(images/headerpiece.gif);
}
/*---------- plugin table end -------*/
/*---------- links -------*/
a:link 
{ 
  color:#a2c9ff;
  text-decoration:underline;
}
a:visited 
{ 
  color:#a2c9ff; 
  text-decoration:underline;
}
a:hover 
{ 
  color:#ffffff; 
  text-decoration:underline; 
}
a:active 
{ 
  color:#a2c9ff; 
  text-decoration:underline;
}
/*---------- links end -------*/
/*---------- news table -------*/
table.smallnews
{
  background-color:#313136;
  border-style:solid; 
  border-width:1px;
  border-color:#444444;
  padding:2px;
  margin:0.5em auto;
}

table.smallnews td
{
	border-width:1px 0px 0px 0px;
	border-color:#444444;
	border-style:solid;
	padding:1px 1em;
}

table.smallnews th
{

	font-weight:normal;
	padding:1px 0px;
	background-image:url(images/headerpiece.gif);
}
/*---------- plugin table end -------*/
/*---------- special text box -------*/
div.textbox {
	border:2px solid; 
	padding:3px;
	margin:2em 0;
	text-align:center;
}
/*---------- special text end -------*/

p {
  margin: 0.5em 0.5em;
}

table {
	font-size: 10pt;
}



ul
{ 
  list-style-position:inside; 
  list-style-type:circle;
  margin:5px;
}


h1 { 	
  font-size:24pt;
  font-family:Arial;
  font-weight:bold;
  /*color:#50B9FF;  */
}

h2 { 	
  font-size:19pt;
  font-family:Arial;
  font-weight:bold;
 /* color:#50B9FF;*/
}

h3 {	
  font-size:14pt;
  font-family:Arial;
 /* color:#50B9FF;*/
  font-style:italic; 
}

h4 { 
  font-size:12pt;
  /*font-family:Arial;*/
  color:fff;
  font-weight:bold;
  margin: 0.1em 1em 0.5em 1em;
}

h5 {	
  font-size:10pt;
  /*font-style:italic;*/
  font-weight:bold;
  color:fff;
  margin: 2pt 2pt 2pt 2pt;
}
