
body
{
	background-color:LightSteelBlue;
	color: black;
	font-size:10pt;
	font-family: helvetica, arial, sans-serif;
}


td { padding-left:2px; }

.title {
	font-weight: bold;
}

.author 
{
	padding-top:4px;
	margin-top:20px;
	margin-bottom:20px;

	height:150px; 
	width:300px; 
	border:3px solid lightsteelblue;
	text-align: center;
}

.mainDiv {
	width: 1050px;
	background-color:white;
	border: 2px solid gray;
	border-radius: 15px 15px 15px 15px;
	box-shadow: 10px 10px 30px gray;
	font-family: arial;
	font-size: 10pt;
	color: black;
}

.mainTitleDiv {
	border-top: 0px solid black;
	border-bottom: 3px solid black;
	border-left: 0px solid black;
	border-right: 0px solid black;
	text-align: center;
	background-color:white;
}

.headerTable{
	width:100%;
	border-collapse:collapse;
	border: 0px solid gray;
	background-color:white;
	padding-bottom:10px;
	padding-top:10px;
	text-align:center
}


.mainTable {
	border-collapse:collapse;
	margin:10px;
	width:1030px;
	font-size:10pt;
	font-family: helvetica, arial, sans-serif;
	background-color:white;
}

.column {
		text-align: left;
		width: 320px;
	}

.gutter
{
	width:2px; 
	padding:0;
	border-left: 2px solid gray;
}

		 
.gutterDiv
{
	width:3px; 
	height:100%; 
	padding:0;
	margin:0;
	border-left:2px solid gray;
}