/*Dark grey background colour*/
body	 {background-color:#333333;}

/*Light grey border line*/
div.container
{
	width: 850px;
	margin: 0px;
	border: 1px solid gray;
	/*line-height: 150%;*/
	padding: 15px 20px;
}

/*Web site name*/
h1.header
{
	padding-top: 10px;
	padding-bottom: 0px;
	margin: 0;
	height:50px;
	font-weight: normal; color: #ffffff;
	font-family: arial;
	font-size: 14pt;
	text-align: center;
	text-decoration: underline;
	line-height: 90%;	
}

/*page title*/
h2.header1
{
	font-weight: normal; color: #ffffff;
	font-family: arial;
	font-size: 12pt;
	text-align: center;
	text-decoration: underline;
}

/*Large print description*/
div.left
{
	float:left;
	width:110px;
	margin:0;
	padding-top: 60px;
	padding-left: 5px;
	font-size: 12pt;
	font-family: arial;
	font-weight: 200; color: #cccccc;
	text-align: center;
}

/*Large print container*/
div.content
{
	margin-left:125px;
	
}

/*Large print*/
img2	{
	position: absolute;
	top:200px;
	left:30px;
	border: solid rgb(0,0,0);
	}

p.normal {color:#cccccc; font-family:arial; font-size:11pt; font-weight:500; line-height:100%;}
p.normalu {color:#cccccc;font-family: arial; font-size: 11pt; font-weight: 500;text-decoration: underline;}
p.thick { color:white;font-family: arial;font-size: 11pt; font-weight: bold;}
p.thicku { color:#cccccc;font-family: arial;font-size: 11pt; font-weight: bold;text-decoration: underline;}
p.small { color:white;font-family: arial;font-size: 10pt; font-weight: normal;text-decoration: none;}
p.vsmall { color:white;font-family: arial;font-size: 8pt; font-weight: normal;text-decoration: none;}
td.small { 
	color:#cccccc;font-family: arial; 
	font-size: 10pt; font-weight: 300;text-decoration: none;
	text-align: center;
	line-height: 110%;
	}

td.smallgrey { 
	color:#cccccc;font-family: arial; 
	font-size: 10pt; font-weight: normal;text-decoration: none;
	text-align:center;
	line-height: 200%;
	}
	
td.smallgreyleft { 
	color:#cccccc;font-family: arial; 
	font-size: 10pt; font-weight: normal;text-decoration: none;
	text-align:left;
	line-height: 200%;
	}
	

td.smallgrey8pt { 
	color:#cccccc;font-family: arial; 
	font-size: 8pt; font-weight: normal;text-decoration: none;
	text-align:center;
	}

td.vsmall { 
	color:#cccccc;font-family: arial; 
	font-size: 8pt; font-weight: 300;text-decoration: none;
	line-height: 100%;
	text-align:center;
	}

td.vsmallr { 
	color:#cccccc;font-family: arial; 
	font-size: 8pt; font-weight: 300;text-decoration: none;
	/*text-align:right;*/
	padding-right: 25px;
	}
p.w3 {
	position:relative;
	top:90px;
	border-style:none;
	margin-bottom: 50px;
}