.shadow {
    width:749px;
    padding: 0px;
}

.shadow_bottom {
   height: 6px;
   background: url(/images/wldefault/shadow_bottom.jpg) repeat-x top right;
   padding: 0px;

}


.border {
    border: 1 solid #999;
}

.header {

  width: 744px;
  height: 50px;
  background: url(/images/wldefault/header.jpg) no-repeat left top;
  padding: 0px 20px 0px 20px;
  margin: 0px;


}

.footer {

  height: 25px;
  font-size: 9pt;
  padding: 5px 10px 2px 10px;
  margin:0px;
  background: #fff url(/images/wldefault/footer.jpg) no-repeat bottom left;
  text-align:right;
}

body {

    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    background-color: #f1f1f1;
    margin: 20px 0;
    padding: 0;


}

.clsFontSize4 {
    font: bold 19px arial,helvetica,sans-serif; color: #000000;
}

.clsCellLabel {
    background-color: #FFFFFF;
}

.clsStdLabelFont {
    font: bold 12px arial,helvetica,sans-serif; color: #000000;
}

.clsStdFont {
    font: 15px arial,helvetica,sans-serif; color: #000000;
}


p {
  font-size: 80%;
}

li {
  font-size: 80%;
}

h2 {
  margin: 10px 0px 0px 0px;
  padding: 0px;
}


a:active {  
	text-decoration: underline;
	color: #f00;

}
	
a:hover {  
	color: #FF0000;
	text-decoration: underline
    font-weight: bold;
}

a:link {  
	color: #000000;
	text-decoration: none;
    font-weight: bold;
}

a:visited {  
	color: #999999; 
    text-decoration: underline
}

