.cleantable {
	border-collapse: collapse;
	border-width: 0;
	padding: 0;
}

.contentbody {
	background-color:#ffffff;
	padding:30px;
	font-size:10pt;
	font-family:Verdana;	
	text-align:left;
}

.contentbody .Headings {
	font-size: 12pt;
	color: #006699
}
.contentbody .Subheadings {
	font-size: 12pt;
	color: #666666;
	font-style: italic;
}

.contentbody a:link 	{color:#0196D9; font-weight:bold; text-decoration:none;			}
.contentbody a:visited	{color:#0196D9; font-weight:bold; text-decoration:none;			}
.contentbody a:hover	{color:#000000; font-weight:bold; text-decoration:underline;	}
.contentbody a:active	{color:#0196D9; font-weight:bold; text-decoration:none;			}

body { 
	background-color: #0196D9;
}
html {
	overflow-y: scroll;
	overflow-x: auto;
}