/* Body style */
body 
{
  margin-left:0px; 
  margin-right:0px; 
  margin-top:0px; 
  margin-bottom:0px;
	color:#888888;

	background-color:#000000;
}

/* Link highlighting */
a:link    {color:#FFFFFF; text-decoration:none;}
a:visited {color:#FFFFFF; text-decoration:none;}
a:focus   {color:#FFFFFF; text-decoration:none;}
a:hover   {color:#FFFFFF; text-decoration:none;}
a:active  {color:#FFFFFF; text-decoration:none;}

/* Main style */
*
{ 
  font-family:sans-serif;
  font-size:10pt !important;
}

/* Mono-type */
tt, pre
{ 
  font-family:monospace;
  font-size:10pt !important;
}

/* Default table */
table
{
	border:0px;
	padding:0px; /* "cellpadding" */
	
	/* CSS 2.0 */
	border-spacing:0px; /* "cellspacing" */
}

tr, td, th
{
	text-align:left; /* horizontal */
	vertical-align:top;	/* vertical */
}

/* Lists */
ul
{
  list-style-type:disc;

  margin-top:0.1in;
  margin-bottom:0.1in;
}

/* User defined styles */
/* ------------------- */

/* Bold font */
.title, .title a
{
  color:#000000;
	font-weight:bold;
  /* font-size:150%; */
}

/* Small font */
.small, .small a
{
  font-size:9pt !important;
}

/* Text box */
.box
{
	width:100%;
	border:0px;
	padding:0px; /* "cellpadding" */
	
	text-align:center; /* horizontal */
	vertical-align:middle;	/* vertical */
	
	/* CSS 2.0 */
	border-spacing:0px; /* "cellspacing" */
}
