/* Created using Style Master from Western Civilisation CSS1 { 275 547 296 395 } */



body
{
color; #999999;
font-family: Arial, Verdana, sans-serif;
font-size:10pt;
font-weight: normal;
background: black;

}

h1, h2, h3, h4, h5, h6
{}

h1
{
font-size: 22px;
font-weight: bolder; 
color:#ffffff;
}

h2
{

font-family: Times Roman, New York, serif;
font-size:  16px;
font-style: italic;
font-weight: bolder;
}

h3
{
font-size:  14px;
font-style: italic;
font-weight: bold;
}

td
{

color:#999999;
font-size:  12px;
font-weight: bold;
}

th
{

color:#000099;
font-size:  16px;
}


/*-------------------------------------------------------------------------
lists
-------------------------------------------------------------------------*/

menu
{

color:#999999;
font-size: 12px;
line-height: 1.5;
}

li
{

color:#999999;
font-size: 12px;
line-height: 1.5;
}

/*-------------------------------------------------------------------------
 standard links
-------------------------------------------------------------------------*/
	A {
		/*font-family: Arial;*/
		font-weight: bold;
		text-decoration: none;
	}
	A:link {
		font-size:  12px;
		color: #000099;
		text-decoration: none;
	}
	A:visited {
		font-size:  12px;
		color: #808080;
		text-decoration: none;
	}
	A:hover {
		font-size:  12px;
		color: #0000ff;
		text-decoration: underline;
	}
	A:active {
		font-size:  12px;
		color: #c0c0c0;
		text-decoration: none;
	}




