* html {
	font-size: 11px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
}

body td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
}

h1 {
	font-weight: bold;
	font-size: 1.2em;
}

h2 {
	font-weight: bold;
	font-size: 1.1em;
}

h3 {
	font-weight: normal;
	font-size: 1.1em;
}

a,
a:link,
a:visited {
	color: #D81A30;
	text-decoration: none;
	font-weight: bold;
}

a:active,
a:hover {
	text-decoration: underline;
}

td.form .text,
td.form select,
td.form input,
td.form textarea,
td.form_mandatory .text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    color: black;
}