body {
	margin-top: 1pt;
	margin-bottom: 0pt;
	margin-left: 5pt;
	margin-right: 5pt;
	color: #000000;
	text-align: left;
	font-size: 10pt;
	background-color: #FAFAFA;
	background-image: url(../img/bg.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;

}


TABLE, TR {
	font-size: 10pt; /* standard font size */
}

TH {
	text-align: left;
}

.cell {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.appcell { /* right frame, app name, version etc */
	background-color: #EFEFEF;
}

.appnamecell {
	background-color: #E5E5E5;
	font-size: 13pt;
	font-weight: bold;
}

.litecell { /* right frame, light cell */
	background-color: #EFEFEF;
}

.darkcell { /* right frame, dark cell */
	background-color: #E5E5E5;
}


/* HYPERLINKS */
a:link {
	text-decoration: none;
	color: #0000A0;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: teal;
	font-weight: bold;
}
a:hover,a:active {
  text-decoration: underline;
  font-weight: bold;
  color : #FFFFFF;
  background-color: #006699;
  }

