h1,h2,h3,h4,h5,h6,pre,code,p{font-size:1em}
dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,form,fieldset{margin:0;padding:0}
body{
	background: #FFFFFF;
	margin: 0em;
/*color:#444444; */
color:#000080;
 font-family: Arial, Helvetica, sans-serif;
font-size:75%;	
	
}
p{line-height:1.5em;padding-bottom:5px}
a img{border:none}
a{color:#DC5E04;text-decoration:underline}
a:hover{
color:#DC5E04;
	text-decoration: none;
}
/* headings */
h1, h2, h3 {
color:#000080;
font-size:1.2em;
font-weight:bold;
margin: 0 0 0.6em;
}

h1 {
margin:0.2em 0 0.6em;
font-size:1.4em;

}

h2 {
margin:0.2em 0 0.6em;
font-size:1.2em;
 background-color:  #1491D7;
	padding: 5px;
 color: white;
}


h4{
	font-size: 100%;
	font-weight: bold;
	line-height: 1.4em;
	margin-bottom: 0.5em;
	margin-top: 0em;
	padding-bottom: 0.05em;
}
h5{font-size:100%;font-weight:bold;line-height:0.7em;margin-bottom:0.5em;margin-top:0.5em;padding-bottom:0.05em}
h6{font-size:100%;font-weight:normal;line-height:0.7em;margin-bottom:0.5em;margin-top:0.5em;padding-bottom:0.05em}
/* tables */
table{background-color:#FFFFFF;border:1px solid #D1D1D1;border-collapse:collapse;font-size:100%;margin:0.5em 0 1em 0}
table caption{clear:both;font-size:116%;font-weight:bold;margin:0;margin-bottom:0em;padding:10px 10px 5px 0px;text-align:left}
th,td{background:none;border:1px solid #D1D1D1;padding:4px 10px 4px 10px}
th{background:#F0F0F0;text-align:left}
td{line-height:1.4em}
/* lists */
ul,ol{margin-bottom:1em;margin-left:1em;margin-top:0.3em;padding-left:15px}
ul li{line-height:1.6em;list-style-position:outside;list-style-type:square;margin-bottom:5px;margin-left:0px}
dl{line-height:1.4em;padding-bottom:5px;padding-left:0em}
dd{margin-left:1.8em;padding-left:0em}
dt{margin-left:0em;padding-left:0em}
/* div */
fieldset{
	background-color: #f1f1f1;
	border: 1px solid #e3e3e3;
	margin-bottom: 10px;
	padding: 10px;
}
legend{
	margin-left: 1em;
	padding: 3px;
	color: #000;
	font-weight: bold;
	background-color: white;
	border: 1px solid #e3e3e3;
}
