		

.normal {
		color: #000000;
		font-family: verdana;
		font-size:10px;
		font-weight: normal;
		line-height: 1.55;
		}
		
.red {
		color: #990000;
		font-family: verdana;
		font-size:13px;
		font-weight: bold;
		line-height: 1.55;
		}
		
.normal2 {
		color: #000000;
		font-family: verdana;
		font-size:10px;
		font-weight: normal;
		line-height: 1.70;
		}
		
.small {
		color: #000000;
		font-family: verdana;
		font-size:9;
		font-weight: normal;
		line-height: 1.45;
		}
		
		
.urls {
		color: #003366;
		font-family: verdana;
		font-size:10;
		font-weight: bold;
		line-height: 1.45;
		}
		
.smallgrey {
		color: #666666;
		font-family: verdana;
		font-size:9;
		font-weight: normal;
		line-height: 1.45;
		}
		
		
.normalbold {
		color: #000000;
		font-family: helvetica;
		font-size:11px;
		font-weight: bold;
		line-height: 1.3;
		}
		

.blue {
		color: #003366;
		font-family: helvetica;
		font-size:11px;
		font-weight: bold;
		line-height: 1.2;
		} 
		
.bluebold {
		color: #003366;
		font-family: helvetica;
		font-size:12.5px;
		font-weight: bold;
		line-height: 1.2;
		} 
		
		
		
.bold {
		color: #000000;
		font-family: helvetica;
		font-size:12px;
		font-weight: bold;
		line-height: 1.2;
		} 


		
.yellow {
		color: #766E1F;
		font-family: verdana, helvetica;
		font-size:9.5px;
		font-weight: normal;
		line-height: 1.6;
		
		}
		
		
		
A:link {  
		color: #000000; 
       	text-decoration: none; 
       	}/*normal links in the text*/
       	
A:visited { /*this effect is not shown in NN4.xx*/
         	color: #666666;
         	text-decoration: none; 
            
           }
                         
         
A:hover { /*this effect is not shown in NN4.xx*/
         	color: #003366; 
            text-decoration: underline; 
           }
                         
