/* LAYOUT 01*/
body{
  background-color: #D3E2E9;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #FFFFFF
}
a:link{
  color: #FFFFFF;
  text-decoration: none;
}
a:active {
  color: #FFFFFF;
  text-decoration: none;
}
a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
a:hover{
  color: #FFFFFF;
  text-decoration: underline;
}
img{
  border: 0px;
}
.title{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13pt;
  color: #CCFFCC;
  font-weight: bold;
  margin-top: 16px;
  margin-bottom: 26px
}
.subtitle{
  font-family: Arial, Tahoma, Helvetica;
  font-size: 11pt;
  font-weight: bold;
}
.descript{
  font-family: Verdana, Tahoma, Helvetica;
  font-size: 10pt;
  font-weight: normal;
}
.observ{
  font-family: Tahoma, Arial, Helvetica;
  font-size: 08pt;
  font-weight: normal;
}
.bottom{
  font: normal 12px 'Trebuchet MS','Arial';
  color: #FFFFFF;
}
.attent{
  font-family: Tahoma, Arial, Helvetica;
  color: #FF0000;
  font-size: 09pt;
  font-weight: bold;
}
.cpnydata{
  font-family: Arial, Verdana, Tahoma;
  color: #003D79;
  font-size: 12pt;
  font-weight: normal;
}
.coltitle{
  font-family: Arial, Tahoma, Helvetica;
  color: #000000;
  font-size: 09pt;
  font-weight: bold;
}
.coldescript{
  font-family: Arial, Tahoma, Helvetica;
  color: #000000;
  font-size: 10pt;
  font-weight: normal;
}
.wintitle{
  font: 12px Verdana, Arial, sans-serif;
  font-weight: bold;
  color: #003366;
}
.winstitle{
  font: 11px Tahoma, Arial, sans-serif;
  font-weight: bold;
  color: #000000;
  margin-bottom: 4px;
}
.wintext{
  font: 11px Tahoma, Arial, sans-serif;
  color: #00274F;
  margin-bottom: 4px;
}
.pricetext{
  font: 13px Arial, Tahoma, sans-serif;
  font-weight: bold;
}
.winobserv{
  font: 09px Tahoma, Arial, sans-serif;
  color: #00274F;
}
.picborder{
  border: 1px #002B55 solid;
}
.itemtitle{
  font-family: Tahoma, Arial, Helvetica;
  font-size: 08pt;
  color: #FFFFFF;
}
.formitem{
  font-family: Tahoma, Arial, Helvetica;
  font-size: 09pt;
  color: #FFFFFF;
}
.forminput {
  font-family: Verdana, Arial, Helvetica;
  font-size: 10pt;
  color: #3E3E3E;
  background-color: #FFFFFF;
  border: 1px #666666 solid;
}
.forminputfocus {
  font-family: Verdana, Arial, Helvetica;
  font-size: 10pt;
  color: #3E3E3E;
  background-color: #E4ECF1;
  border: 1px #000000 solid;
}
.forminputblur {
  font-family: Verdana, Arial, Helvetica;
  font-size: 10pt;
  color: #3E3E3E;
  background-color: #FFFFFF;
  border: 1px #666666 solid;
}
.formbutton {
  height: 24px;
  color: #004B97;
  font: 10pt Verdana;
  font-weight: bold;
  border: 1px solid #00509F;
  background-position: center;
  background: transparent url(../images/btnback.gif) repeat-x center;
  cursor: pointer;
}
#popup{
  position: absolute;
  top: 25%;
  left: 38%;
  width: 360px;
  padding: 20px 20px 20px 20px;
  border-width: 1px;
  border-style: solid;
  background: #00699B;
  color: #FFFFFF;
  display: none;
}

