/* CSS Document */
<!--
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
/* Headings */

h1 {  
	font-size: 20px; 
	font-weight: bold; 
	color:  #000000;
}
h2 {  
	font-size: 18px; 
	font-weight: bold; 
	color:  #000000;
}
h3 {  
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	font-style: italic;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	color:  #000000;

}

h5 {
	font-size: 12px;
	font-weight: bold;
	color:  #000000;

}

h6 {
	font-size: 12px;
	font-weight: bold;
	color:  #000000;

}
a {
	color: #000000;
	text-decoration: none;
}
hr {
	color: #000000;
	background-color: #000000;
	border: none #000000;
}

th{
	font-size: 12px;
	font-weight: bold;
 	border-left-width: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-align:left;
}
-->
