/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

.txt_main {
	font-family: Tahoma;
	font-size: 12px;
	color: #666666;
	line-height: 17px;
	text-decoration: none;
	}
	.txt_main a:hover {
	text-decoration: underline;
	}

.txt_blue_11 {
	font-family: Tahoma;
	font-size: 12px;
	color: #2E64BC;
	text-decoration: none;
	}
	.txt_blue_11 a:hover {
	text-decoration: underline;
	}
	
.txt_grey_11 {
	font-family: Tahoma;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	}
	.txt_grey_11 a:hover {
	text-decoration: underline;
	}

.head_red_20 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #990100;
	font-weight: bold;
	text-decoration: none;
	}

.head_black_14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333l;
	font-weight: bold;
	text-decoration: none;
	}
	
.border_grey {
	border: #EDEDED 1px solid;
	}

.border_grey_pad {
	border: #999999 1px solid;
	padding: 2px;
	}
