@charset "utf-8";
body {
	font-size: 12px;
	font: normal normal 80% Arial, sans-serif;
	line-height: 1.5em;
	color: #0C230A;
	background:url(../images/bg_w.gif);
	margin: 0px;
	
}
.style1 {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.7em;
}

.table {
	font-size: 11px;
	font-weight: bold;
}

.form {
	font-size: 11px;
}

a:link {
  color: #FFFFFF;
  }

a:visited {
  color: #CCCCCC;
  }

a:hover {
  color: #693;
  }

a:active {
  color: #CCCCCC;
  text-decoration: none;
  }
a.bold:link {
  color: #841e98;
  font-weight: bold;
  text-decoration: none;
  }
a.bold:visited {
  font-weight:bold;
  text-decoration: underline;
  color: #666666;
  }

a.bold:hover {
  color: #841e98;
  font-weight: bold;
  text-decoration: underline;
  }

a.bold:active {
  color: #666666;
  font-weight: bold;
  text-decoration: none;
  }

