/* CSS Document */

DIV{
    font-size : 10pt;
    margin-left : 10px;
  }
BODY{
  font-size : 10pt;
  margin-top : 0px;
  margin-bottom : 20px;
  margin-left : 0px;
  margin-right : 0px;
  	background-image: url("bg.gif");
}
TD{
  font-size : 10pt;
}
A:LINK{
  text-decoration : underline;
}
A:VISITED{
  text-decoration : underline;
}
A:ACTIVE{
  text-decoration : underline;
}
A:HOVER{
  text-decoration : underline;
  color : "#FF0000";
  background : "#FFFFFF";
}

img{ border:0px;}

p{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
line-height: 150%;
font-size:11px;
}



form{	display:inline;	left:0px;	top:0px;	height:20px;}

input,textarea{
font-size:12px;
}

.hr_b2 {
height: 1px;
border: 1px dotted #555;
}

.title {
margin:0px 0px 0px 0px;
padding:3px 3px 3px 5px;
background-color:#555;
color:#fff;
}

html{overflow-y: scroll;}
