
.hide
{
	display:none;
}


/*Progress style settings*/

.progress
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#000032;
	width:300px;
}
/*End progress style settings*/


.hrdotted
{
	height:1; 
	border-bottom: 4px dotted #FFFFFF; 
	margin:10px;
} 


.hr
{
	color:#FFFFFF;
	background-color:#FFFFFF;
	height:2px;
}

.ul 
{
	color:#6C7F9C;
	line-height: 2em;
	text-indent: 2px;
	list-style-position: outside;
	list-style-image: url(../images/listitem_arrow_blue.gif);
	list-style-type: square;
	padding: 2px;
	margin:15px;
}



.bodyblue
{
	background-color:#DFE4EE;
}

.bodywhite
{
	background-color:#FFFFFF;
}

.reportTitle
{
	font-size:14px;
	font-weight:bold;
}
   
