		
        
        p
			{	
			margin-top:0px;
			margin-bottom:0px;
			margin-left:0px;
			margin-right:0px;
			}
			
		
		html, body
			{
			height: 100%;
			margin: 0;
			padding: 0;
			display:block;	
			}
			
		.text
			{
			font-family:verdana;
			font-size:12px;
			text-decoration:none;
			color:black;
			}
			
		.container
			{
			position:absolute;
 			min-height:24px;
			overflow:hidden;
            }


         				div.pdf_small
						{
						z-index:-1;
						} 
						
						div.pdf
						{
						position:relative;
						top:-25px;
						left:43px;
						height:2px;
						} 
						
						.pdf
						{
						font-family:'Source Sans Pro', sans-serif;
						font-size:14px;		
						}
						
						.pdf a
						{
						color:#003181;
						}
						
						.pdf a:hover
						{
						text-decoration:underline;
						}
						
						.pdf_kb
						{
						font-family:'Source Sans Pro', sans-serif;
						font-size:14px;
						color:##555;
						font-weight:normal;
						} 	
						
						img.pdf_small
						{
						position:relative;
						top:4px;
						z-index:-1;	
						margin-right:4px;
						} 

			
		div.contentspacer
		 	{
		 	height:5px;
		 	} 	
			
		
		#login_box {
			position:absolute;
			left:0px;
			top:45px;
			width:230px;
			border: 1px solid #bbbbbb;
			padding:10px;
			-moz-border-radius: 10px;
			border-radius: 10px;
			}
			
			#login_box .login_input {
			margin: 5px;
			}