<!--
body {background-color: #ffffff;
	margin: 0;
	}

/* set basic font properties */

body, table, td, th, p {font-family: Arial,Helvetica,sans-serif;
			color: #000000;
			font-style: normal;
			font-size: 13px;
			}

.small {font-size: 9px;
	}

/* set subheads */

h1, h2, h3, h4, h5, h6 {color: #000000;
		font-weight: bold;
		}

h1	{font-size:25px;
	}
h2	{font-size:22px;
	}
h3	{font-size:19px;
	}
h4	{font-size:16px;
	}
h5	{font-size:14px;
	}
h6	{font-size:11px;
	}

.legal {color: #FFFFFF;
	line-height: 18pt;
	background-color: #808080;
	vertical-align: baseline;
	}

.rsubtrans	{color: #FF0000;
				font-weight: bold;
				background-color: transparent;
				}
				
.highlight	{color: #FF0000;
				font-weight: bold;
				}
				
/* set linkage */

a:link {text-decoration: underline;
	font-weight: bold;
	color: #0000FF;
	}

a:visited {text-decoration: underline;
		font-weight: bold;
		color: #800080;
		}

a:hover {text-decoration: underline;
		color: #FF0000;
		}

/* set special table attributes */

.indent	{text-indent:10px;}
-->

			