body,td,p,li {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #000000;
}
body.bg {
	background : url("/graphics/bg.gif");
	background-repeat : repeat-x;
}
a {
	color: #406899;
	text-decoration: none;
}
a:hover {
	color: #C93131;
	text-decoration: underline;
}
a.imedia {
	color: #000000;
	text-decoration: underline;
}
a.imedia:hover {
	color: #9E0B0B;
	text-decoration: underline;
}
a.catalog {
	color: #c82523;
	text-decoration: none;
}
a.catalog:hover {
	color: #99a0ae;
	text-decoration: underline;
}
.catalog {
	color: #8B5742;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
}
.catalogText {	
	text-decoration: none;
	font-size: 10pt;
}
.catalogTitle {
	color: #5C4033;
	text-decoration: none;
	font-size: 11pt;
	font-weight: bold;
}

td.bg_l {
	background : url("/graphics/bg_l.gif");
	background-repeat : repeat-y;
}
td.bg_r {
	background : url("/graphics/bg_r.gif");
	background-repeat : repeat-y;
}
.menubg {
	background-image: url("/graphics/menu_bg.gif");
	background-repeat: repeat-y;
	padding-left: 5px;
}
.searchbg {
	background-repeat: no-repeat;
}
.contentbg {
	background-image: url("/graphics/content_bg.gif");
	background-repeat: repeat-y;
	padding: 20px;
}
.footerbg {
	background-image: url("/graphics/footer_bg.gif");
	background-repeat: repeat-x;
}
.footerinfo {
	font-size: 10px;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
}