body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-color: #ea6200;
}

/* paragraphs */
p {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-align: justify;
	color: #333;	
	margin: 15px 0px 0px 0px;
}

td {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333;
}

/* images */
img {margin: 0px;	padding: 0px;	border: 0px;}
*>img {vertical-align: bottom;}

/* forms */
form {margin: 0px;}

/* iframes */
iframe {margin: 0px; padding: 0px; overflow: hidden;}

/* lists */
ul, ol {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-align: justify;
	color: #333;
	margin: 10px 0px 0px 0px; 
	padding: 0px 0px 0px 20px;	
	text-indent: 0px;	
	line-height:inherit;
}

ul li {padding-top: 7px;	list-style-type: square;}
ul li li {list-style-type: disc;}
ul li li li {list-style-type: circle;}
ol li {padding-top: 7px; list-style-type: decimal;}
ol ol li {list-style-type: lower-alpha;}
ol ol ol li {list-style-type: lower-roman;}

