@import url(DisinfoStyleGlobal.css);

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


.PageH
{
	margin-top: 1.2em;
}


.Date
{
	text-align: center;
	text-decoration:  underline;

	margin-top: 1.2em;
	margin-bottom: 1.2em;
}

.Date2
{
	text-align: center;
	text-decoration:  underline;

	margin-top: 0em;
	margin-bottom: 2.6em;
}



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

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



/***********
 * 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.6%;
	margin-left: 1%;

	float : left;
}

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

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

	float : right;
}

