<!--

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

IMG {
	border: none;
}

.rightAlign {
	float: right;
}

BODY {
	font-size: 10pt;
}

DIV#canvas {
}

	DIV#top {
	}

		DIV#menu {
			display: none;
		}
		
		
		DIV#logo {
			margin: 10px 0px;
		}
		
	DIV#productsearch {
		display: none;
	}
	

	DIV#pagetitle {
		display: none;
	}

	DIV#pageimage {
		display: none;
	}

		
	DIV#content {

	}	

		DIV#content P {
			line-height: 1.5em;
		}
		
		DIV#content H1 {
			font-size: 1.5em;
			margin: 1em 0em;
			font-weight: bold;	
			font-style: normal;	
		}

		DIV#content H2 {
			font-size: 1.2em;
			margin: 1em 0em 0.5em 0em;
			font-weight: bold;	
			font-style: normal;	
		}

		DIV#content H3 {
			font-size: 1.em;
			margin: 1em 0em 0.5em 0em;
			font-weight: bold;	
			font-style: normal;	
		}

		DIV#content H4 {
			font-size: 1em;
			margin: 1em 0em 0.5em 0em;
			font-weight: normal;	
			font-style: italic;	
		}

		DIV#content H5 {
			font-size: 1em;
			margin: 1em 0em 0em 0em;
			font-weight: normal;	
			font-style: italic;	
		}

		DIV#content H6 {
			font-size: 1em;
			margin: 0.5em 0em 0em 0em;
			font-weight: normal;
		}

		DIV#content UL {
		}

		DIV#content UL LI {
		}

		DIV#content OL {
		}

		DIV#content OL LI {
		}

		DIV#content EM {
		}

		DIV#content U {
		}

		DIV#content STRONG {
		}

		DIV#content PRE {
			font-family: Courier, "Courier New";
		}

		DIV#content ADDRESS {
		}


	DIV#sidebar {

	}

		DIV#news {
			display: none;
		}

		DIV#events {
			display: none;
		}
	
	}

	DIV#naw {
	}	

	DIV#naw P {
		font-size: 11px;
	}	



		DIV#naw	LABEL {
			padding: 0px 5px 0px 0px;
			color: #dc592b;
		}

		DIV#naw A {
			color: #007FAB;		
		}
		
		DIV#naw A:hover {
			color: #F79C42;		
		}

	DIV#products {
		display: none;
	}	


//-->