/* Main page styles*/
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 10px 0px 0px;
	background-image: url(images/page_bg.gif);
	background-repeat: repeat;
}
.basic_text
{
	color: #555555;
	font-size: 9pt;
}
.highlight
{
	color: #FF0000;
	font-weight: bold;
}
.lowlight
{
	font-weight: bold;
}

/* Left side main menu*/
UL.main_menu
{
	list-style-type: none;
	color: #555555;
	font-size: 10px;
	margin-left: 15px;
}
ul.main_menu li
{
	margin-top: 5px;
	list-style-type: none;
	font-weight: bold;
}
ul.main_menu li ul
{
	font-weight: normal;
	list-style-type: none;
}
ul.main_menu li ul li
{
	font-weight: normal;
	list-style-type: none;
	text-decoration: none;
	list-style-type: none;
	margin-left: -35px;
	padding-bottom: 5px;
}
.main_menu_item_link
{
	color: #555555;
	text-decoration: none;
}
.main_menu_bullet
{
	border-bottom-style: none;
	border-right-style: none;
	border-top-style: none;
	border-left-style: none;
	width: 15px;
	height: 10px;
	margin-right: 3px;
}
