/****HTML TAG STYLES****/
html		{
    		height: 100%;
			}
body 		{
			font-weight: normal;
			background: #ffffff; 
	    	height: 100%;
			line-height: 1.166;	
			font-family: Times New Roman, Garamond, serif;
			color: #000000;
			}

/**HYPERLINK AND ANCHOR TAGS**/
 
a:link,
a:visited,		
a:active,
a:hover 	{ 
			text-decoration: none; 
			}
	
			
/*HEADER TAG STYLES*/

h1  		{	 
			font-family: Arial, Helvetica, Geneva, Swiss, sans-serif; 
			font-size: 130%; 
			text-decoration: none; 
			margin: 10pt 10pt 5pt 0pt;
			letter-spacing: 1pt;
			font-weight: normal;
			}
h2			{ 
			font-weight: normal;
			font-size: 100%; 
			margin: 0pt 10pt 10pt 10pt;
			}
h3			{ 
			color: #003378; 
			font-size: 120%; 
			margin-bottom: -6pt;
			}
h4			{ 
			color: #888888; 
			font-size: 110%; 
			margin-bottom: -6pt;
			}
h5			{ 
			color: #888888; 
			font-size: 110%; 
			margin-bottom: -6pt;
			font-weight: normal;
			}
td			{
			font-size: 75%;
			}


/* DIV DECLARATIONS */
#container	{ 
			width: auto;
			margin-left: 0%; 
			margin-right: 0%;
			position: relative;
		    min-height: 100%;
		    height: 100%;
		    voice-family: "\"}\"";
			voice-family: inherit;
			height: auto;
			}
html>body #container {
    		height: auto;
			}			
						
			
#banner 	{
			text-align: right;
			margin-top: 15pt;
			}
#preamble 	{
			text-align: justify; 
			font-size: 80%;
			margin-top: 30pt;
			}
#main0		{
			font-size: 75%;
			padding-bottom: 0;
			margin: 0% 10% 0% 10%; 
			}	
#main		{
			font-size: 75%;
			margin: 0% 10% 0% 10%;
			padding-top: 0; 
			}
#spacer		{
			height: 50pt;
			font-size: 75%;
			margin-top: 40pt;
			}
						
/***MASTHEADS***/
.mastp	 	{
			display: block;
			}			
#copyright	{
			display: block;
			width: 100%;
			position: absolute;
    		bottom: 0;
			font-size: 60%;
			margin: 0;
			padding:0;			
			}
.masts,
.date,
.footer, 
.validation	{ 
			display: none !important;
			}



/*NAVIGATION FORMATTING*/
.lnk		{
			color: #0000cc;
			}	

/***CICALAONLINE NAVIGATION***/
.hdr1		{
			font-weight: bold;
			font-size: 95%;
			}
.hdr2		{
			font-weight: bold;
			font-size: 85%;
			color: #0000ff;
			}
.hdr3		{
			font-size: 80%;
			}
				
td.left		{
			padding-left: 12px;
			}
	



/***DECORATION***/
.mi1		{font-weight: bold;
			color: #003378;
			}
.mi2		{
			color: #888888;
			font-weight: bold;
			padding-left: 7pt;
			}
.mi2a		{
			color: #888888;
			font-weight: bold;
			}			
.mi3		{
			color: #888888;
			padding-left: 7pt;
			}
.mi3a		{
			color: #888888;
			}

.pad10		{
			padding: 7pt 0pt 7pt 0pt; 
			}										
.h4l		{
			color: #7d7d7d;
			}	
.www		{
			font-family: Trebuchet MS, serif; 
			font-weight: bold;
			font-size: 12pt;
			text-align: center;
			margin-bottom: 25pt;
			padding-bottom: 0;
			}	

										
/*BACKGROUND COLOURS*/
.grey		{ 
			background: #787878; 
			}
.lgrey 		{ 
			background: #993333; 
			}
.lgrey2 	{ 
			background: #878787; 
			}
			
.lgrey3		{ 
			background: #878787; 
			}
.blue		{ 
			background: #003378; 
			}
.lblue		{ 
			background: #5f6cc7; 
			}
.white		{
			background: #ffffff;
			}		
