body{
	margin			: 0px;
	font-family		: Arial, Verdana, San-Serif;
	font-size		: 11px;
}
table{
	margin			: 0px;
}
.photo{
	border			: 1px solid #8C8C8C;
}
.greyBorder{
	border			: 1px solid #cccccc;
}
.imgHeading{
	background		: url(images/imgHeading.gif) repeat-x;
	border			: 1px solid #8C8C8C;
}
.LightGreyBackground{
	background-color: #E9F0FF;
	padding-left	: 5px;
	border			: 1px solid #000000
}
.BannerTop{
	border-left		: 1px solid #000000;
	border-right	: 1px solid #000000;
	background-color: #ffffff;
}
.Footer{
	background-color : #5075C9;
	height			 : 25px;
}
.CatHead{
	background		: url(images/category_background.gif) repeat-x;
}
.MenuLeft{
	border-left		: 1px solid #000000;
	border-right	: 1px solid #000000;
}
.MenuTop{
	background		: url(images/menu_background.gif);
	height			: 20px;
}
.TreeNode{
	font-family		: Arial, Verdana, San-Serif;
	font-size		: 10px;
	padding-top		: 5px;
	padding-right	: 5px;
	padding-bottom	: 5px;
}
.TreeNodeChild{
	font-family		: Arial, Verdana, San-Serif;
	font-size		: 10px;
	padding-top		: 2px;
	padding-right	: 2px;
	padding-bottom	: 2px;
	display			: none;
}
.TreeNodeStatic{
	font-family		: Arial, Verdana, San-Serif;
	font-size		: 10px;
	padding-top		: 5px;
	padding-right	: 5px;
	padding-bottom	: 5px;
}
.TreeNodeChildStatic{
	font-family		: Arial, Verdana, San-Serif;
	font-size		: 10px;
	padding-top		: 2px;
	padding-right	: 2px;
	padding-bottom	: 2px;
}
.TreeNodeLink{
	line-height		: 20px;
	background-color: #ffffff;
	border			: 1px solid #ffffff;
	color			: #294DA0;
	padding-left	: 2px;
	padding-right	: 2px;
	text-decoration : none;
}
.TreeNodeLink:hover{
	line-height		: 20px;
	color			: #ffffff;
	background-color: #4F74C7;
	border			: 1px solid #163A8C;
	text-decoration : none;
	padding-left	: 2px;
	padding-right	: 2px;
}
.input{
	font-size		: 10px;
	font-family		: Arial, Verdana, San-Serif;
}
.WhiteLink{
	line-height		: 20px;
	color			: #ffffff;
	font-weight		: bold;
	background-color: transparent;
	text-decoration : none;
	padding-left	: 5px;
	padding-right	: 5px;
	border			: 1px solid #5075C9;
	font-size		: 11px;
}
.WhiteLink:hover{
	color			: #4F74C7;
	background-color: #ffffff;
	text-decoration : none;
	padding-left	: 5px;
	padding-right	: 5px;
	border			: 1px solid #5075C9;
	font-size		: 11px;
}
.blockLink{
	line-height		: 20px;
	color			: #4F74C7;
	background-color: transparent;
	text-decoration : none;
	padding-left	: 5px;
	padding-right	: 5px;
	border			: 1px solid #5075C9;
	font-size		: 11px;
}
.blockLink:hover{
	color			: #ffffff;
	background-color: #4F74C7;
	text-decoration : none;
	padding-left	: 5px;
	padding-right	: 5px;
	border			: 1px solid #5075C9;
	font-size		: 11px;
}
.Error{
	color			: #ff0000;
}