/* CSS Document */

.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 12px;
}
.style2 {font-size: 18px}
body
{
	font-family:Tahoma, Arial;
	font-size: small;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
td
{
	padding: 2px;
	text-align: right;
}
th {
	text-align: center;
}

