/* there are problems with using '_' in style names, best to avoid them */
	ADDRESS, ACRONYM, ABBR, BLOCKQUOTE, BODY, CAPTION, CENTER, CITE, DD, DIR, DIV, DL, DT, FORM, LI, MENU, OL, P, PRE, TD, TH, TR, UL {font-family:arial, helvetica, sans-serif;}
	H1, H2, H3, H4, H5, H6 {font-family: Helvetica, Arial, sans-serif}

	a,a:active,a:link,a:visited {color:#0000cc;}
	a:hover{color:#000000;}
	
/* block formatting */
	acronym {cursor:help;border-bottom-width:thin;border-bottom-style:dashed;border-bottom-color:#cccccc;}
	abbr {cursor:help;border-bottom-width:thin;border-bottom-style:dashed;border-bottom-color:#cccccc;}
	blockquote {text-align:justify;text-justify:inter-word;}
	cite {font-style:italic;}
	dfn {font-style:italic;}
	q {font-style:italic;}
	kbd {background:#eeeeee;color:#000000;}
	code {background:#eeeeee;color:#000000;}
	samp {background:#eeeeee;color:#000000;}
	var {background:#eeeeee;color:#000000;}
	.right {float:right;}
	.left {float:left;}
	br.left {clear:left;}
	br.right {clear:right;}
	br.all {clear:both;}

	dl {margin-top:0px;}
	dt, h4 {font-size:1.0em;color:#298c52;padding-left:3px;margin-bottom:0px;margin-top:0px;border-left:medium solid Black;border-bottom:1px dashed Black;font-weight:bold;}
	dd {margin-left:10px;}
	dd p {font-size:0.9em;margin-top:2px;margin-left:0px;}
	li {font-size:0.9em;margin-top:2px;margin-left:0px;}
	dt a:link {color:#0000cc;text-decoration:none;}
	dt a:visited {color:#0000cc;text-decoration:none;}
	h2 a:active, tr.gc td a:active, tr.ec td a:active, dt a:active {color:#000000;}
	h2 a:link, tr.gc td a:link, tr.ec td a:link {color:#ffffff;text-decoration:none;}
	h2 a:visited, tr.gc td a:visited, tr.ec td a:visited {color:#ffffff;text-decoration:none;}
	h2 a:hover, tr.gc td a:hover, tr.ec td a:hover, dt a:hover {color:#000000;text-decoration:none;}
	h3 a:active {text-decoration:none;}
	h3 a:link {text-decoration:none;}
	h3 a:visited {text-decoration:none;}
	h3 a:hover {text-decoration:none;}
	

	
/* character formatting classes */
	.smaller {font-size: 8pt;}
	.center {text-align:center;}
	.strike	{text-decoration:line-through;}
	.underline {text-decoration:underline;}
	.italic {font-style:italic;}
	.bold {font-weight:bold;}
	.bolditalic {font-weight:bold;font-style:italic;}

/* header formatting */
	h2 {font-size:1.4em;margin-top:0px;border-left:thick solid Black;background-color:#298c52;color:#ffffff;}
	h3 {font-size:1.2em;margin-top:0px;border-left:medium solid Black;}
	h2, h3 {padding-left:3px;border-bottom:2px solid Black;padding-top:3px;border-top:2px solid Black;font-weight:bold;}

/* table formatting */
	table.blackborder {border : none;}
	table.blackborder TH {border : thin solid Black;}
	table.blackborder TD {
		border-top : none;
		border-left : thin solid Black;
		border-right : thin solid Black;
		border-bottom : thin solid Black;
	}
	table.centered TR {text-align:center;}
	table.left {float:left;}
	table.right {float:right;}
	th.row {font-style:normal;font-weight:bold;color:#000000;text-align:left;vertical-align:top;}
	th {font-family:arial,helvetica,sans-serif;font-style:normal;font-weight:bold;color:#000000;}
	td {font-family:arial,helvetica,sans-serif;}

/* template */
	body {margin : 0 0 0 0; font-family:arial,helvetica,sans-serif;}
	.canada {color:#ffffff;background-color:#000000;text-align:left;}
	.canada a:active {color:#cccccc;}
	.canada a:link {color:#ffffff;text-decoration:none;}
	.canada a:visited {color:#ffffff;text-decoration:none;}
	.canada a:hover {color:#cccccc;text-decoration:none;}
	
	.greenlane {color:#ffffff;background-color:#298c52;text-align:left;}
	.greenlane a:active {color:#cccccc;}
	.greenlane a:link {color:#ffffff;text-decoration:none;}
	.greenlane a:visited {color:#ffffff;text-decoration:none;}
	.greenlane a:hover {color:#cccccc;text-decoration:none;}

	.boxed {border-style:ridge;padding:5px 5px 5px 5px;margin-left:5%;width:90%;}

	a.sidemenu:active {color:#ffff99;}
	a.sidemenu:link {color:#000000; text-decoration:none;}
	a.sidemenu:visited {color:#666600; text-decoration:none;}
	a.sidemenu:hover {color:#ff0000; text-decoration:underline;}

.textBlack10bold  {
	color: #666600;
  font-family: arial, helvetica, sans-serif;  
  font-style: normal; 
  font-weight: normal; 
	font-size: 10pt;
}