/***** Global Classes *****/
.clear, .clr { clear:both; }
.float-left { float:left; }
.float-right { float:right; }
.blockcenter { margin-left:auto; margin-right:auto; }
.left {	text-align:left; }
.right { text-align:right; }
.center { text-align:center; }
.justify { text-align:justify; }
.bold { font-weight:bold; }
.italic { font-style:italic; }
.underline { border-bottom:1px solid; }
.highlight { background:#ffffcc; }
ol.roman { list-style: upper-roman; }
ol.roman ol { list-style: lower-roman; }
ol.alpha { list-style: upper-alpha; }
ol.alpha ol { list-style: lower-alpha; }
/***** End Global Classes *****/
.tableblood {margin-left: 10px; }
.tableblood1 {text-align:center; }
.tableblood2 {text-align:left; padding-left: 10px;}