﻿/*-----Remove browsers default styles-----*/
html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, img, form, table, td, th{
	margin:0px;
	padding:0px;
}

table, td, th{
border-collapse:collapse;
}

img{
border:none;
}
ul li{
list-style-type:none;
margin:0px;
padding:0px;
}

/*-----Global styles-----*/
html, body, table, td, ul, ol, li, h1, h2, h3, p{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#272425;
}
body{
padding-top:32px;
padding-bottom:53px;
}
div#content sup{
font-size:0.8em;
}
div#content sup a{
text-decoration:none;
}
div#pi{
margin-top:36px;
margin-bottom:20px;
}
/*div#pi h1{
font-size:0.8em !important;
margin:10px 0px 5px 0px !important;
}
div#pi h2{
font-size:0.8em !important;
margin:10px 0px 5px 0px !important;
}

div#pi p{
font-size:0.8em !important;
margin:0px 0px 5px 0px !important;
line-height:normal !important;
}

div#pi{
margin-top:36px;
margin-bottom:20px;
}
div#pi h1{
font-size:0.8em !important;
margin:10px 0px 5px 0px !important;
}
div#pi h2{
font-size:0.8em !important;
margin:10px 0px 5px 0px !important;
}

div#pi p{
font-size:0.8em !important;
margin:0px 0px 5px 0px !important;
line-height:normal !important;
}*/


