/* CSS Document */
#content_table {
	text-align: left;
	background-image : ;
	background-repeat: no-repeat;
	background-position : left 20px;
  	width : 605px;
  	border-collapse : collapse;
  	empty-cells : show;
}
#content_table td {
	letter-spacing: 0.1em;
	line-height: 1.5em;
	font-size: 14px;
	vertical-align : top;
}
.leftcontent {
	padding-left: 10px;
	vertical-align : top;
	padding-top: 10px;
  text-align : left;
}
#content_table th {
	color: #FF3366;
	font-size: 16px;
	text-align: left;
	padding-bottom: 10px;
}
.red_big {
	font-size: 48px;
	font-weight: bolder;
	color: #FF0000;
	line-height: 1.2em;
 }
.blue {
	color: blue;
}

