body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.link {
	color:#990000;
	text-decoration: none;
}
.link:hover {
	color:#FF0000;
	text-decoration: none;
}
.menu_red_link {
	color: #AE0002;
	font-weight: bold;
	text-decoration:none;
}
.red_title {
	color: #AE0002;
	font-weight: bold;
	text-decoration:none;
}
.menu_actuator {
	color: #AE0002;
	font-weight: bold;
	text-decoration:none;
}
.red_title_huge {
	color: #AE0002;
	font-weight: bold;
	text-decoration:none;
	font-size: 20px;
}
.black_title_large {
	color: #000000;
	font-weight: bold;
	text-decoration:none;
	font-size: 17px;
}
.menu_red_link:hover {
	color: #D72326;
	font-weight: bold;
	text-decoration:none;
	display: block;
	background-color:#F8F8F8;
}
.menu_cell_bg {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C9C9C9;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.menu_dotted_top {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #C9C9C9;
}
.menu_dotted_cell {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #C9C9C9;
}
.menu_dotted_bottom {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #C9C9C9;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #C9C9C9;
}
.menu_dotted_main {
	padding-left: 8px;

}
.menu_link {
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}
.menu_link:hover {
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	display: block;
	background-color:#F8F8F8;
}
.menu_empty{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C9C9C9;
}
.text_red {
	font-size: 14px;
	color: #AE0002;
}
.text_blue {
	font-size: 14px;
	color: #0033FF;
}

