html {
  height: 100%;
  margin-bottom:1px;
}

body  {
     color: #666666;
     }

body.first  {
      background-image: url(img/bg_first.jpg);
     }

table.first  {
      background-color: transparent;
      font-family: arial;
      font-size: 14px;
      color:#666666;
     }

table  {
      background-color: #ffffff;
      font-family: arial;
      font-size: 14px;
      color:#666666;
     }

td.header  {
      background: url(img/bg_header.jpg);
     }
td.headerscnd  {
      background: url(img/bg_header_scnd.jpg);
     }

td.headerright  {
      background: url(img/bg_header_right.jpg);
      text-align: right;
     }

td.headerrightscnd  {
      background: url(img/bg_header_right_scnd.jpg);
      text-align: right;
     }

.headline {
      font-family: arial;
      font-size: 16px;
      font-weight: bold;
      color:#8EBEB2;
}

.box{
	border: 1px solid #FF0000;
	background-color: #FFBCC0;
	padding: 4px;
}

#footerdiv
{
 position:fixed;
 background-image: url(img/bg/foot.gif);
 left:0px; bottom:0px; width:100%; height:35px;
 font-family: arial;
 font-size: 12px;
 line-height: 16px;
 color:#000000;
}


input.special  {
	border-right: #1A2B79 2px inset;
	border-top: #1A2B79 1px outset;
	font-weight: Bold;
	font-size: 8pt;
	border-left: #1A2B79 1px outset;
	color: #000000;
	border-bottom: #1A2B79 2px inset;
	font-family: Verdana, Arial;
	background-color: #ffffff;
     }

textarea.special  {
      color:#000000;
      font-weight: Bold;
      font-size: 8pt;
      font-family: Verdana, Arial;
     }


a:link { color: #666666; font-weight: bold; text-decoration: none }
a:visited { color: #666666; font-weight: bold; text-decoration: none }
a:hover { text-decoration:none; font-weight: bold; color:#CCCCCC}

a.prg:link { color: #666666; font-weight: normal; text-decoration: none }
a.prg:visited { color: #666666; font-weight: normal; text-decoration: none }
a.prg:hover { text-decoration:none; font-weight: normal; color:#CCCCCC}
