.main {
	background-image: url(images/bg-body.gif);
	background-repeat: repeat-y;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
table {
	font-family:"Trebuchet MS", Arial, Helvetica;
	font-size:11pt;
	color:#000033;
}
h1 {
	font-size: 18pt;
	font-weight: bold;
	color: #3D5A92;
}
h2 {
	font-size: 14pt;
	font-style: italic;
	font-weight: bold;
	color: #333333;
}
.indent {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(images/bg-body.gif);
	background-repeat: repeat-y;
	padding-right: 20px;
	padding-left: 20px;
	color: #3D5A92;
}
.footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3D5A92;
}
em {
	font-weight: bold;
}
a {
	color: #3D5A92;
	text-decoration: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: dashed;
	border-top-color: #3D5A92;
	border-right-color: #3D5A92;
	border-bottom-color: #3D5A92;
	border-left-color: #3D5A92;
}
a.hover {
	color: #000033;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #3D5A92;
	border-right-color: #3D5A92;
	border-bottom-color: #3D5A92;
	border-left-color: #3D5A92;
}
