
body, p, h1, h2, h3, h4, h5, h6, ul, li, table, form
{
   	margin	: 0;
	padding : 0;
	border	: none;
}

body{
	font-family : "Trebuchet MS", Tahoma, Calibri;
	font-size   : 12px;
	font-weight : normal;
	color       : #000;
}

img{
	border :none;
}

p{
	margin-bottom:20px;
	line-height:150%;
}

h1{
	color:#f7941d;
	font-size:20px;
	font-weight:normal;
	text-align:center;
	margin-bottom:15px;
	padding-bottom:10px;
	border-bottom:1px solid #c6c8ca;
}

h2{
	background-color:#dcddde;
	color:#000;
	border-left:5px solid #f7941d;
	padding:7px 0;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	margin-bottom:15px;
}