body {
   background-color: #ffffff;
   background: url("http://www.paintminion.com/images/bg4.jpg");
   color: black;
   margin-left: 0;
   margin-top: 0;
   margin-width: 0;
   margin-height: 0;
}

#RightColumn {
	float: right;
	width: 46%;
	margin-right: 15px;
	padding-bottom: 20px;
	text-align: right;
}

#LeftSide {
	float: left;
	width: 46%;
	margin-left: 15px;
	padding-bottom: 20px;
	text-align: left;
}

#RightSide {
	float: right;
	width: 46%;
	margin-left: 15px;
	padding-bottom: 20px;
	text-align: left;
}

.center {
   text-align: center;
}

p.small {
   font-size: 10pt;
}

p.copyright {
   text-align: center; 
   font-size: 10pt;
   font-style: italic;
}

p.maintitle {
	text-align: left; 
	font-size: 14pt;
	font-family: "Arial";
 }

p.subtitle {
	text-align: center; 
	font-size: 10pt;
	font-family: "Arial";
	font-weight: bold;
 }

p.desc {
	text-align: justify; 
	font-size: 10pt;
	font-family: "Arial";
 }

table.shell {
	width: 617;
	height: 1168;
	border: 2;
	border-spacing: 0;
	border-padding: 0;
	text-align: center;
	vertical-align: top;
}

table.main {
	width: 591;
	height: 1168;
	border: 2;
	border-spacing: 0;
	border-padding: 0;
	text-align: center;
	vertical-align: top;
}

td.main {
	background-color: #ffffff;
	height: 1168;
	border: 2;
	text-align: left;
	vertical-align: top;
}

p.blue {
   background-color: #e0ffff;
}

p.cblue {
   background-color: #e0ffff;
   text-align: center;
}

p.clblue {
   background-color: #e0ffff;
   font-size: 18pt;
   text-align: center;
}


