/* **************************** CLIENT SPECIFIC ******************************** */
/* LINKS */


.link { 
		font-family: Arial; 
		font-size: 9pt;
		font-weight: bold;
		color: #333399;
		text-decoration: none 
        }

a:hover.link {
	color : #CC0033;
	text-decoration: underline
	       }
	       
	       
.link1 {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: 333399;
}

A:hover.link1{
	color : #CC0033;
	text-decoration: underline
	}
		       
.link2 {
	font-family: Arial;
	font-size: 8pt;
	color: #333399;
	text-decoration: none;
}

a:hover.link2{
	color : #CC0033;
	text-decoration: underline
	       }

   
.link3 { 
		font-family: Arial; 
		font-weight: bold;
		font-size: 8pt;
		color: #FFFFFF;
		text-decoration: none 
        }

a:hover.link3{
	color : #000000;
	       }
		   
.link4 { 
		font-family: Arial; 
		font-weight: normal;
		font-size: 8pt;
		color: #C5C7BA;
		text-decoration: underline
        }

a:hover.link4{
	color : #CC0033;
	       }

.link-title { 
		font-family: Arial; 
		font-size: 10pt;
		color: #333399;
        font-weight: bold;
		padding-top: 3px;
        height: 16px;
		text-decoration: none; 
        }
		
a:hover.link-title{
	color : #CC0033;
	       }
		   



	
/* TEXT */


.text-1     {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 8pt;
	font-weight: normal;
} 

.text-bold     {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 8pt;
	font-weight: bold;
} 
				
.text-2     {
	font-family: Arial;
	color: #000000;
	font-size: 10pt;
	font-weight: normal;
}

.text-2bold     {
	font-family: Arial;
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
}
				

.text-address    {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 9pt;
	font-weight: normal;
} 

.text-copyrite     {
	font-family: Times New Roman;
	color: #C5C7BA;
	font-size: 8pt;
	font-weight: normal;
}

.title     {  	 font-family: Arial;
				 color: #000000;
				 font-size: 13.5pt;
				 font-weight: bold;
				 
				}

/* TABLE/CELL OUTLINES */
			 
.cell-1     {    border-right: 1px solid #CCCCCC;
				 height: 22px; 
			
				} 
				
.cell-2     {    border: 1px solid #FFFFFF;		} 

.cell-3     {    
	border-top: 2px solid #333399;
	border-left: 2px solid #333399;
	border-bottom: 2px solid #333399;
} 

.outline2     {
	border: 1px solid Black;
} 

/* ***************************** END CLIENT SPECIFIC ******************************* */
