body, p, td, li, dl, dd, dt, h1, h2, h3, div, input, textarea  { 
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:13px;
	color:black;
	line-height: 16px; 
}
h1 { 
	color: black; 
	font-weight: bold; 
	font-size: 16px; 
	line-height: 16px; 
	margin-top: 2px;
	text-align: left;
}
h2 { 
	color: black; 
	font-style: italic;
	font-size: 14px; 
	line-height: 20px; 
	margin-top: 10px;
	text-align: left;
}
h3 { 
	color: black; 
	font-weight: bold; 
	font-size: 10px; 
	line-height: 12px; 
	text-align: left;
}
p {
	text-align:left; 
	margin :0px;
	color:black;
}
table {  
	border-collapse:collapse;
}
hr {
	color: black; 
	background-color: black; 
	background: black; 
	height: 1px;
	border:0;
	margin: 1px;
}
img {
	border : 0px none;
}
a	{ 
	color: black;
	text-decoration:none;
	margin: 0px;
}
a:visited { color: black; }
a:hover	{ color: red; }
a:visited:hover	{ color: red; }

