/*html
{
	padding: 0;
	margin: 0;
}*/

	body
	{   
		background-color: 			#ffffff;
		font-family: 				Verdana, Arial, sans-serif;
		font-size:					11px;
		line-height: 				14px;
		height: auto;
		/*	margin: 0;
	padding: 0 0 0 10px;*/
	
	}


	td
	{
		font-family: 				Verdana, Arial, sans-serif;
		font-size:					11px;
		text-decoration:			none;
		line-height: 				14px;
					margin: 0;
	padding: 0 0 0 10px;
	}

	
div#main
	{
		font-family: Arial; 
		font-size: 4pt; 
		width: 15em; 
		border-width: 1px; 
		border-style: dashed;
		padding: 0;
		margin: 0;
        display: none;
} 


/* Added from master CSS to not display during Printing */
	.topNavLink {
	 	font-size:					9px;
		color :						#000000;
		font-weight: 				normal;
		text-decoration : 			none;
		padding : 					4px 5px 2px 0px;	
		
  }
  
   .subheadTopLink {
	 	font-size:					10px;
		color :						#FFFFFF;
		font-weight: 				normal;
		text-decoration : 			none;
		padding : 					0px 0px 2px 0px;	
		
  }
     .topNavBreadCrumbLink {
	 	font-size:					10px;
		color :						#215FA8;
		font-weight: 				normal;
		text-decoration : 			none;
		padding : 					3px 0px 4px 0px;		
		
  }
  	.footerText {
		font-family: 				Verdana, Arial, sans-serif;
		font-style : 				normal;
		font-size : 				11px;
		font-weight: 				normal;
		color : 					#030200;
		padding : 					0px 0px 0px 0px;
	}
