/* CSS Document */
body,td,th {
	color: #000000;
	font-family: "Times New Roman", Times, serif;
}
body {
	background-color: #808080;
	text-align: center;
}
a:link {
	color: #00FF00;
}
a:visited {
	color: #00FFCC;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	font-size: large;
}
td.mrdate {
	text-align:left;
	vertical-align:top;
}
td.mrbody {
	text-align:justify;
	vertical-align:top;
}
td.mrup {
	text-align:right;
	vertical-align:bottom;
}
td.h1 {
	text-align:center;
	font-size: large;
}
td.whitebod {
	text-align:center;
	color:#FFFFFF;
}
caption {
	font-size: xx-large;
	font-weight: bold;
	padding: 20px;
}

