/* CSS Document */



.SideBar {
	font-family: Times New Roman;
	font-size: 14px;
	line-height: 26px;
	color: #0b378f;
}

a.SideBarLinks {
	font-family: Times New Roman;
	font-size: 14px;
	line-height: 26px;
	color: #0b378f;
}
a.SideBarLinks:link {
	text-decoration: underline;
}
a.SideBarLinks:visited {
	text-decoration: underline;
	color: #0b378f;
}
a.SideBarLinks:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a.SideBarLinks:active {
	text-decoration: underline;
	color: #0b378f;
}

.SideBarMenuList {
	font-family: "Times New Roman";
	font-size: 14px;
	line-height: 26px;
	font-style: normal;
	color: #0b378f;
	list-style-image: url(images/arrow.jpg);
}
