			.table_head{
				background: #6699FF;
				color: #FFFF00;
				text-align: center;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: large;
			}
			.table_row{
				text-align: center;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: smaller;
			}
			.odd{
				background: #DDDDDD;
			}


			body{
				font-family: Verdana, Arial, Helvetica, sans-serif;
			}

			#err_msg{
				color: red;
			}

			.table_head>td{
				border-bottom-style: solid;
				border-bottom-width: 1;
				border-color: #999999;
				border-collapse: true;

			}
			.table_row>td{
				border-bottom-style: solid;
				border-bottom-width: 1;
				border-color: #999999;
			}
