/* core.css - Defines boilerplate CSS 

/* zero out margin and padding on all tag selectors begin */
* { padding:0px; margin:0px; }
p { margin:1.6em 0em; }
h1, h2, h3, h4, h5, h6, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:0px; }
li, dd { margin-left:5%; }
fieldset { padding: .5em; }
/* fixes bug in IE5.x in windows that prevents the font size from inheriting into tables */
table { font-size:1.0em; }
/* font size begin */
.fsp2  { font-size:.2em; }
.fsp3  { font-size:.3em; }
.fsp4  { font-size:.4em; }
.fsp5  { font-size:.5em; }
.fsp6  { font-size:.6em; }
.fsp7  { font-size:.7em; }
.fsp8  { font-size:.8em; }
.fsp9  { font-size:.9em; }
.fs1p0 { font-size:1.0em; }
/* font size end */
.bld { font-weight:bold; }
.ital { font-style:italic; }
.plainTxt { font-weight:normal; }
#topAnchorDiv { position:absolute; top:0px; left:0px; width:5px; height:5px; z-index:1008; }
#clearFloatDiv { clear:both; overflow:hidden; }