* {
  font-size:100%;
}
body, textarea {
  font:0.688em arial, helvetica, sans-serif;
  line-height:1.4em;
  color:#1c1c1c;
}

form {
  margin:0;
  padding:0;
}

p, h1, h2, h3, h4, hr {
  margin:0 0 1em 0;
}

h1 {
  font-size:1.8em;
  line-height:1em;
  font-weight:normal;
  font-family: "Trebuchet MS", arial, helvetica, sans-serif;
  color:#630031;
}
h2 {
  font-size:1.3em;
  color:#630031;
}
h3 {
  font-size:1.1em;
  color:#630031;
}

img {
  border:none;
}

a:link, a:visited {
  color:#347796;
  font-weight:bold;
  text-decoration:none;
}
a:hover {
  color:#000;
  text-decoration:none;
}

hr {
  background-color:#d398b5;
  color:#d398b5;
  height:1px;
  border:none;
}

div.hr {
  background:url(../images/layout/hr.gif) repeat-x;
  height:1em;
}
div.hr hr {
  display:none;
}

.layoutfix {
  clear:both;
  font-size:1px;
  line-height:1px;
}

ul {
  list-style:square;
  margin-top:0px;
  margin-bottom:10px;
}
ol {
  margin-top:0px;
  margin-bottom:10px;
}
ul ul, ol ul, ol ol, ul ol {
  margin-bottom:0px;
}

.layoutfix {
  clear:both;
  font-size:1px;
  line-height:1px;
}

table.listtable th, table.listtable td {
  padding:1px 10px 1px 1px;
  text-align:left;
  vertical-align:top;
}

/*

table.fixedtable {
  table-layout:fixed;
}
table.datatable {
  width:100%;
  background-color:#d1d1d1;
}
table.datatable tr th {
  font-weight:bold;
  text-align:left;
  background-color:#1288b7;
  color:#fff;
}
table.datatable tr th, table.datatable tr td {
  padding:3px 3px;
}
table.datatable tr td {
  background-color:#fff;
}
table.datatable tr.odd td {
  background-color:#efefef;
}
table.datatable tr.highlight td {
  background-color:#ffc;
}
table.datatable tr.new td {
  background-color:#cfc;
}
table.datatable tr.err td {
  background-color:#fcc;
}
table.datatable tr.inactive td, table.datatable tr.inactive td * {
  color: #ccc;
}
table.datatable tr th a:link, table.datatable tr th a:visited {
  color: #fff;
}

table.listtable th {
  text-align:left;
  padding:2px 5px 2px 2px;
}
table.listtable td {
  padding:2px 5px 2px 2px;
}

table.listtable tr.odd td, table.listtable tr.odd th {
  background-color:#f0eef4;
}


fieldset {
  border:none;
  margin:0;
  padding:0;
}
legend {
  margin:0 0 12px 0;
  padding:0;
  font-weight:bold;
  color:#666;
  font-size:1.3em;
}
* html legend {
  margin-left:-6px;
}*/
