@charset "UTF-8";
@import url("base/default.css");

	#intro
	{
		margin : 10px auto 20px;
		height : 300px;
		text-align : center;
	}

	h2.top
	{
		/* border-top : 1px solid #a0a0a0; */
		border-bottom : 1px dotted #cccdcc;
	}

	table.info
	{
/*
		margin-left : 0.50em;
*/
	}

	table.info a:link
	{
		/* color : #4c4c4c; */
/*
		color : #2c2c2c;
		text-decoration : none;
*/
	}

	table.info a:active
	{
		/* color : #4c4c4c; */
/*
		color : #2c2c2c;
		text-decoration : none;
*/
	}

	table.info a:visited
	{
		/* color : #4c4c4c; */
/*
		color : #2c2c2c;
		text-decoration : none;
*/
	}

	table.info a:hover
	{
		/* color : #4c4c4c; */
		/* color : #2c2c2c; */
/*
		color : #0055bb;
		text-decoration : underline;
*/
	}

	table.info td.date
	{
		padding-left : 0.50em;
/*
		font-family : monospace;
*/
		width : 8.00em;
		vertical-align : top;
	}

	table.info th
	{
		padding : 0.25em;
		font-weight : bold;
		text-align : left;
	}

	table.info td
	{
		padding : 0.20em 0;
		border-bottom : 1px dotted #cccdcc;
	}

	.pdf_banner
	{
		width : 8.65em;
		vertical-align : top;
	}

@media print
{

	table.info a:link
	{
		color : #000000;
	}

	table.info a:active
	{
		color : #000000;
	}

	table.info a:visited
	{
		color : #000000;
	}

}

