 
body{
	margin: 0px;
}
body{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 71%;
}
td{
	font-size: 100%;
}
h1,h2,h3,h4,h5{
	margin: 0px;
	margin-top: 15px;
	margin-bottom: 5px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h1{
font-size: 200%;
}
h2{
font-size: 180%;
}
h3{
font-size: 160%;
}
h4{
font-size: 140%;
}
h5{
font-size: 115%;
}
p,li{
  margin: 0px;
  padding: 0px;
}
ul,ol{
	margin-top: 0px;
	margin-bottom: 12px;
}
/* Font */
.b{
	font-weight: bold;
}
.i{
	font-style: italic;
}
/* Table */
table, td{
	border-style: none none none none;
	border-width: 1px;
}
.tBorderAll table{
	border-top: 1px solid;
	border-left: 1px solid;
}
.tBorderAll td{
	border-right: 1px solid;
	border-bottom: 1px solid;
}
/* Element borders */
.borderT {
	border-top: 1px solid;
}
.borderL {
	border-left: 1px solid;
}
.borderR {
	border-right: 1px solid;
}
.borderB {
	border-bottom: 1px solid;
}
.borderAll{
	border: 1px solid;
}
.marL{
	margin-left: 20px;
}
.padR{
	padding-right: 10px;
}
/* Form */
form{
margin: 0px;
}
.noMP{
	margin: 0px;
	padding: 0px;
}
