/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

.txt_main {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	}
	.txt_main a:hover {
	text-decoration: underline;
	}
	
.txt_blue_11 {
	font-family: Tahoma;
	font-size: 11px;
	color: #0F4881;
	text-decoration: none;
	}
	.txt_blue_11 a:hover {
	text-decoration: underline;
	}
	
.txt_white_11 {
	font-family: Tahoma;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	}
	.txt_white_11 a:hover {
	text-decoration: underline;
	}

.tbl {
	font-family: Tahoma, Arial;
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	border: #C7D5E2 1px solid;
	border-collapse:collapse;
	padding-left: 5px;
	}