			
html, body {
				height: 100%;
			}
			body {
				margin: 0;
				padding: 0;
				font: 16px/1.5 Arial;

			}

			#maintext {	
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 10px;
			}
                        #BoldText {
                                font-size: 18px;
				font-weight: bold;
                        }
                        #TableHead {
                                font-size: 5px;
				font-color: #FFFFFF;
                        }
                        #TablesubHead {
                                font-size: 2px;
				font-color: #FFFFFF;
                        }
                        #TableBody {
                                font-family: Arial;
                                font-size: 13px;
				font-color: #FFFFFF;
                        }