/*
  $Id: loc.css $

  Copyright (c) 2004 L.O.C.

*/

BODY {
  background-color: #1E90FF;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin: 0px;
  font-family:  Helvetica, Arial, sans-serif;
  font-size: 10pt;
  color: rgb(0, 0, 0);
}

A.indexLink
{
	font-family: Arial Black, Helvetica, sans-serif;
	font-size: 8pt;
	color: rgb(0, 0, 255); 
  	text-decoration: none;
}
A.miniLink
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: rgb(0, 0, 255); 
  	text-decoration: none;
}

P.indexParagraph
{
  	word-spacing: 2;
  	margin-top: 2;
  	margin-bottom: 2
}

A.formLink
{
	font-family: Arial Black, Helvetica, sans-serif;
	font-size: 10pt;
	color: rgb(255, 255, 255); 
  	text-decoration: none;
}

A.webmasterLink
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: rgb(0, 0, 0); 
  	text-decoration: none;
}

A.regularLink
{
	color: rgb(0, 0, 0);
  	text-decoration: none;
}

A:hover 
{
	color: rgb(255, 0, 0);
  	text-decoration: none;
}

TABLE
{
	table-border-color-light: rgb(50, 50, 0);
	table-border-color-dark: rgb(0, 0, 0); 
}

TD.boxstyle
{
	table-border-color-light: rgb(50, 50, 0);
	table-border-color-dark: rgb(0, 0, 0); 
	border-right-style: solid;
	border-right-width: 1;
	border-left-style: solid;
	border-left-width: 1;
	border-top-style: solid;
	border-top-width: 1;
	border-bottom-style: solid;
	border-bottom-width: 1
}

h1, h2, h3, h4, h5
{
	font-family:  Helvetica, Arial, Verdana, Century Gothic;
	color: rgb(0, 0, 0);
}

h1
{
	color: rgb(0, 0, 0);
	font-size: 12pt;
	text-decoration: underline;
	font-weight: bold;

}

h2
{
	color: rgb(0, 0, 0); 
	font-size: 11pt;
	text-decoration: italics;
	font-weight: bold;
}

h3
{
	color: rgb(0, 0, 0);
  	text-decoration: underline;
	font-size: 11pt; 
}

h4
{
	color: rgb(0, 0, 0);
	font-size: 10pt;
	text-decoration: underline;
}

h5
{
	color: rgb(255, 0, 0);
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}