@import url(DisinfoStyleGlobal.css);

body
{
	font-size: 10pt;
	font-family: Courier, monospace;
}


.Date
{
	text-align: center;
	margin-top: 1.75em;
	margin-bottom: 2.25em;
}

/* For '92 */
.Date2
{
	text-align: center;
	margin-top: 1.5em;
	margin-bottom: 1.6em;
}

sup
{
	/* TODO: Cancel */
	vertical-align: top;
}


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

/* For '94 */
HR.SpaceAbove
{

}




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


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


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

	width : 46.4%;
	margin-left: 1%;

	float : left;
}

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

	width : 46.4%;
	margin-right: 1%;

	float : right; /* Right? */
}

