A  {
	text-decoration : underline;
	color : #FF6699;
}

A:Hover  {
	color : #000000;
}

B { 
	font-weight : bold;
}

.link {
	text-decoration : underline;
	color: #996600;
}

.submenulink {
	text-decoration : underline;
	color : #FFFFFF;
	
}
  
.title  {
	font-size : 20px;
	font-family : Arial, Verdana, Sans-Serif;
	font-weight : bold;
	font-style : normal;
	color : #336699;
	line-height : 24px;
	text-decoration : none;
}

.subtitle  {
	font-size : 16px;
	font-family : Arial, Verdana, Sans-Serif;
	font-weight : bold;
	font-style : italic;
	color : #336699;
	line-height : 20px;
}

.text  {
	font-size : 14px;
	font-family : Arial, Verdana, Sans-Serif;
	font-weight : normal;
	font-style : normal;
	color : #333333;
	line-height : 18px;
}

.subtext  {
	font-size : 11px;
	font-family :  Arial, Verdana, Sans-Serif;
	font-weight : normal;
	font-style : normal;
	color : #333333;
	line-height : 15px;
}

