a:link {
	background : Ivory;
	font : normal;
	color : Blue;
	text-decoration : underline;
}

a:visited {
	background : Ivory;
	font : normal;
	color : Blue;
	text-decoration : underline;
}

a:hover {
	color : Purple;
	font : normal;
	text-decoration : none;
}

a:active {
	color : Purple;
	font : bolder;
	text-decoration : none;
}

body, td {
	background-color : Ivory;
	color : Black;
	font-family : Verdana, Arial,sans-serif;
	font-size : 8pt;
	text-align : left;
}

h1 {
	background : Ivory;
	color : Teal;
	font-family : Verdana, Helvetica, Arial, sans-serif;
	font-size : 14pt;
	font-weight : bold;
}

h2 {
	background : Ivory;
	color : Teal;
	font-family : Verdana, Helvetica, Arial, sans-serif;
	font-size : 13pt;
	font-weight : bold;
}

h3 {
	background : Ivory;
	color : Purple;
	font-family : Verdana, Helvetica, Arial, sans-serif;
	font-size : 13pt;
	font-weight : normal;
}

h4 {
	background : Ivory;
	color : Black;
	font-family : Verdana, Helvetica, Arial, sans-serif;
	font-size : 13pt;
	font-weight : normal;
}

p {
	background : Ivory;
	color : Black;
	font-family : Verdana, Helvetica, Arial, sans-serif;
	font-size : 10pt;
}

p.indent2 {
	margin-left : .25in;
}

p.indent3 {
	margin-left : .5in;
}

table {
	border : none;
}

table.bordered {
	border : 2px ridge;
	padding : 4px 4px 4px 4px;
	width : 95%;
}

TD.backnext {
	vertical-align : top;
	text-align : right;
	padding-top : 6px;
	width : 1%;
	white-space : nowrap;
}

TD.seealso {
	vertical-align : top;
	text-align : left;
	padding-top : 6px;
	width : 1%;
	white-space : nowrap;
}

.padtop {
	padding-top: 8px;
}
