BODY, TH, TD  {
	font-size: 12px;
	line-height: 15px;
	
  background-repeat : repeat-x;
}
.txt_b {
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #003399;

}
.txt_c {
	font-size: 12px;
	line-height: 15px;
	color: #790000;
}
A:LINK{
 	font-size: 12px;
	line-height: 15px;
        color : maroon;
	text-decoration: none;
}
A:HOVER{
	font-size: 12px;
	line-height: 15px;
        color : #00cccc;
	text-decoration: none;
}
A:VISITED{
	font-size: 12px;
	line-height: 15px;
        color : purple;
	text-decoration: none;
}
H1{
         font-size : 13px;
         font-weight : normal;
         margin-top : 0px;margin-bottom : 0px;
}
.box{
	border-width : 1px 1px 1px 1px;
	border-style : solid solid solid solid;
	border-color : #790000 #790000 #790000 #790000;
	text-align:left;
}
