/******************************************************************************
* Defines default styles for site pages.                                      *
******************************************************************************/

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

body {
  background-image:url(../images/index_06.jpg);
  color: #000000;
  font-family: Arial;
  font-size: 10pt;
}

pre {
  font-family: Arial;
  font-size: 10px;
}

td, th {
  font-family: Arial;
  font-size: 10px;
  text-align: left;
  vertical-align: top;
}

th {
  font-weight: normal;
  vertical-align: bottom;
}

ul {
  list-style-type: square;
}

#demoBox {
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  padding: 8px;
  width: 100px;
}

.footer {
  margin-bottom: 0px;
  text-align: center;
}

/* Boxed table styles */

table.boxed {
  border-spacing: 2px;
  empty-cells: hide;
}

td.boxed, th.boxed, th.boxedHeader {
  background-color: #ffffff;
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  color: #000000;
  padding: 2px;
  padding-left: 8px;
  padding-right: 8px;
}

th.boxedHeader {
  background-color: #808080;
  color: #ffffff;
}

h2 {
  font-family: Arial;
  font-size: 11px;
  text-align: left;
  font-weight:normal;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

#newscollumn1 {
	display: block;
	font: Arial;
	font-size: 9px;
	width: 580px;
	background: transparent;
	padding-bottom: 1px;
	padding-top: 2px;
	padding-left: 0px;
	margin-bottom: 5px;
	color: #838383;
	font-weight: normal;
	font-style:italic;
	text-align:left;
	border-bottom: 1px solid #838383;
	border-bottom-style:dotted;
}

#newscollumn2 {
	display: block;
	font: Arial;
	font-size: 9px;
	width: 580px;
	background: transparent;
	padding-bottom: 1px;
	padding-top: 2px;
	padding-left: 0px;
	margin-bottom: 5px;
	margin-top: 25px;
	color: #838383;
	font-weight: normal;
	font-style:italic;
	text-align:left;
	border-bottom: 1px solid #838383;
	border-bottom-style:dotted;
}

body
{
scrollbar-arrow-color: #BCBCBC;
scrollbar-face-color: #FFFFFF;
scrollbar-highlight-color: #BCBCBC;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-shadow-color: #BCBCBC;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-track-color: #FFFFFF;
}


