/* **************************** CLIENT SPECIFIC ******************************** */

/* TEXT */

font	{
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: #444444;
		font-size: 8px;
		line-height: 100%;
		}

.text-normal {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: #444444;
		font-size: 8pt;
		font-weight: normal;
		line-height: 110%;
		}
		
.text-small {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: #444444;
		font-size: 7.5pt;
		font-weight: normal;
		line-height: 100%;
		}

.text-bold {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: #444444;
		font-size: 8pt;
		font-weight: bold;
		} 							

.text-address {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: #990000;
		font-size: 9pt;
		font-weight: normal;
		} 

.text-copyright {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: #444444;
		font-size: 7pt;
		font-weight: normal;
		} 

.text-title {  	 
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: #444444;
		font-size: 13.5pt;
		font-weight: bold;
		}
		
.text-title-light {  	 
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: #DDDDDD;
		font-size: 13.5pt;
		font-weight: bold;
		}
		
.text-subtitle {  	 
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: #444444;
		font-size: 10pt;
		font-weight: bold;
		}
						
.text-form {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: #003697;
		font-size: 8pt;
		font-style: italic;
		} 

.text-required {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: #CC9933;
		font-size: 8pt;
		font-style: italic;
		font-weight: normal;
		}
		
.text-light {
		color: #999999;
		}

	
		
/* LINKS */

a:link {/*all regular links*/
		color: #003697; 
		text-decoration: none;
		}

a:visited {
		color: #4068B1; /* Other colors: 4F4E9C 6F6FC8 55548C */
		text-decoration: none;
		}

a:hover { /*this effect is not shown in NN4.xx*/
		color: #CC9900; 
		text-decoration: underline;
		}

a:active {/*color in NN4.xx is red*/ 
		color: #CC9933; 
		text-decoration: underline;
		}

.link-normal	{ 
		color: #003697;
		text-decoration: none ;
        }

a:hover.link-normal {
		color : #CC9900;
		text-decoration: none;
		}        
	       
.link-nav {
		color: #003697;
		text-decoration: none;
		} 
		
a:visited.link-nav {
		color: #003697; 
		text-decoration: none;
		}			
		
a:link.link-nav {
		color: #003697; 
		text-decoration: none;
		}													

a:hover.link-nav {
		color : #4068B1;
		text-decoration: none;
		} 

.link-title {
		color: #444444; 
		text-decoration: none;
		}
		
a:visited.link-title {
		color: #444444; 
		text-decoration: none;
		}			
		
a:link.link-title {
		color: #444444; 
		text-decoration: none;
		}											
				
a:hover.link-title {
		color: #4068B1; 
		text-decoration: none;
		}																				
		       
.link2 {
	color: #003697;
	text-decoration: underline;
		} 

a:hover.link2{
	color : #CC0033;
	text-decoration: underline
		} 

   
.link3 { 
		color: #FFFFFF;
		text-decoration: none 
        }

a:hover.link3{
	color : #444444;
		} 
		   
.link4 { 
		color: #003697;
		text-decoration: underline
        }

a:hover.link4{
	color : #CC0033;
		} 
				
		
		
/* TABLE/CELL OUTLINES */
			 
.cell-border-right {    border-right: 1px solid #CCCCCC;
				 height: 22px; 
			
		} 
				
.cell-2     {    border: 1px solid #FFFFFF;		
		} 



.outline2     {
	border: 1px solid Black;
		} 
		
/*---------------------------------- List Items ---------------------------------*/

.ul-noindent {
		list-style: disc;
		padding: 0pt;
		margin-left: 13pt;
		}

.ul-noindent-nobullet {
		list-style-type: none;
		padding: 0;
		margin-left: 0;
		}

.ol-noindent {
		padding: 0;
		margin-left: 18pt;
		}

.li-disc {
		list-style-type: disc;
		}


/* ***************************** END CLIENT SPECIFIC ******************************* */
