
	body {
		margin:0;
		padding:0;
	}

	html, body, td, input, select, option, textarea {
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:12px;
	}
	
	input {
		margin-bottom:2px;
	}

	textarea	{width:350px;}
	
	.header {
		font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #356191;
		margin-bottom: 6px;
	}
	
	
	
	.left {
	padding-right:10px;
	line-height:19px;
	}
	
	.full {
		text-align:right;
	}
	
	.txt {
		width:200px;
	}
	
	.btn {
		width:75px;
	}
	
	.error {
		font-weight:bold;
		color:#FF0000;
	}
	
	.response {
	}
	
	tbody {
		cursor:hand;
		line-height:24px;
	}
	
	.bg {
		background-color:#A9C9FE;
	}
	
	.border {
		background-color:#FFFFFF;
		margin:20px;
		padding:10px;
		border:1px solid #3CB0F7;
	}
	
	.paging {
		background-color:#f7f7ff;
		text-decoration:none;
		text-align:center;
		line-height:22px;
		margin-right:4px;
		color:#000000;
		display:block;
		height:22px;
		width:22px;
		float:left;
	}

	.paging-on {
		background-color:#A9C9FE;
		text-decoration:none;
		text-align:center;
		line-height:22px;
		margin-right:4px;
		font-weight:bold;
		color:#ffffff;
		display:block;
		height:22px;
		width:22px;
		float:left;
	}
	
