/* CSS Document */

.superscript{vertical-align:super; font-size: 82%;}
.subscript{vertical-align:sub; font-size: 82%;}

.center{text-align:center;}

.bold {font-weight: bold;}

.noborder {border: 0; margin: 10px; padding: 0; border-collapse: collapse; font-size: 100%; width: 95%; line-height:150%;}

.odd {background: #CFDFEB;}
/*sets the background colour for all even rows in a table*/
.even {background: #ffffff;}

.history {color: #999999}

/*floats the div to the right*/
.right {float: right; padding:5px;}

/*floats the div to the left*/
.left {float: left; padding:5px 5px 5px 0px;}