html, body, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	margin-top: 20px;
	margin-bottom: 40px;
	background-color: #DDDDDD;
	font-family: Arial, Helvetica, san-serif;
	font-size: 13px;
	font-weight: medium;
	font-style: normal;
	line-height: 24px;
	color: #325B71;
}

td.content {
	height:800px;
	padding-top:20px;
	padding-bottom:40px;
	padding-left:20px;
	padding-right:20px;
}

div.content {
	margin-top:20px;
	margin-bottom:40px;
	margin-left:20px;
	margin-right:20px;
}

p, ul, ol, li, h1, h2, h3 {
	margin: 0;
	padding: 0;
	border: 0;
	margin-bottom: 10px;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}

h3 {
	margin-top: 18px;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
}

li {
	margin-top: 0px;
	margin-bottom: 9px;
	margin-left: 24px;
	line-height: 16px;
}

.caption {
	margin-top: 9px;
}

div.table {
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 48px;
	width: 350px;
}

td.text {
	color: #325B71;
	padding-top: 0px;
	padding-bottom: 9px;
	margin-left: 48px;
	line-height: 18px;
}

/* b {
	color: #333333;
} */

a:link    {color: #63604F; text-decoration: none; font-weight: bold}
a:visited {color: #63604F; text-decoration: none; font-weight: bold}
a:active  {color: #63604F; text-decoration: none; font-weight: bold}
a:hover   {color: #000000; text-decoration: underline; font-weight: bold}

.text {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 20px;
}

.leftimage {
	margin-right: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
}

.rightimage {
	margin-left: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
	float: right;
}


	