ADDRESS, BLOCKQUOTE, BODY, DD, DIV, DL, DT, FIELDSET,
FORM, FRAME, FRAMESET, H1, H2, H3, H4, H5, H6, IFRAME,
NOSCRIPT, NOFRAMES, OBJECT, OL, P, UL, APPLET, CENTER,
DIR, /* HR */, MENU, PRE {
	display : block;
	line-height : 1.33em;
}
  A:link {text-decoration:none; color:#666666;}
  A:visited {text-decoration:none;color:#666666;}
  A:hover {color:#666666;text-decoration: underline;}


H1 {
	color : #000000;
	font-family : Verdana, arial,helvetica,sans-serif;
	font-size : 14pt;
	text-align : Center;
}

                        BODY {
	margin-top : 0%;
	margin-left : 0%;
	margin-right : 0%;
	color : black;
	background-color : #FFFFFF;
	font-family : Verdana, arial,helvetica,sans-serif;
	font-size : 10pt;
}
                      
                        UL LI {
	color : black;
	list-style : disc;
}

                        HR {
	width : 50%;
	size : 2;
	align : center;
}

                        /*  -----------  */
                        /*  Table stuff  */
                        /*  -----------  */
                        TABLE {
	border : #FFFFFF;
	margin-left : 0%;
	margin-right : 0%;
	display : table;
}

                        TABLE.table-outer {
	width : 100%;
}

                        COLGROUP {
	display : table-column-group;
	column-span : attr(colspan);
}

                        COL {
	display : table-column;
	column-span : attr(span);
}

                        TR {
	display : table-row;
}

                        TD {
	padding : 0pt;
	color : black;
	font-family : Verdana, arial,helvetica,sans-serif;
	font-size : 10pt;
}

