body.default {
	color: #000;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFDAF5;
}
a {
	color: #1F397F;
	text-decoration: none;
	border: 0px;
}
a:hover {
	text-decoration: underline;
}

.border {
	border: solid windowtext 1.0pt;
}

H1{
	font-size: 12pt;
	font-weight: bold;
}

H2{
	font-size: 11pt;
	font-weight: bold;
}

TD {
	font-size: 12px;
}

P {
	font-size: 12px;
}

.bold {
	font-weight: bold;
}