	body {
		background-color: #FFFFFF; 
		color: #000000; 
		margin: 10px;
		font-family: Verdana, Geneva, Arial, sans-serif; 
		font-size: 12px;
		line-height: 140%;
	}

	A:link {color: #0033FF; text-decoration: none; background-color: transparent; font-weight: bold}
	A:visited { color: #3399FF; text-decoration: none; background-color: transparent; font-weight: bold}
	A:hover { color: #000099; text-decoration: none; background-color: transparent; font-weight: bold}
	A:active { color: #3399FF; text-decoration: none; background-color: transparent; font-weight: bold}

	.tindent {text-indent: 20px}

	a[href $='.pdf'] {padding-right: 18px; background: transparent url(icon_pdf3.gif) no-repeat center right}
	a[href $='.doc'] {padding-right: 18px; background: transparent url(icon_doc.gif) no-repeat center right}
	a[href $='.xls'] {padding-right: 18px; background: transparent url(icon_xls.gif) no-repeat center right}
	a[class ="external"] {padding-right: 18px; background: transparent url(icon_external.gif) no-repeat center right}

	.menu {margin-left: 20px; margin-right: 10px; padding-left: 0px; padding-right: 0px; margin-top: 0px; margin-bottom: 0px; list-style-type: disc}
	.listspec {margin-top: 10px;}

	.border {background-color: #000000}
	.tablegray {background-color: #EFEFEF}
	.tablewhite {background-color: #FFFFFF}

	.text {color: #000000; font-size: 12px; line-height: 140%; text-align:justify}
	.textleft {color: #000000; font-size: 12px; line-height: 140%}
	.textlarge {color: #000000; font-size: 14px; line-height: 140%; font-weight: bold}
	.textxlarge {color: #000000; font-size: 15px; line-height: 140%; font-weight: bold}
	.textsmall {color: #000000; font-size: 11px; line-height: 140%; text-align:justify}
	.indent {padding-left: 10pt; padding-right: 10pt}

	.tableStyle {
		width: 80%;
		margin: 1em 0 1em 5%;
		border: solid #666;
		border-width: 1px 0 0 1px;
		border-collapse: collapse;
		font-size: 100%;
	}

	.tableStyle th, .tableStyle td {
		border: solid 1px #666;
		border-width: 0 1px 1px 0;
		padding: 0.5em;
		text-align: left;
	}

	.greyScheme, .greyScheme th, .greyScheme td {
		border-color: #666;
	}

	.greyScheme .even {
		background-color: #EFEFEF;
	}

	.greyScheme th, .greyScheme thead td {
		background-color: #DDDDDD;
	}

	.greyScheme th.firstColumn {
		background-color: #DDDDDD;
	}