.text {
	font-size: 11px;
	color: #333333;
	font-family: Verdana, Arial, sans-serif;
	padding: 5px;
}

.lttext {
	font-size: 11px;
	color: #e6e6e6;
	font-family: Verdana, Arial, sans-serif;
}

.headline {
	font-size: 14px;
	color: #333366;
	font-family: Arial, sans-serif;
	font-weight : bold;
	
}

.ltheadline {
	font-size: 14px;
	color: #e6e6e6;
	font-family: Verdana, Arial, sans-serif;
}

.bigheadline {
	font-size: 24px;
	color: #333366;
	font-family: Arial, sans-serif;
	font-weight : bold;
	
}

.bigltheadline {
	font-size: 24px;
	color: #e6e6e6;
	font-family: Arial, sans-serif;
	font-weight : bold;
	
}

A.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #669933;
	font-weight: bold;
	text-decoration: none;
}


A.link:hover {
	color: #666699;
	font-weight: bold;
	text-decoration: underline;
}

A.ltlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ccccff;
	font-weight: bold;
	text-decoration: none;
}


A.ltlink:hover {
	color: #ccffcc;
	font-weight: bold;
	text-decoration: underline;
}

A.minilink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #669933;
	font-weight: bold;
	text-decoration: none;
}


A.minilink:hover {
	color: #666699;
	font-weight: bold;
	text-decoration: underline;
}

