/*
Tag Reference
*/

html,body,form,div,h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,dl,address
{
   padding: 0 0 0 0;
   margin: 0 0 0 0;
}

BODY
{
   margin: 15px;
   font-family: Arial, Helvetica;
   font-size: 12px;
   color: #686A61;
   background-image: url(../../img/global/background.gif);
   background-color: #F3F2E8;
}

TD
{
   font-family: Arial, Helvetica;
   font-size: 12px;
   color: #686A61;
   line-height: 1.5em;
}

P
{
   font-family: Arial, Helvetica;
   font-size: 12px;
   color: #686A61;
   padding: 5px 0px 5px 0px;
}

INPUT
{
   font-family: Arial, Helvetica;
   font-size: 12px;
   color: #443916;
   padding: 1px 0px 1px 1px;
   background-color: #FFFFFF;
   border: solid 1px #BABCAE;
}


INPUT[type="checkbox"] 
{
   border: none;
}

INPUT[type="radio"] 
{
   border: none;
}

INPUT[type="button"]
{
  font-family: Arial, Helvetica;
  font-weight: bold;
  background-color: #DAD6CF;
  width: 109px;
  height: 28px;
}

INPUT[type="submit"]
{
  font-family: Arial, Helvetica;
  font-weight: bold;
  background-color: #DAD6CF;
  width: 109px;
  height: 28px;
}


SELECT
{
   font-family: Arial, Helvetica;
   font-size: 12px;
   color: #443916;
   background-color: #FFFFFF;
   border: solid 1px #BABCAE;
}

TEXTAREA
{
   font-family: Arial, Helvetica;
   font-size: 12px;
   color: #443916;
   padding: 2px 2px 2px 2px;
   background-color: #FFFFFF;
   border: solid 1px #BABCAE;
}

LABEL
{
  font-family: Arial, Helvetica;
  font-size: 12px; 
  font-weight: bold;
}

EM 
{
   font-family: Arial, Helvetica;
   font-size: 12px;
   font-style: italic;
}

BUTTON
{
   font-weight: bold;
}

A
{
  color: #443916;
  text-decoration: underline;
}
A:visited 
{
  color: #443916;
  text-decoration: underline;
}
A:hover
{
  color: #857441;
  text-decoration: underline;
}

IMG
{
   border: 0px;
}

HR
{
   clear: both;
   border: none;
   background-color: #cdcdcd;
   height: 1px;
}

.HR 
{
   clear: both;
   background-color: #cdcdcd;
   height: 1px;
}

UL 
{
   list-style-type: none;
}
LI 
{
}



H1
{
  font-size: 24px;
  font-family: Times New Roman, Arial, Helvetica;
  font-weight: bold;
  color: #273464;
  line-height: 1.6em;
}
A.H1
{
  font-size: 24px;
  font-family: Times New Roman, Arial, Helvetica;
  font-weight: bold;
  color: #273464;
  line-height: 1.6em;
}
H2
{
  font-family: Times New Roman, Arial, Helvetica;
  font-weight: bold;
  font-size: 18px;
  color: #644C19;
  line-height: 1.4em;
}
H3
{
  font-family: Arial, Helvetica;
  font-weight: bold;
  font-size: 14px;
  color: #644C19;
  line-height: 1.2em;
}
H4
{
  display: inline;
  font-family: Arial, Helvetica;
  font-weight: bold;
  font-size: 12px;
  color: #644C19;
}
.instruction{
	font-size: 80%;
}