.text_content {
	font-family: Tahoma;
	font-size: 10px;
	color: #6C6C6C;
}
.bold_grey {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #6C6C6C;
}
.page_title {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #285B8A;
}
.box {
	border: 1px solid #A09F9F;
}
.bottom_line {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #858585;
	border-right-color: #858585;
	border-bottom-color: #858585;
	border-left-color: #858585;
}
a:link {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #295C8C;
	text-decoration: underline;
}
a:visited {
	font-family: Tahoma;
	font-size: 10px;
	color: #333333;
	text-decoration: underline;
}
a:hover {
	font-family: Tahoma;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
a:active {
	font-family: Tahoma;
	font-size: 10px;
	color: #F04444;
	text-decoration: none;
}
