body {
	padding : 0px;
	margin : 0px;
	height : 100% ;
	width : 100% ;
	overflow : no;
	margin-left, margin-top, margin-right, margin-bottom: 0px;
	background-color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #ffffff;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #111111;
	scrollbar-3dlight-color: #000000;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-darkshadow-color: #000000;
}
h1 {
	font-weight: 1000;
	font-size: 22px;
	font-style: italic;
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	vertical-align: inherit;
	margin-left: 5px;
	margin-right: 2px;
}
h2 {
	font-weight: 900;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #ffffff;
	text-decoration: underline;
	vertical-align: 70%;
	margin-left: 5px;
	margin-right: 2px;
	text-align: left;
}
h3 {
	color: #ffffff;
	font-weight: 700;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	text-decoration: underline;
	vertical-align: 70%;
	margin-left: 7px;
	margin-right: 2px;
	text-align: left;
}	
h4 {
	color: #ffffff;
	font-weight : 600;
	font-size : 13px;
	font-style : italic;
	text-decoration: underline;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-left: 8px;
	margin-right: 2px;
	text-align: left;
}
h5 {
	color: #ffffff;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: 500;
	text-decoration: underline;
	margin-right: 2px; margin-left: 9px;
	text-align: left;
}
img {
	border-color: #FAFAFA;
	vertical-align: text-bottom;
	border: 0px;
}
p, div {
	font-family: inherit;
	font-size: inherit;
}
p {
	margin-left: 11px; margin-right: 2px;
}
table,td,tr,th {
	border: 0px;
	border-top-width, border-bottom-width, border-right-width, border-left-width: 0px;
	margin-left,margin-right,margin-top,margin-bottom: 0px;
	padding-bottom,padding-left,padding-right,padding-top: 2px;
	cellpadding: 2px;
	cellspacing: 2px;
	overflow: auto;
	text-align: justify;
	font-family: Tahoma, Arial, sans-serif;
	font-size: inherit;
	table-layout: inherit;
	background-color: inherit;
	border-color: none;
}
ol ol {
	list-style-type : upper-roman;
}
ol ol ol {
	list-style-type : lower-roman;
}
ol ol ol ol {
	list-style-type : upper-alpha;
}
ol ol ol ol ol {
	list-style-type : lower-alpha;
}
ol ol ol ol ol ol {
	list-style-type: lower-greek;
}

ul {
	list-style-type: disc;
}
ul ul {
	list-style-type: circle;
}
ul ul ul {
	list-style-type: square;
}
ul ul ul ul {
	list-style-type: &diams;;
}
ul ul ul ul ul {
	list-style-type: &hearts;;
}
ul ul ul ul ul ul {
	list-style-type: &clubs;;
}
ul ul ul ul ul ul ul {
	list-style-type: &spades;;
}
