/* css reset */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline}:focus{outline:0}body{line-height:1;color:black;background:white}ol,ul{list-style:none}caption{text-align:left;font-weight:normal}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote,q{quotes:""""}

/* end css reset */

body { background: #fff; padding: 20px 40px; }




	 h1 { font-family: Trebuchet MS, helvetica, verdana, sans-serif; font-size: 24px; color: #082d5a; line-height: 24px; padding: 10px 0 20px 0; }

	 p { font-family: verdana,sans-serif; font-size: 12px; color: #222; line-height: 20px; margin-bottom: 10px; }
	 
	 a { color: #000; }
	
	 ul { margin: 0 0 25px 0; }
	
	 li { font-family: verdana,sans-serif; font-size: 12px; color: #222; line-height: 14px; list-style: disc; margin: 10px 0 10px 25px; }
	
	 th { font-family: Trebuchet MS, verdana,sans-serif; font-size: 16px; color: #fff; line-height: 14px; font-weight: bold; background: #1b508f; padding: 5px; }
	
	 tr.a { background: #eee; }
	 tr.b { background: #fff; }
	
	 td { font-family: verdana,sans-serif; font-size: 12px; color: #222; line-height: 14px; padding: 5px; }
	
		 td ul { margin: 0 0 0 0; }
		
		 td h5 { font-size: 11px; padding-top: 10px; }
		
		 td h6 { font-size: 11px; padding-top: 10px; text-align: right; }
	

label.error { 
	color: #082D5A;
	margin-left: 4px;
	font-weight:bold;
}