.blank		{font-size: 1pt}
a:link		{text-decoration:none}
a:visited	{text-decoration:none}
a:hover		{text-decoration:underline}


.table_format {
	width: 100%;
}

.table_format TD {
	border: 1px solid #000;
	padding: 5px;
	text-align: center;
}

.opt_div {
	position: relative;
	margin: 10px auto 0px auto;
	padding: 5px;
	display: table;
	width: 200px;
	background: #FFFB9B;
	border: 1px dashed #000;
	color: #000;
	text-align: center;
	font-size: 13px;
}

.opt_div P {
	margin: 5px 0px 5px 0px;
}

.opt_div A:Link, .opt_div A:Visited, .opt_div A:Active {
	color: #0000ff;
	text-decoration: underline;
}

.opt_div A:Hover {
	color: #0000ff;
	text-decoration: underline;
	background: #9CCF7A;
}



.opt_div_article {
	position: relative;
	margin: 10px auto 0px auto;
	padding: 5px;
	display: table;
	width: 50%;
	background: #FFFB9B;
	border: 1px dashed #000;
	color: #000;
	text-align: center;
	font-size: 13px;
}

.opt_div_article P {
	margin: 5px 0px 5px 0px;
}

.opt_div_article A:Link, .opt_div A:Visited, .opt_div A:Active {
	color: #0000ff;
	text-decoration: underline;
}

.opt_div_article A:Hover {
	color: #0000ff;
	text-decoration: underline;
	background: #9CCF7A;
}