.DontPrint
{
    COLOR: blue;
    CURSOR: hand;
    DISPLAY: none;
    TEXT-DECORATION: underline
}
html
{
	height: 100%;
}
body
{
	min-height: 100% !important;
	height: 100%;
}
.toolbar
{
	position: fixed;
	top: 0;
	height: 30px;
	width: 100%;
	display: none;
}


