
/* **************************** CLIENT SPECIFIC ******************************** */



/*--------------------------------- GLOBAL STYLES ---------------------------------*/

	
b, em {
	font-weight: bold;
	}

FORM {
	padding: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	}	
		
UL, OL, {
	margin-top: 6px;
	margin-bottom: 6px;		
	}
	
LI {
	margin-top: 4px;
	margin-bottom: 4px;
	} 

	
	
	
/*--------------------------------- GENERAL STYLES ---------------------------------*/

/* used for page titles*/
.title {  	 
	font-family: Arial, Helvetica, Geneva, Verdana, sans-serif;
	color: #CC9933;
	font-size: 12pt;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	}
				
A:hover.title {
	color : #996666;
	text-decoration: none;
	}
	
/*used for acen console link*/
.acenconsole {
		color: #CC9933;
		text-decoration: none;
        }

A.acenconsole:hover {
		color : #996666;
		text-decoration: none;	
		}  
		
/* LINKS */

A.link-normal:link {
		color: #992A17; 
		text-decoration: underline;}/*all regular links*/
A.link-normal:visited {
		color: #666666; 
		text-decoration: underline;}
A.link-normal:hover { /*this effect is not shown in NN4.xx*/
		color: #996666; 
		text-decoration: underline;}
A.link-normal:active {/*colour in NN4.xx is red*/ 
		color: #000000; 
		text-decoration: underline;}
		
		
A.link-nav:link {
		color: #EDEDED; 
		text-decoration: none;}
A.link-nav:visited {
		color: #EDEDED; 
		text-decoration: none;}
A.link-nav:hover {
		color: #FFFFFF; 
		text-decoration: none;}
A.link-nav:active {
		color: #CC9933; 
		text-decoration: none;}		   


A.link-sidenav:link {
		color: #992A17; 
		text-decoration: none;}
A.link-sidenav:visited {
		color: #992A17; 
		text-decoration: none;}
A.link-sidenav:hover {
		color: #996666; 
		text-decoration: underline;}
A.link-sidenav:active {
		color: #000000; 
		text-decoration: none;}		   


A.link-title:link {
		color: #CC9933; 
		text-decoration: none;}
A.link-title:visited {
		color: #CC9933; 
		text-decoration: none;}
A.link-title:hover {
		color: #CCAA66; 
		text-decoration: underline;}
A.link-title:active {
		color: #CC8B0A; 
		text-decoration: none;}		   


		
	
/* TEXT */

body {
		font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif; 
		font-size: 9pt;
		color: #333333;
        font-weight: normal;
		padding-top: 3px;
		text-decoration: none; 
		}

table {
		font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif; 
		font-size: 9pt;
		color: #333333;
        font-weight: normal;
		text-decoration: none; 
		}

td {
		font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif; 
		font-size: 9pt;
		color: #333333;
        font-weight: normal;
		text-decoration: none; 
		}

.text-sidetext {
		font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: #000000;
		font-size: 8pt;
		font-weight: normal;
		}
		
.text-title {
		font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: #CC9933;
		font-size: 12pt;
		font-weight: bold;
		}
	
.text-nav     {
		font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: #999999;
		font-size: 8pt;
		line-height: 8pt;
		font-weight: bold;
} 

.text-sidenav     {
		font-size: 9pt;
		line-height: 14pt;
		font-weight: normal;
}
 
.text-required    {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #D1496B;
	/* font-size: 8pt; */
	font-style: italic;
	font-weight: bold;

} 
				
.text-2     {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 9pt;
	font-weight: normal;
	padding-top: 10px;
}
				

.text-address    {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #003399;
	font-size: 9pt;
	font-weight: normal;
}

.formtext    {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 9pt;
	font-style: italic;
} 

.text-copyright     {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 8pt;
	font-weight: normal;
}


/* TABLE/CELL OUTLINES */
			 
.cell-1     {    border-left: 1px solid #FFFFFF;	} 
				
.cell-2     {    border: 1px solid #FFFFFF;		} 



.outline2     {
	border: 1px solid Black;
} 

/* ***************************** END CLIENT SPECIFIC ******************************* */