@charset "utf-8";
/* Print */
html,body {height:100%;}
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,th,img,div,blockquote,dl,dt,dd,blockquote, pre,object,textarea,input{margin:0;padding:0}
body,select,input,textarea{ font-family:Arial, Helvetica, sans-serif; color: #415869; font-size: 12px;}	
input,select,img{vertical-align:middle}
img,object,embed{vertical-align: top;}
ul,ol{list-style-type:none;margin-bottom:15px;}

h1 {
	font-size:24px;
	line-height:40px;
	margin-bottom:7px;
}
h2{
	font-size:18px;
	line-height:20px;
}
h3{
	font-size: 14px;
}
h4,h5,h6{
	font-size: 12px;
}
p{
	margin-bottom: 15px;
}
code{
	font-size: 10px;
}
hr { background-color: #ccc; }
blockquote { margin: 1.3em; padding: 1em;}

a{color: #415869;text-decoration:none;}
a:hover{color: #c00;}

