.text {
	color: #666666;
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
}

a.text {
	color: #FABD02;
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	text-decoration: underline;
}

.textbold {
	color: #666666;
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
}

.textsmall {
	color: #666666;
	font-family: Arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

.textdark {
	color: #444444;
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
}

.textdarkbig {
	color: #444444;
	font-family: Arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
}

.header1 {
	color: #666666;
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.header2 {
	color: #666666;
	font-family: Arial, helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

/*a.text:visited { color: #999999 }*/
a.text:hover {  color: #999999 }


