.top {vertical-align: top}
.middle {vertical-align: middle}
.bottom {vertical-align: bottom}
.baseline {vertical-align: baseline}
.text-top {vertical-align: text-top}
.text-bottom {vertical-align: text-bottom}

.center {text-align: center}
.left {text-align: left}
.right {text-align: right}

.italic {text-style: italic}
.normal {text-style: normal}
.serif {font-family: times, times new roman, verdana, serif}
.sanserif {font-family: helvetica, geneva, arial, georgia, sans-serif}

.pindent {text-indent: 2em}

.footer {font-family: times, times new roman, verdana, serif;
	font-size: 10pt;
	font-style: normal}
	
.floatleft {float: left}
.floatright {float: right}
.floatnone {float: none}

.red {color: red}
.blue {color: blue}
.black {color: black)
.green {color: green}
.yellow {color: yellow}

.bgwhite {background-color: white}



