/* CSS Document */
body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

.txt_main {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	line-height:18px;
	text-decoration: none;
	}
	.txt_main a:hover {
	text-decoration: underline;
	}

.txt_box1 {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	}
.txt_box2 {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	border:#FFFFFF 1px solid;
}
.txt_red_11 {
	font-family: Tahoma;
	font-size: 11px;
	color: #D3373B;
	text-decoration: none;
	}
	
.txt_blue_11 {
	font-family: Tahoma;
	font-size: 11px;
	color: #0066CC;
	text-decoration: none;
	}
	.txt_blue_11 a:hover {
	text-decoration: underline;
	}

.txt_grey_11 {
	font-family: Tahoma;
	font-size: 11px;
	color: #9E9E9E;
	text-decoration: none;
	}
	.txt_grey_11 a:hover {
	text-decoration: underline;
	}
	
.border_left_nav {
	border-top: #DCDADA 1px solid;
	border-left: #DCDADA 1px solid;
	border-right: #DCDADA 1px solid;
	}

.border_light_grey {
	border: #DCDADA 1px solid;
	}
	
.tbl {
	font-family: Tahoma, Arial;
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	border: #999999 1px solid;
	border-collapse:collapse;
	padding-left: 5px;
	padding-right: 5px;
	}
