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 {
	vertical-align: top;
	text-align: right;
	background-color: #ecffff;
	font-size: 10pt;
	color: #000099;
}
.formC {
	vertical-align: top;
	text-align: center;
	background-color: #ecffff;
	font-size: 10pt;
	color: #000099;
	height: 22px;
}
.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: normal;
	background-color: #D0FFD0;
	padding: 0px;
	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;
}
hr {
	color: #0000FF;
}
div.header {
    width: 100%;
    background-color: #ddeeff;
    color: #000000;
    padding-bottom: 0px;
    border-bottom: 1px solid #000000;
    font-weight: normal;
    left: 0px;
    top: 0px;
    position: fixed;
    /* following MSIE hack was originally written by Riki Fridrich
     * <http://www.fczbkk.com> */
    position: expression("absolute");
    width: expression(document.body.clientWidth);
    top: expression(document.body.scrollTop + this.offsetHeight - this.offsetHeight);
}

div.header hr {
    display: none;
}
a.header {
	text-decoration: none;
	font-size: medium;
	color: #000099;
	background-color: #ddeeff;
	font-weight: normal;
	border: none;
}
a.header:hover {
	font-weight: bolder;
	border: none;
	background-repeat: repeat-x;
	background-image: url(images/back.gif);

}
.white {
	color: #FFFFFF;
}
a.white {
	text-decoration: none;
	color: #FFFFFF;
}
a.white:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.grey {
	color: #4a6b84;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	padding: 8px;

}
a.grey {
	text-decoration: none;
	color: #4a6b84;
}
a.grey:hover {
	text-decoration: underline;
	color: #4a6b84;
}
