BODY {
	background-image:	url(/images/bg-tile.gif);
	background-position:	top center;
	padding:		0px;
	margin:			0px;
}
.main {
	background-color:	#FFFFFF;
}
.main-left {
	background-image:	url(/images/bg-leftedge.gif);
	background-position:	top right;
	background-repeat:	repeat-y;
}
.main-left-bottom {
	background-image:	url(/images/bg-leftedge-bottom.gif);
	background-position:	top right;
	background-repeat:	no-repeat;
	height:			52px;
}
.main-right {
	background-image:	url(/images/bg-rightedge.gif);
	background-position:	top left;
	background-repeat:	repeat-y;
}
.main-right-bottom {
	background-image:	url(/images/bg-rightedge-bottom.gif);
	background-position:	top left;
	background-repeat:	no-repeat;
	height:			52px;
}
.main-bottom {
	background-image:	url(/images/bg-bottomedge.gif);
	background-position:	top left;
	background-repeat:	repeat-x;
}
.main-bottom-bar {
	background-image:	url(/images/bg-bar-bottom.gif);
	background-position:	top left;
	background-repeat:	repeat-x;
}
.top-bar-buttons {
	position:		absolute;
	top:			0px;
	z-index:		20;
	height:			43px;
}
.top-bar {
	position:		absolute;
	top:			15px;
	z-index:		15;
	background-image:	url(/images/top-bar-bg.gif);
	background-position:	top right;
	background-repeat:	repeat-x;
	height:			33px;
}
.top-bar2 {
	position:		absolute;
	top:			43px;
	z-index:		10;
	background-image:	url(/images/top-bar2-bg.gif);
	background-position:	top right;
	background-repeat:	repeat-x;
	height:			37px;
}
.top-search {
	position:		absolute;
	top:			15px;
	z-index:		25;
	height:			33px;
	left:			585px;
}
.main-sidemenu {
	position:		absolute;
	top:			43px;
	z-index:		25;
	left:			0px;
	width:			193px;
	background-image:	url(/images/bg-sidemenu.gif);
}
.main-sidemenu-header {
	width:			187px;
	background-color:	#E20808;
	color:			#FFFFFF;
	font-family:		Arial;
	font-size:		12px;
	font-weight:		bold;
	border:			solid 1px #000000;
	height:			19px;
}
.main-sidemenu-item {
	border-left:		solid 1px #747373;
	border-right:		solid 1px #747373;
	border-bottom:		solid 1px #3A3939;
	color:			#FFFFFF;
	height:			20px;
	font-family:		Arial;
	font-size:		11px;
}
.main-sidemenu-item A {
	color:			#FFFFFF;
	font-family:		Arial;
	font-size:		11px;
	text-decoration:	none;
}
.main-sidemenu-item A:hover {
	color:			#E20808;
	font-family:		Arial;
	font-size:		11px;
	font-weight:		bold;
	text-decoration:	none;
}
.main-foot {
	background-image:	url(/images/bg-mainfoot.gif);
	color:			#FFFFFF;
	height:			20px;
	font-family:		Arial;
	font-size:		12px;
	height:			24px;
}
.main-body-B1 {
	color:			#E20808;
	font-family:		Arial;
	font-size:		16px;
	font-weight:		bold;
}
.main-body {
	color:			#696969;
	font-family:		Arial;
	font-size:		13px;
	font-weight:		normal;
}

.main-heading {
	color:			#696969;
	font-family:		Arial;
	font-size:		13px;
	font-weight:		normal;
}

.main-heading A {
	color:			#696969;
	font-family:		Arial;
	font-size:		13px;
	font-weight:		bold;
	text-decoration:	none;
}

.main-heading A:hover {
	color:			#E20808;
	font-family:		Arial;
	font-size:		13px;
	font-weight:		bold;
	text-decoration:	underline;
}
