* {
	font-size:100%;
}
body, textarea {
  font: 0.75em arial, helvetica, sans-serif;
  color: #333;
}

form {
  margin:0;
  padding:0;
}

h1 {
  margin:0 0 12px 0;
  color:#0287d3;
  font-size:1.6em;
}
p {
  margin:0 0 15px 0;
}
h2 {
  margin:0 0 12px 0;
  color:#0e87d8;
  font-size:14px;
  font-size:1.3em;
}
h3 {
  font-size:1.1em;
  margin:0 0 17px 0;
  color:#222;
}

img {
	border:none;
}

a:link, a:visited {
  font-weight:bold;
  text-decoration:none;
  color:#0e87d8;
}
a:hover {
  text-decoration:underline;
}

hr {
  background-color:#0e87d8;
  color:#0e87d8;
  height:1px;
  margin-bottom:10px;
  border: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;
}


table.fixedtable {
	table-layout:fixed;
}
table.datatable {
  width:100%;
  background-color:#e6e6e6;
}
table.datatable tr th {
  font-weight:bold;
  text-align:left;
  background-color:#0e87d8;
  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:#ffb3b3;
}
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;
}

blockquote.quoted {
	margin:0 0 12px 0px;
	padding:0 20px 0 30px;
	background:url(../images/styles/quote_open.gif) no-repeat 10px 0;
}
blockquote.quoted p {
	padding-right:20px;
	background:url(../images/styles/quote_close.gif) no-repeat 100% 100%;
}


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