@charset "utf-8";
/* CSS Document */

BODY{
  margin-top : 5px;
  margin-left : 5px;
  margin-right : 5px;
  margin-bottom : 5px;
  background: url(../../img/bg.jpg) 0 0 repeat;
  color: #c00;
  position:relative;
  }

TABLE{
  font-size : 10pt;
  color : #333333;
  text-align:left;
}
.font_9{
  font-size : 9pt;
}
.font_10{
  font-size : 10pt;
}
.font_11{
  font-size : 11pt;
}
.font_12{
  font-size : 12pt;
}
.font_13{
  font-size : 13pt;
}
.font_14{
  font-size : 14pt;
}
.font_15{
  font-size : 15pt;
}

TABLE{
  font-size : 11pt;
}

img{
	border:none;
	}
	
a img {
	border: none;
	}



a:link{
   color: #c00;
   text-decoration:underline;

}
a:visited {
   color: #c00;
   text-decoration:underline;

}
a:hover{
	color: #f00;
   text-decoration:underline;

}
a:hover.nostyle {
  background-color:transparent;
}

a:active{
   color: #F00;
   text-decoration:underline;
}
