body {
	color: black;
	font-size : 14;
	font-family : "Times New Roman", Times, serif;
	font-style : normal;
	font-weight : normal;
}
table{
	color: black;
	font-size : 14;
	font-family : "Times New Roman", Times, serif;
	font-style : normal;
	font-weight : normal;
	background : transparent;
	border : none;
	border-bottom : none;
/*	table-layout : fixed; */
	border-collapse : collapse;
}
td{
	color: black;
	font-size : 14;
	font-family : "Times New Roman", Times, serif;
	font-style : normal;
	font-weight : normal;
	background : transparent;
}
.disz{
	color: black;
	font-size : 14;
	font-family : "Times New Roman", Times, serif;
	font-style : normal;
	font-weight : bold;
	background : transparent;
}
h1 {
	color: Blue;
	font-size : 14;
	font-family : "Times New Roman", Times, serif;
	font-style : normal;
	font-weight : normal;
}
h2{
	color: black;
	font-size : 22;
	font-family : "Times New Roman", Times, serif;
  font-style : normal;
	font-weight : bold;
}
h3{
	color: black;
	font-size : 22;
	font-family : "Times New Roman", Times, serif;
  font-style : normal;
	font-weight : bold;
}
h6{
	color: Gray;
	font-size: smaller;
	font-style: italic;
	font-family : "Times New Roman", Times, serif;
}
//a {
//	color: Red;
//	font-size : 14;
//	font-family : "Times New Roman", Times, serif;
//	font-style : normal;
//	font-weight : normal;
//	text-decoration : none;
//}
a:link { color:#0000FF; font-family : "Times New Roman", Times, serif; font-weight:normal; text-decoration:underline; }
a:visited { color:#0000FF; font-family : "Times New Roman", Times, serif; font-weight:normal; text-decoration:underline; }
a:active { color:#000000; font-family : "Times New Roman", Times, serif; font-weight:normal; text-decoration:none; }
a:hover { color:#0000FF; font-family : "Times New Roman", Times, serif; font-weight:normal; text-decoration:underline; }

