body {
	background-color: #ffffff;
	color: #000000;
	margin: 0;
	font-size: 9pt;
}

h1 {
	font-size:130%
}

h2 {
	background-color:#FFCCCC;
	font-size:120%
}

h3 {
	background-color:#BBDDFF;
	font-size:110%
}

h4 {

	font:strong 9pt
}

a:link {
    text-decoration: none;
    color: #0000CC
}

a:visited {
    text-decoration: none;
    color: #0000CC
}

a:active {
    text-decoration: none;
    color: #0000CC
}

a:hover {
    text-decoration: underline;
    color: #0000CC
}

table.picstext td {
	border-width:0;

}

table.formvalues th {
	border-width:1px;
	background-color: #FFFFCC;
	text-align:left;
	font:strong;
	font-size:9pt;
}

table.formvalues td {
	border-width:1px;
	font:normal 9pt
}

table.formvalues td.caution {
	border-style: groove;
	border-color:#808080;
	font-size:9pt;
	color:red
}

table.formvalues.noborder td {
	border:none;
}

table td.pics {
	width:400;
	text-align:center;
	vertical-align:middle
}

table td.textleft {
	width:400;
	padding-left:0.3cm;
	text-align:left;
	vertical-align:top;
	font-size:9pt;
}