body {
font-family: "tahoma", "arial", "helvetica", "sans-serif";
font-size: 8pt;
background-color: #f8f8f8;
color: #444444;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
}

table {
  border: none;
  background-color: #f8f8f8;
}

table.main, table.mainouter {
  background-color: #f8f8f8;
}

table.bottom {
  background: transparent;
}

h1 {
  font-size: 12pt;
}

h2 {
  font-size: 10pt;
  margin-bottom: 6px;
}

p {
	font-size: 8pt;
}

p.sub {
  margin-bottom: 4pt;
}

td {
	font-size: 8pt;
	border: solid #777777 1px;
	padding: 2pt;
}

td.embedded {
   border: none;
   padding: 0px;
  text-align: left;
}

td.bottom {
  border: none;
}

td.heading {
  font-weight: bold;
}

td.text {
  padding: 10pt;
  text-align: left;
}

td.comment {
  padding: 10pt;
  font-size: 8pt;
  text-align: left;
}

td.colhead {
  font-weight: bold;
  color: #ffffff;
  background-color: #5AA3CC;
  border: none;
}

td.rowhead {
  font-weight: bold;
  text-align: right;
  vertical-align: top;
}

td.title {
	font-size: 14pt;
}

td.navigation {
	font-weight: bold;
	font-size: 10pt;
   border: none;
}

td.clear {
  padding: 0px;
  border: none;
}

td.cont {
  padding: 5px;
  border: none;
  background: transparent;
}

form {
	margin-top: 0;
	margin-bottom: 0;
}

.sublink {
	font-style: italic;
	font-size: 7pt;
	font-weight: normal;
}

font.gray
{
  color: #ACA899;
  text-decoration: underline;
}

a:link, a:visited {
  text-decoration: underline;
  color: #444444;
  /*font-weight: bold;*/
}

a:hover {
  color: #AA2222;
}

a.index {
	font-weight: bold;
}

a.biglink {
	font-weight: bold;
	font-size: 12pt;
}

a.altlink:link, a.altlink:visited{
	font-weight: bold;
	color: #A83838;
	text-decoration: none;
}

a.altlink:hover {
  text-decoration: underline;
}

a.altlink_blue:link, a.altlink_blue:visited{
	font-weight: bold;
	color: #004E98;
	text-decoration: none;
}

a.altlink_blue:hover {
  text-decoration: underline;
}

a.altlink_green:link, a.altlink_green:visited{
	font-weight: bold;
	color: #007800;
	text-decoration: none;
}

a.altlink_green:hover {
  text-decoration: underline;
}

a.menu_button {
  font:12px  Verdana, sans-serif;
  font-weight:bold;
  text-decoration: none;
  color: #444444;
  padding-bottom: 6px;
  padding-top: 6px;
}
a.menu_button:hover { text-decoration: none; color: #993333; }
a.menu_button:active	{ text-decoration: none; color: #FF3333; }
a.menu_button:visited	{ text-decoration: none; color: #444444; }

.important {
	font-weight: bold;
	font-size: 8pt;
}

.red {
	color: #ee0000;
}

.yellow {
	color: #997700;
}

.green {
	color: #000000;
}

input, select, textarea {
	font-family: "tahoma", "arial", "helvetica", "sans-serif";
	font-size: 8pt;
}

.btn {
  width: 75px;
  height: 23px;
}

.small {
  font-size: 7pt;
}

.big {
  font-size: 10pt;
}

li {
  margin-top: 6pt;
  margin-bottom: 6pt;
}

ul {
  margin-left: 16pt;
  margin-top: 0px;
  margin-bottom: 0px;
}

img.border
{
  border-style: solid;
  border-color: #000000;
  border-width: 1px;
}

.spoiler {
font-family: "arial";
font-size: 10px;
color: #bbd7f3;
background-color: #bbd7f3;
}

/* ---------------------------------- *
   Spoiler
 * ---------------------------------- */
.spoiler-wrap {
     width: 95%; margin: 6px auto; clear: both; background: #D9E1EC/*#E9E9E6*/;
     border: solid #FBFEFF/*#C3CBD1*/; border-width: 1px 1px 1px 2px;
}
.spoiler-head {
     font-size: 11px; padding: 1px 14px 3px; margin-left: 6px; line-height: 15px;
}
.spoiler-body {
     padding: 1px 1px 1px; 
     border-top: 1px solid #FBFEFF/*#C3CBD1*/; background: #EAEDF4/*#F5F5F5*/;
}
 	
.clickable { cursor: pointer; }
.folded, .folded2 { 
     display: block;
     background: transparent url(images/icon_plus_1.gif) no-repeat left center; padding-left: 14px; 
}
.unfolded, .unfolded2 { 
     display: block;
     background: transparent url(images/icon_minus_1.gif) no-repeat left center; padding-left: 14px; 
}
.folded2   { background-image: url(images/icon_plus_2.gif); }
.unfolded2 { background-image: url(images/icon_minus_2.gif); }
/* End of Spoiler */