body, tr,td, table {
	color: #333333;
	font-family: Tahoma;
	font-size: 8pt;
}

.style1 {
	color: green;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight : bolder;
	font-size: 10pt;
}

.style2 {
	color: red;
	background-color: #dddddd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight : bolder;
	font-size: 12pt;
}

.style3 {
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
}

A:link {
	text-decoration : none;
	color : #333333;
}

A:visited {
	text-decoration : none;
	color : #333333;
}

A:active {
	text-decoration : none;
	color : #333333;
}

A:hover {
	text-decoration : none;
	color : #333333;
}
