/* CSS Document */

#noPrint{
	display: none;
}

BODY{
	font-family: Arial, Helvetica, sans-serif;
}





P, #p, .p{
	font-size: 9pt;
	line-height: 11pt;
	color: #333333;
	margin: 0px;
}

H1{
	font-size: 12pt;
	margin: 0px;
}

H2{
	font-size: 11pt;
	margin: 0px;
}

.textFileAtt{
	font-size: 8pt;
	color: #666666;
}

UL{
	font-size: 9pt;
	list-style-image: url(images/li.gif);
}

OL{
	font-size: 9pt;
}

.checklist{
	list-style-image: url(images/checklist.gif);
}

#ps{
	font-size: 8pt;
	color: #666666;
}

TH{
	font-size: 9pt;
	text-align: right;
	color: #333333;
}

.textError{
	font-weight: bold;
	color: #990000;
	text-align: center;
}

.textDate{
	font-size: 9pt;
	color: #666666;
}

HR{
	display: none;
}

#hr{
	height: 3px;
	background-color: #FFFFFF;
	background-image: url(images/hr.gif);
	background-repeat: repeat-x;
	margin-top: 4px;
	margin-bottom: 4px;
}
