@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #102382;
	background-color: #FFFFFF;
	margin: 0px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-bottom-color: #67D4EF;
	border-left-color: #67D4EF;
	padding: 4px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	padding: 4px;
	color: #820A0A;
}
.bodytxt {
	color: #820A0A;
}

