body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000066;
	border: #0000CC;
}
select {
	font-size: 10pt;
	color: #000066;
}
h2 {
	text-align: center;
}
td {
	vertical-align: top;
	padding: 2px;
	text-align: justify;
	font-size: 10pt;
}
.odd {
	background-color: #f0f0ff;
	font-size: 10pt;
	color: #000099;
	font-family: Arial, Helvetica, sans-serif;

}
.even {
	background-color: #ecffff;
	font-size: 10pt;
	color: #000099;
	font-family: Arial, Helvetica, sans-serif;

}
.formR {
	text-align: right;
	background-color: #e8ffff;
	font-size: 10pt;
	color: #000099;
}
.formC {
	text-align: center;
	background-color: #ecffff;
	font-size: 10pt;
	color: #000099;
}
.oddform {
	background-color: #f0f0ff;
	font-size: 10pt;
	color: #000099;
}
.verse {
	text-align: right;
}
.form {
	text-align: center;
	vertical-align: middle;
	background-color: #e8ffff;
	border: #0033FF;
	font-family: Arial, Helvetica, sans-serif;
	color: #0000CC;

}
a:link {
	color: #000099;
	text-decoration: none;
}
a:visited {
	color: #990066;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	border: thin none;
	text-decoration: underline;

}
a:active {
	color: #FF0000;
	text-decoration: underline;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	color: #FF0000;
	text-align: center;
}
.right {
	text-align: right;
}
.target {
	font-style: italic;
	background-color: #D0FFD0;
	padding: 2px;
	font-weight: normal;
}
h3 {
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
}
input { 
	background-color: #e8ffff;
	border-color: #8080ff;
	color: blue;
	font-family: arial, verdana, ms sans serif;
	font-weight: normal;
	font-size: 10pt;
}
textarea {
	font-size: 12pt;
}
.tick {
	background-image:  url(images/tick.gif);
	background-repeat: no-repeat;
	width: 8mm;

}
.cross {
	background-image:  url(images/cross.gif);
	background-repeat: no-repeat;
	width: 8mm;

}
hr {
	color: #0000FF;
}

