/*
body, div, p, td, th, li {
  font-family:	verdana,arial,helvetica;
  font-size:	11px;
}
*/

body {
  background-color:	#caa;
  color:	#333;
}

a.mainlink:link, a.mainlink:visited, a.mainlink:hover, a.mainlink:active {
/*.mainlink a:link, a:visited, a:hover, a:active {*/
  color:	#333;
  text-decoration:	none;
}

h1 {
  font-family:	verdana,arial,helvetica;
  font-size:	2.0em;
}

h2 {
  font-family:	verdana,arial,helvetica;
  font-size:	1.5em;
}

h3 {
  font-family:	verdana,arial,helvetica;
  font-size:	1.15em; 
  text-decoration:	underline;
}

code {
  color:	#333;
  background-color:	#eee;
  font-family:	Courier, monospace;
}

.mycode {
  margin:5px 0;
  padding:10px;
  text-align:left;
  display:block;
  overflow:auto;
  font:11px 'Lucida Console','courier new',monospace;
  line-height:12px;
  white-space:pre;
  background:#FCFCF9;
  border:2px solid #EFEFEF;
  max-height:500px;
  max-width:550px;
}

.formError, td.formError {
  color:	#c00;
  font-size:	0.8em;
  font-weight:	bold;
  vertical-align:	middle;
}

ul.l1, ul.l2 {
  list-style-type: none;
  list-style-position: outside;
  position: relative;
  left:-25px;
}

/*
ul.l2 {
  list-style-type: none;
}
*/

body, div, p, td, th, li {
  font-family:	verdana,arial,helvetica;
  font-size:	11px;
}

li {
  /*padding-left: -14px;*/
}
