
body {	font-family:  Verdana, Helvetica, Arial, sans-serif;
	text-align: center;
	background-color:#FFFFFF; 
}

	/* ~~ this container surrounds all other divsexcept for footer*/
.container {
	/*max-width: 1260px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable.  */
	/*min-width: 780px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. */
	background: #FFF;
	/*margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if the .container's width to 100%. */
	text-align: center;
	font-size: 12px;
	margin: 0;
	padding: 0;
	color:#000099;
	font-weight: bold;
}

/* this class centres text*/
 .cent {
	text-align: center;
	}

	
table {
	text-align: center;
	margin: auto; 
	}


/* this is formatting of the table td cells for old format complete verions on initial language page*/
.tdCompleteVersion 
{
	background-color: #006600;
    color: #FFFFFF;
	font-size:12px;
	text-align:center;
	height:18; 
	width:162;

}


/* this is formatting of the language page*/
.lindex
{
	background-color: #6666FF;
    color: #FFFFFF;
	font-size:60%;
	text-align:center;
	height:14; 
	width:50%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0px;

}



/* image properties for cover*/

.imgcov
{
	max-width:236;
	height:auto;
	border:0;
}

/* image properties for big cover*/
.imgb {
    max-width: 330;
    height: auto;  
	
}		

/* image properties for sb pdf to downlaod image*/
.imgp {
    width: 25;
    height: 25;  
	border:0;
	vertical-align: middle;
}

/* image properties for adobe to downlaod image*/
.imgd {
    width: 88;
    height: 31;  
	border:0;
	vertical-align: middle;
}

/* image properties for horizontal line image*/
.imgl {
    width: 501;
    height: 21;  
	
} 


a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
	}

/* ~~ Styling for the links ~~ */
a:link {
	color:#CCFFCC;
	text-decoration: underline; 
	}

a:visited {
	color: #CCFFFF;
	text-decoration: underline;
	}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person 	using a mouse. */
	text-decoration: none;
	}


/*this styles the table */
/*#table {
	padding: 10px;
	border: thick double #4E5869; 
	background-color: #F2F5A9;
	border-spacing: 5px 2px;
	border-collapse:collapse;
    margin:  50px auto;    
	clear:both;
	}
*/


#footer{  
	 color:#000080;
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:10px;
	font-weight: Normal;
	padding: 5px;
	  position:relative;
	text-align: center;
	 width: 100%;
   
}
	



