
/*print styles*/
body {
	margin: 0;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
}

/********list styles********/
li {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 125%;
	list-style-position: outside;
	list-style-type: disc;
	color: black;
	margin-bottom: 10px;
	margin-left: 5px;

}
ul {
font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: disc;
	margin-left: 10px;
	padding-left: 10px;
}
ol {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 20 px;
	padding-left: 10 px;
}

/********table styles********/
th {
	font-family: Verdana, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	line-height: 105%;

	text-align: left;
}
td {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 115%;
	text-align: left;
}

/********div styles********/
/*banner styles*/
#banner, #banner_image {
	display:none;
	}
/*project seven style*/
#p7TBtrig10, #p7TBtrig20, #p7TBtrig30, #p7TBtrig40, #p7TBtrig50, #p7TBtrig60, #p7TBtrig70 {
	display: none;
	background-color: white;
	color: black;
	}	 
/* left navigation css styles */
#navigation {
	display: none;
	}
/*white box behind top navigation*/
#white_box {
	display:none;
	}