p {
	font-family: Arial;
	font-size: 12px;
    line-height: 140%;
	color: #000000;
}
h1 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
table {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}
h2 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
h3 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0033CC;
	text-decoration: none;
	cursor: hand;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: red;
	text-decoration: none;
	cursor: hand;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0033CC;
	text-decoration: none;
	cursor: hand;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0033CC;
	text-decoration: none;
	cursor: hand;
}

script {
	cursor: hand;
}
