.noprint, DIV, iLAYER, INPUT {
	display: none;
}

.printMe {
    display: inline !important;
}

input.printMe, select.printMe, textarea.printMe {
    border: none;
}

body, table, td, tr, div, span, input, select, textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #FFFFFF;
}

.contboxes, .contboxesnobg{
	border: 1px solid #CCCCCC;
	width: 700px;
	/*width: 100%;*/
	}

.printheading{
	border: 1px solid #999999;
	width: 700px;
	/*width: 100%;*/
}

.printtable{
	width: 700px;
	/*width: 100%;*/
}

a {
	color: #2F59C9;
	text-decoration: underline;
}

.itemheading, .itemheadingbbdr{
	border: 1px solid #CCCCCC;
	font-weight: bold;
}

.itemsubheading{ 
	border-width: 0px 0px 1px 0px;
	border-color: #CCCCCC;
	border-style: solid;
	font-weight: bold;
}

.breadcrumbs{
	height: 20px;
}

.helpboxes{
	border: 1px solid #2F59C9;
}

.helpboxtitle{
	font-weight: bold;
	background-color: #FFF5B9;
}

.helpboxbody{
	background-color: #FFFFE1;
}