/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	height: 10px;
	text-align:center;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}


.tool_table{
        background-image: url(images/background.gif);
	margin-left:auto; 
	margin-right:auto;
}


.body_table{
	padding: 10px 25px 10px 10px;
	font-family: Arial,sans-serif;
	line-height: 1.166;
	font-size: 80%;
	line-height: 120%;
	font-weight: normal;
	color: #626262;
	text-align : justify;

}


