.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}

.smalltype {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}

.bgcolor {background-color: white}

.header {position: fixed; top: 0; bottom: 0; left: 0; right: auto;}

.navigation {position: fixed; top: 88px; bottom: 0; left: 0; right: 120px; border-style: solid;}

.pageheader {position: fixed; top: 88px; bottom: auto; left: 120px; right: auto;}

.main {position: absolute; top: auto; bottom: 0; left: 120px; right: auto; overflow: scroll;}