/* CSS Document */

html {height:100%;} 
body {background-color: #ffffff;
  background-image:   url();
  background-repeat: repeat;
  font: 11px arial;
  color: #4b4b4d;
  text-align: justify;
  letter-spacing: 1px;
  line-height: 19px;
  
  height:100%;
  
  scrollbar-face-color:#FFFFFF;
      scrollbar-shadow-color:#858585;
      scrollbar-highlight-color:#FFFFFF;
      scrollbar-3dlight-color:#FFFFFF;
      scrollbar-darkshadow-color:#FFFFFF;
      scrollbar-track-color:#858585;
      scrollbar-arrow-color:#858585;}
  
html {height:100%;} 

#layout { 
  margin-top: 0px; 
  margin-left: 0px;
  position: absolute;
  }
#content {
  background: transparent;
  width: 490px;
  top: 500px;
  left: 110px;
  position: absolute;
  overflow: auto;
  overflow-x: hidden;}

div.header, h2{ 

  font: 16px georgia;
  color: #fff;
  border-right: 8px solid #FD8B06;
  background-color: #A0749A;
  text-align: right;
  letter-spacing: 7px;
  text-transform: lowercase;
  margin-bottom: 2px;
  padding-right: 40px;
  font-style: italic;
  }

a, a:link, a:visited, a:active {color:#A0739A;
font-size: pt; text-transform: none;}
A:hover {color:#FED86D; border-bottom: 1px solid #FEA902;
text-transform: none;}




u{color:#B42FB8;
font-size: 9pt;
border-bottom: B42FB8 1px dashed;}

b{color:#FEAD04;
font-family: verdana;
font-size: 9pt;}

i{color:#D4C5F0;
font-family: tahoma;
font-size: 9pt;}

h3 { 
margin: 0;
font-family: georgia;
font-size:35px;
font-style:italic;
color: #961B19;
padding:5px;
letter-spacing: 5px;
text-transform:lowercase;
line-height: 4px;
font-weight: normal;}



