@CHARSET "UTF-8";

BODY
{
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #808080;
}

P
{
	font-weight: bold;
}


.thin
{
	font-weight: normal;
}


A {
  color: #808080;
}

H3
{
	font-size: 11pt;
	color: red;
	font-weight: bold;
}

H4
{
	font-size: 11pt;
	color: #555555;
	font-weight: bold;
}


A:hover {
  text-decoration: underline;
}

.currentmodule {
  background-color: #DDDDDD;
  color: #666666;
  text-decoration: none;
}

.currentsubmodule {
  color: #ADADAD;
  text-decoration: underline;
  font-weight: bold;
}

.mainlink {
  color: #666666;
  text-decoration: none;
}

.mainlink:hover {
  color: #EFEFEF;
  text-decoration: underline;
}

.sublink {
  color: #808080;
  text-decoration: none;
  font-weight:bold;
}

.sublink:hover {
  text-decoration: underline;
}

.headertable
{
	background-color: #C0C0C0;
	font-weight: bold;
	width:800px;
	height:50px;
}

.copyright
{
	font-size: 10pt;
}
