/*****************************************
 GENERAL
*****************************************/

BODY {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

TABLE {
	border-collapse: collapse;
  border: 0px;
}

TD {
	padding: 0px;
	margin: 0px;
  border: 0px;
  color: black;
}

/*****************************************
 HIDE & SHOW
*****************************************/

TD.search,
TD.corner,
TD.mainmenu,
TD.path,
DIV.tools,
TD.border-h,
TD.border-v,
.noprint,
TD.footer .png,
TABLE.pagehead TD.image
{
  display: none;
}

/*****************************************
 PAGE BIG TITLE
*****************************************/

TABLE.pagehead {
	margin-bottom: 10px;
}

TABLE.pagehead TD.text P.title {
	font-family: Verdana, Helvetica, Tahoma, Verdana, sans-serif;
	font-weight: bold;
	font-size: 12pt;
  xdisplay: inline;
  xmargin-right: 5px;
}

TABLE.pagehead TD.text .subtitle {
  font-size: 10pt;
}

/*****************************************
 LINKS
*****************************************/

A IMG {
	border: 0px;
}

A {
  color: black;
  text-decoration: none;
}

A.hidden {
  display: none;
}

/*****************************************
 MAIN TABLE GENERAL
*****************************************/


TABLE.main {
	width: 100%;
}

/*****************************************
 MAIN TABLE HEADER
*****************************************/

TABLE.main TD.header {
	white-space: nowrap;
	padding: 0px;
	margin: 0px;
  color: #000;
	font-family: Arial, Tahoma, Helvetica, Verdana, sans-serif;
	font-size: 14pt;
	text-align: left;
}

/*****************************************
 MAIN TABLE FOOTER
*****************************************/

TD.footer {
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	background: #DDD9B5;
	color: #000;
	font-size: 10pt;
	text-align: left;
	font-style: italic;
}

TD.footer P {
  margin-top: 20px;
}

/*****************************************
 MAIN TABLE GENERAL CONTENT
*****************************************/

TABLE.main TD.content {
	text-align: left;
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
}

TABLE.main TD.content A {
  text-decoration: underline;
}

/*****************************************
 NEWS ENTRIES
*****************************************/

.news-date {
	font-style: normal;
  font-weight: bold;
	margin: 0px 0px 10px 0px;
}

P.news-title {
	font-size: 10pt;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	text-align: left;
}

P.news-title A {
  color: black;
  text-decoration: none;
}

P.news-content {
  font-size: 10pt;
	margin: 0px 0px 0px 0px;
}

/*****************************************
 SOFTWARE TITLES
*****************************************/

DL.software DT DIV {
  padding: 2px 5px;
}

DL.software LI {
  list-style-type: square;
}

/*****************************************
 PAGE SUBTITLES
*****************************************/

H1 {
	font-size: 16pt;
	color: #555;
}

H2 {
	font-size: 14pt;
	color: #555;
}

H3 {
	font-size: 12pt;
	color: #555;
}

H4 {
	font-size: 10pt;
	color: #555;
}

P.title {
  margin: 0px;
  font-size: 18pt;
}

/*****************************************
 VARIOUS PAGE STYLES
*****************************************/

.code, CODE, .term {
  background: #ffe;
  font-family: Courier New, monospace;
  font-size: 12pt;
}

CODE, .term {
  white-space: nowrap;
}

PRE.code {
  padding: 5px;
  border: 1px solid black;
}

P.error {
  font-weight: bold;
  font-size: 16pt;
}

HR {
	border: 0px;
	border-top: 1px dashed #000;
	margin: 10px 0px 0px 0px;
  height: 1px;
}

BLOCKQUOTE {
	font-style: italic;
}

.footnote {
	font-style: italic;
	font-size: 9pt;
}

P.details {
  font-style: normal;
  margin: 0px;
  margin-bottom: 10px;
  padding-left: 15px;
}

B.break {
  font-size: 14pt;
  font-weight: bold;
}

/*****************************************
 SPACE TABLE STYLE
*****************************************/

TABLE.space TD {
  vertical-align: top;
  text-align: left;
  padding: 0px 15px 0px 0px;
}

/*****************************************
 SURVEY TABLE STYLE
*****************************************/

TABLE.survey TD,
TABLE.survey TH {
  border: 1px solid #000;
  padding: 2px 5px;
  font-size: 10pt;
  text-align: left;
}

TABLE.survey TH {
  font-weight: bold;
  text-align: center;
}

TABLE.survey TD.right {
  text-align: right;
}

TABLE.survey TD.head {
  text-align: center;
  font-weight: bold;
}

TABLE.survey TD.head-right {
  text-align: right;
  font-weight: bold;
}

TABLE.survey TD.total-right {
  text-align: right;
}
