
/* CSS Document */

BODY{
	margin: 10px 0px 0px 0px;
	background-color:#ffffff;
	font-family:Arial, Tahoma, Verdana;
	font-size:12px;
	}
table.maintbl{
	
	}
	
table.main{
	
	/*width:682px;
	height:532px;*/
	}
td.body{
	vertical-align:text-top;
	text-align: justify;
	padding-left:20px;
	padding-right:20px;
	padding-top:0px;
	width:682px;
	height:532px;

}
	
td.h_line{	
	background-image:url(images/h_line.jpg);
	height:146px;
	
	background-repeat:repeat-x;

	
	}

td.v_line{
	background-image:url(images/v_line.jpg);
	background-repeat:repeat-y;
	height:100%;
	}
a{	
	border:none;
	text-decoration: none;
	color: #0099CC;
	}
a img {
  border: none;
}
	

	
	
	


