BODY {
	background-color : #FFFFF0;
	font-family : "Times New Roman", Times, serif;
	margin-top : 0px;
	margin-bottom : 0px;
}
h1 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #4346A2;
	text-align : center;
	font-size : 30px;
}
h2 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #4346A2;
	text-align: center;
}
h3 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #4346A2;
	text-align: center;
}
.small {
	font-size : x-small;
}
A:LINK, A:VISITED {
	color : #333399;
	text-decoration : none;
}
A:HOVER {
	color : #6495ED;
	text-decoration : underline;
}
table.body {
	background: #FFFEEE;
	}
td.body {
	background: #E3F2FF;
}
img {
	border: 0px;
}
p {
	padding-left: 10px;
	padding-right: 10px;
	text-indent: 25px;
}
ul {
	list-style: disc;
	padding-right: 10px;
}
.but { background: #7A96C7; color: #FFFFFF; border: medium outset #FFF8DC; font-size: xx-small;  font-weight: bold;  cursor: pointer;   }
