body {
	font-family: Arial, Helvetica, sans-serif;
font-size:12px
}

td {
	font-family: Arial, Helvetica, sans-serif;
font-size:12px
}

th {
	font-family: Arial, Helvetica, sans-serif;
font-size:12px
}

.styl1 {color: #CC0000}
.styl2 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #000033;
	font-size: 24px;
}
.styl3 {font-size: 12px; color:#333333}

a {
	font-size: 12px;
}
a:link {
	text-decoration: none;
	color: #000033;
}
a:visited {
	text-decoration: none;
	color: #003366;
}
a:hover {
	text-decoration: underline;
	color: #996666;
}
a:active {
	text-decoration: none;
}

table.t1 {
  border-right: 1px solid grey;
  border-bottom: 1px solid grey;
  border-left: 1px solid grey;
  border-top: 1px solid grey;
}

table.t2 {
  cellpadding="0" cellspacing="0" border-bottom: 1px solid black;
}