/* CSS Document */
.left_width {
	width: 155px;
}
.left_menu_container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #002b7f;
	padding-left: 7px;
	padding-right: 7px;
}
ul.left_menu, ul.left_menu ul {
	text-align: left;
	margin: 0;
	list-style: none;
	cursor: default;
	padding: 3px;
}
ul.left_menu li {
	padding-top: 5px;
	font-size: 13px;
	font-weight: bold;
}
ul.left_menu li ul li{
	padding-top: 0;
	font-size: 12px;
	font-weight: normal;
}
ul.left_menu li a {
	color: #002b7f;
	text-decoration: none;
}
ul.left_menu li a:hover {
	font-weight: bold;
	color: #002b7f;
	text-decoration: none;
}
#pre-reg {
	color: #eb132f;
	font-size: 13px;
	font-weight: bold;
}
#pre-reg span {
	color: #eb132f;
	font-size: 11px;
	font-weight: normal;
}
#pre-reg:hover span {
	color: #eb132f;
	font-size: 11px;
	font-weight: bold;
}