@charset "UTF-8";
/* CSS Document */

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#000000;
	font-style:italic;
}

table {
	border: 1px solid black;
	font-size:12px;
}
table tr {
	border:none;
}
table td 
{
	border: 1px solid black;
	padding:2px;
	margin:0px;
}


