/* Kylix default syle sheet */

*
{
  margin: 0;
  padding: 0;
  border: 0;
}

body
{
  color: #434343;
  font-size: 12px;
  font: 0.9em "Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
  font-family:"Lucida Grande","Verdana","Sans Serif";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 0;
  word-spacing: 1px;
  background-color: #FFE6B9;
}

a
{
  color: #434343;
  text-decoration: none;
}

br.clear
{
  float: none;
  clear: both;
  display: block;
}

h1
{
  margin: 0 0 2px 0;
  padding: 0 0 2px 20px;
  color: #FEAE02;
  font-family:"Lucida Grande","Verdana","Sans Serif";
  font-size: 1.1em;  
  font-style: normal;
  font-variant: normal;
  font-weight: bolder;
  letter-spacing: 1px;
  line-height: 1.1em;
  height: 1.1em;
  text-transform: uppercase;
  background-image: none;
}

h2
{
  margin: 0 0 2px 0;
  padding: 0 0 2px 20px;
  color: #746D5F;
  font-family:"Lucida Grande","Verdana","Sans Serif";
  font-size: 1.1em;  
  font-style: normal;
  font-variant: normal;
  font-weight: bolder;
  letter-spacing: 1px;
  line-height: 1.1em;
  height: 1.1em;
  text-transform: none;
  background-image: none;
}

h3
{
  margin: 0 0 2px 0;
  padding: 0 0 2px 20px;
  color: #FEAE02;
  font-family:"Lucida Grande","Verdana","Sans Serif";
  font-size: 1.1em;  
  font-style: normal;
  font-variant: normal;
  font-weight: bolder;
  letter-spacing: 1px;
  line-height: 1.1em;
  height: 1.1em;
  text-transform: none;
}

h4
{
  margin: 0 0 2px 0;
  padding: 0 0 2px 20px;
  color: #746D5F;
  font-family:"Lucida Grande","Verdana","Sans Serif";
  font-size: 1.1em;  
  font-style: normal;
  font-variant: normal;
  font-weight: bolder;
  letter-spacing: 1px;
  line-height: 1.1em;
  height: 1.1em;
  text-transform: none;
  background-image: none;
  background: transparent url(images/h4_underline.gif) 18px bottom no-repeat;
}

h5
{
  margin: 0 0 2px 0;
  padding: 0 0 2px 20px;
  color: #FEAE02;
  font-family:"Lucida Grande","Verdana","Sans Serif";
  font-size: 1.1em;  
  font-style: normal;
  font-variant: normal;
  font-weight: bolder;
  letter-spacing: 1px;
  line-height: 1.1em;
  height: 1.1em;
  text-transform: none;
  background: transparent url(images/h5_underline.gif) 18px bottom no-repeat;
}

h6

{
  margin: 0 0 2px 0;
  padding: 0 0 2px 20px;
  color: #746D5F;
  font-family:"Georgia","Times Roman","Serif";
  font-size: 1.3em;  
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1.3em;
  height: 1.3em;
  text-transform: none;
  background-image: none;
}

p
{
  margin: 0 0 1em 0;
  padding: 0 20px 0 20px;
  text-align: left;
  line-height: 1.6em;
}

dl
{
  margin: 0 0 1em 20px;
  padding: 0.5em;
  display: block;
  width: 50%;
  font-size: 0.8125em;
  text-align: left;
  line-height: 1.8em;
  border: 1px solid #FFDB94;
  background-color: #FFEBC7;
  clear: left;
}

dt
{
  margin: 0;
  padding: 0;
  color: #746D5F;
  width: 150px;
  height: 1.8em;
  overflow: hidden;
  text-align: right;
  font-weight: bold;
  display: inline-block;
  margin-bottom: -1.8em;
}

dd
{
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
  left: 160px;
  width: 250px;
  height: 1.8em;
  overflow: hidden;
  text-align: left;
  font-weight: normal;
  display: inline;
}

form
{
  margin: 0 20px 1em 20px;
  padding: 10px;
  font-size: 0.8125em;
  text-align: left;
  line-height: 1.8em;
  border: 1px solid #FFDB94;
  background-color: #FFEBC7;
}

label
{
  margin: 0;
  padding: 0;
  color: #746D5F;
  height: 1.8em;
  text-align: left;
  font-weight: normal;
}

select
{
  width: 8em;
  margin: 0 0 0 1em;
  padding: 2px;
  color: #746D5F;
  border: 1px solid #FFDB94;
}

input[type=checkbox],
input[attr=checkbox]
{
  margin: 0 0 0 1em;
}

div table
{
  margin: 0 0 1em 20px;
  padding: 0;
  border: 1px solid #FFDB94;
  background-color: #FFEBC7;
}

div table tr td,
div table tr th
{
  margin: 0;
  padding: 3px;
  padding-bottom: 0.5em;
  padding-right: 1em;
  font-size: 0.8125em;
  text-align: left;
  vertical-align: top;
  line-height: 1.8em;
}

div table tr th
{
  font-weight: bold;
  text-transform: uppercase;
}

div table.FileDownloads
{
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
}

p.error
{
  margin: 0 0 1em 20px;
  padding: 0;
}