@import url(DisinfoStyleGlobal.css);

body
{
	font-size: 10pt;
	font-family: Times, serif;
}



.Date
{
	text-align: center;
	margin-top: 2.5em;
	margin-bottom: 3.5em;
}



/*******
 * HRs *
 *******/

HR
{
	/* TODO: Replace with ---s (see wacko.PACMAN-HR). */
	border-style: dashed none none none;
	color: black;	/* Needed for MSIE 5.5 */

	margin-bottom: 1.7em;	/* Most HRs have extra space below */
	margin-top: 0.5em;
}

HR.SpaceAbove
{
	margin-top: 1.7em; /* But some HRs have extra space above instead */
	margin-bottom: 0.5em;
}



/***********
 * Columns *
 ***********/


/* I think that CSS3 might have a better way of doing columns */

/* '93/'94 have same type of gap */
.ColumnLeft
{
	text-align : justify;
	/*
	margin : 0;
	padding-left : 1%;
	padding-right : 1%;
	*/

	width : 34%;
	margin-left: 7.25%;

	float : left;
}

.ColumnRight
{
	text-align : justify;
	/*
	margin : 0;
	padding-left : 1%;
	padding-right : 1%;
	*/

	width : 34%;
	margin-right: 7.25%;

	float : right;
}

