
/* =================== New and Modified Classes ======================*/
.textMainTitle{  /* Main Title */
  font-size:15px;
  font-family: "Lucida Grande","Lucida Sans Unicode",verdana,lucida,sans-serif;
}

.textSubTitle {  
  font-size: 13px; font-weight:bold;font-family: "Lucida Grande",Geneva,Verdana,Arial,Helvetica,sans-serif;
}

.textBody { /* Body text */
	color:#444444;
	font:100%/1.5 "Lucida Grande",Geneva,Verdana,Arial,Helvetica,sans-serif;
	font-size:100%;	
}

.border_w0_h0{  /* border without a specific width/height */
  padding:4px; border-color:#555; border-style:solid; border-width:1px;
}


/* All texts with a hyerplink */
a.linkText{ 
  border-bottom: 1px dotted; color:#AE4F0C; text-decoration:none;
}
a.linkText:visited {
  border-bottom: 1px dotted; color:#AE4F0C; text-decoration:none;
}
a.linkText:hover{
  border-bottom-style: solid; color:#D03900; text-decoration:underline;
}


/* All texts with a hyerplink and with a bolder font*/
a.linkandBoldText {
  border-bottom:1px dotted;color:#AE4F0C;font-weight:bold;text-decoration:none;
}
a.linkandBoldText:visited {
  border-bottom:1px dotted;color:#AE4F0C;font-weight:bold;text-decoration:none;
}
a.linkandBoldText:hover{
  border-bottom-style: solid;color:# D03900;font-weight:bold;text-decoration: underline;
}

/* ====================================================================*/

