.type1 {
font-size: 11px; color: #333333; 
font-family:Verdana, Geneva, Arial; 
font-weight:bold; 
text-decoration:none;
}

.type2 {
font-size: 11px; color: #333333;
font-family:Verdana, Geneva, Arial; 
font-weight:normal;
text-align: justify;
}

A:link {
	color: #6699CC;
	text-decoration: none;
 }          /* unvisited link */

A:visited {
	color: #6699CC;
	text-decoration: none;
 }        /* visited links */

A:active {
	color: #6699CC;
	text-decoration: none;
  }        /* active links */

A:hover {
	color: #CCCCCC;
	text-decoration: underline;
  }
  
P {font-family:Verdana, Geneva, Arial; font-weight:normal; font-size: 11px; color:#333333; line-height : 140%; }
