/* core.css - Defines boilerplate CSS */ 

/* zero out margin and padding on all tag selectors begin */
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;}
.bld {font-weight:bold;}
.ital {font-style:italic;}
.plainTxt {font-weight:normal;}
.plainTxt2 {font-style:normal;}
#topAnchorDiv {position:absolute; top:-100px; left:0px; width:5px; height:5px; z-index:1008;}
#clearFloatDiv {clear:both; overflow:hidden; height:1px;}
.clearFloatBoth {clear:both; overflow:hidden; height:1px;}
.clearFloatNull {height:1px; padding:0px; margin:0px; line-height:0px;}