BODY {
	background-color: #f0f0f0;
        font-family: Arial, Verdana, Sans-Serif;
        font-size: 10pt;
}
P {
        font-family: Arial, Verdana, Sans-Serif;
        font-size: 10pt;
}
CODE {
	font-family: Courier;
	font-size: 10pt;
}
H1 {
        font-family: Arial, Verdana, Sans-Serif;
        font-weight: bold;
        font-size: 16pt;
}
H2 {
        font-family: Arial, Verdana, Sans-Serif;
        font-weight: bold;
        font-size: 14pt;
}
H3 {
        font-family: Arial, Verdana, Sans-Serif;
        font-weight: bold;
        font-size: 12pt;
}
H4 {
        font-family: Arial, Verdana, Sans-Serif;
        font-weight: bold;
        font-size: 11pt;
}
A:link {
        text-decoration: underline;
        font-weight:bold;
}
A:visited {
        text-decoration: underline;
        font-weight: bold;
}
A:active {
        color:FF0000;
        text-decoration:underline;
        font-weight: bold;
}
A:hover {
        color:FF0000;
        text-decoration:underline;
        font-weight: bold;
}
td {
        font-family: Arial, Verdana, Sans-Serif;
        font-size: 11pt;
}
td.tr {
	font-family: Times;
	font-size: 11pt;
}
th {
        font-family: Arial, Verdana, Sans-Serif;
        font-weight: bold;
        font-size: 11pt;
}
.important {
        font-family: Arial, Verdana, Sans-Serif;
        font-weight: bold;
        font-size: 11pt;
}
.offset {
	margin-left: 30px;
	margin-right: 30px;
}
