.text {
	font-family: Tahoma;
	font-size: x-small;
	font-weight: bold;
	color: #7D750D;
}
.hr {
	color: #990000;
}
.red_link {
	font-family: Tahoma;
	font-size: small;
	color: #333333;
	text-decoration: underline;
}
.red_link:hover {

	font-family: Tahoma;
	font-size: small;
	color: #FF0000;
	text-decoration: underline;
}
.red_link:active {

	font-family: Tahoma;
	font-size: small;
	color: #FF0000;
	text-decoration: underline;
}
.index_page_link {
	font-family: Tahoma;
	color: #666666;
	text-decoration: none;
	font-size: xx-small;
}
.index_page_link:hover {
	font-family: Tahoma;
	font-weight: normal;
	color: #FF0000;
	text-decoration: underline;
	font-size: xx-small;
}
.index_page_link:active {
	font-family: Tahoma;
	color: #FF0000;
	text-decoration: none;
	font-size: xx-small;
}
.other_text_link {
	font-family: Tahoma;
	font-size: small;
	color: #333333;
	text-decoration: none;
}
.other_text_link:hover {
	font-family: Tahoma;
	font-size: small;
	color: #CC0000;
	text-decoration: underline;
}
