BODY{
  
    background-color:#F5F5F5;
  
    background-image : url(img/pso-bg.gif);
  
    background-position:       50% 50%;
  
    background-repeat:        no-repeat;
  
    background-attachment : fixed;
  
    border-style: ridge; 
    border-width:0px;border-color:#1b3256;
  
    scrollbar-arrow-color:#0050A0;
  
    scrollbar-base-color:#ffffff;
  
    scrollbar-shadow-color:#d1d1d1;
  
    scrollbar-face-color:#E5E5E5;
  
    scrollbar-highlight-color:#ffffff;
  
    scrollbar-darkshadow-color:#d1d1d1;
  
    scrollbar-3d-light-color:#000000;
  
    color: #3366FF;
  
    font-size:small;

}

H1{
  
    color: #6666FF;
  
    text-align: center;
  
    border-top-color: #6666FF;
  
    border-bottom-color: #6666FF;
  
    padding-top: 5px;
  padding-right: 5px;
  
    padding-bottom: 5px;
  padding-left: 5px;
  
    border-style: double;
  border-top-width: 4px;
  
    border-right-width: 0px;
  border-bottom-width: 4px;
  
    border-left-width: 0px;
}
H2{
  color: #6666FF;
  
    text-align: left;
  border-top-color: #6666FF;
  
    border-bottom-color: #6666FF;
  
    padding-top: 4px;
  
    padding-right: 4px;
  
    padding-bottom: 4px;
  
    padding-left: 4px;
  
    border-style: double;
  
    border-top-width: 4px;
  
    border-right-width: 0px;
  
    border-bottom-width: 4px;
  
    border-left-width: 0px;

}

H3{
  
    color: #6666FF;
  
    text-align: left;
  
    border-top-color: #6666FF;
  
    border-bottom-color: #6666FF;
  
    padding-top: 3px;
  
    padding-right: 3px;
  
    padding-bottom: 3px;
  
    padding-left: 3px;
  
    border-style: double;
  
    border-top-width: 4px;
  
    border-right-width: 0px;
  
    border-bottom-width: 4px;
  
    border-left-width: 0px;

}

HR{
  
    border-left-width: 370px;
  
    border-bottom:2px dotted #3366FF;
  
    text-decoration: underline;
  height: 1px;

}

P{
  
    color: #0033CC;

}

A{
  color: #669933;
  text-decoration: none;

}

A:VISITED{
  
    color: #99CC66;
  text-decoration: none;

}

A:HOVER{
  
    color: #669933;
  text-decoration: underline;

}

A:ACTIVE{
  
    color: #0000FF;
  text-decoration: none;

}

UL{
  color: #3366FF;
  
    list-style-image : url(l_b06.gif);
  
    list-style-position: outside;

}

UL UL{
  list-style-image : url(l_b06a.gif);

}

TH{
  color: #666666;
  background-color: #666666;

}

TD{
  color: #3366FF;
  background-color: #------;
  
    font-size:medium;
  border:1px dotted #0000FF;

}

.TD-bg{
  color: #3366FF;
  font-size:small;

}

.formcolor { 
background-color:#ececff; 
color:#3300cc;
border:none;

}