.normal {
	font-size: 11px;
	color: #006600;
	font-family: Tahoma;
	font-style: normal;
	font-weight: normal;
}
.normal_bold {
	font-size: 11px;
	color: #006600;
	font-family: Tahoma;
	font-weight: bold;
	font-style: normal;
}

.normal_italic {
	font-size: 11px;
	color: #006600;
	font-family: Tahoma;
	font-weight: normal;
	font-style: italic;
}
.normal_bold_italic {
	font-size: 11px;
	color: #006600;
	font-family: Tahoma;
	font-weight: bold;
	font-style: italic;
}
a:link {
	color: #FF0000;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}
a:visited {
	color: #999999;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}
a:active {
	color: #FF6600;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 11px;
}
