body {
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	background-color: #F6F6FF;
}

body,td,th {
	font-family: Skia, "Lucida Sans", "Clearly Gothic", "Century Gothic", Arial, "Microsoft Sans Serif", "MS Sans Serif", sans-serif;
	color: #222233;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Trebuchet MS, Tahoma, Arial Narrow, Arial, MS Sans Serif, sans-serif;
	color:#000000
}

a {
	font-weight: bold;
}

a:link {
	color: #0033FF;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #0033FF;
}

a:hover {
	text-decoration: underline;
	color: #FF0000;
}

a:active {
	text-decoration: none;
	color: #0066FF;
}

div.submit {
	width: 100%;
	height: 900px;
}

.smtxt {font-size: small}

.notes {
	color: #444466;
	background-color:#FFFFFF;
}