html, body {
	font-family: 		verdana, sans-serif, helvetica;
	font-stretch: 		condensed;
	font-size: 		12px;
	margin:			0px;
	margin-top:		0px;
	margin-bottom:		0px;
	padding-top:		0px;
	padding-left:		0px;
	padding-right:		0px;
	padding-bottom:		0px;
	top:			0px;
	bottom:			0px;
	background-color:	#ffffff;
	color: 			#000000;
}

body {
	text-align: 		left;
	}
	
div.contentContainer {
	width:			98%;
	margin:			1%;
	}
	
.dynNavDiv {
	width:			100%;
	height:			179px;
	border:			0px;
	background-color:	#ffffff;
	}

.showOnPrint {
	display:		none;
	}
	
td, div {
	font-family: 		verdana, sans-serif, helvetica;
	font-stretch: 		condensed;
	font-size: 		14px;
	color: 			#000000;
	}

input, select {
	margin:			1px;
	border-top:		1px solid #546C85;
	border-left:		1px solid #546C85;
	border-right:		1px solid #8FA3B6;
	border-bottom:		1px solid #8FA3B6;
	font-family: 		arial, helvetica;
	font-size:		11px;
	color:			#000000 }

tt, code, samp {
	font-family: 		courier,courier-new,monospaced;
	font-size:		12px;
	color:			#000000 }
	
ul,ol,li {		
	margin: 		0;
	padding: 		0 }
	
ul,ol {	
	margin-left: 		18px }

li {	
	list-style-type: 	circle }
	
	
a:link {		background:		none transparent scroll repeat 0% 0%;
			color:			#777777;
			text-decoration:	none }
a:visited {		background:		none transparent scroll repeat 0% 0%;
    			color:			#777777;
			text-decoration:	none }
a:hover {		background:		none transparent scroll repeat 0% 0%;
    			color:			#cc0000;
			text-decoration:	underline }


.txtBlock {		text-align:		justify	}	

