* {
  font-size:100%;
}
body {
  font: 0.688em verdana, tahoma, sans-serif; /* 0.688em/1.455 => pxtoem.com */
  color:#666;
}

 select
,input
,button
,textarea {
  font:99% verdana, tahoma, sans-serif;
}

form {
  margin:0;
  padding:0;
}

p, h1, h2, h3, h4, hr {
  margin:0 0 14px 0;
}
h1, h2, h3, h4 {
  font-family:arial, tahoma, sans-serif;
}
h1 {
  font-size:2em;
}
h2 {
  font-size:1.8em;
}
h3 {
  font-size:1.2em;
}
h4 {
  font-size:1.1em;
}

 h1 a:link
,h1 a:visited
,h2 a:link
,h2 a:visited
{
    font-family:arial, tahoma, sans-serif;
    font-weight:bold;
}

img {
  border:none;
}

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

hr {
  background-color:#666;
  color:#666;
  height:1px;
  border:none;
}
* html hr {
    margin: 0;
}

.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;
}


blockquote {
  padding:0 0 0 25px;
  margin:0 0 11px 0;
  background:url(../images/styles/quote_top_gray.gif) no-repeat 0 0;
}
blockquote h3 {
  margin: 0;
  padding: 0 20px 0 0;
  background:url(../images/styles/quote_bottom_gray.gif) no-repeat 100% 100%;
}
.red blockquote      {background-image:url(../images/styles/quote_top_red.gif);}
.red blockquote h3   {background-image:url(../images/styles/quote_bottom_red.gif);}
.green blockquote    {background-image:url(../images/styles/quote_top_green.gif);}
.green blockquote h3 {background-image:url(../images/styles/quote_bottom_green.gif);}
.blue blockquote     {background-image:url(../images/styles/quote_top_blue.gif);}
.blue blockquote h3  {background-image:url(../images/styles/quote_bottom_blue.gif);}


blockquote p {
  margin:0 0 6px 0;
}



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