body {
	background-color:#d2bfbf;
	background-image:url("/images/gfx/bg.jpg");
	background-repeat:repeat-x;
	margin:0px;
}

html {
     /*overflow: -moz-scrollbars-vertical;*/
}

a {
	behavior: url(/js/iepngfix.htc);
	text-decoration: none;
	color: #000000;
}

img {
	
	display:block;
	border: 0px;
}

/* Fixes so one can set the height on a empty div */
.divfix {
	position: relative;
	font-size: 1px;
	line-height: 0;
}

.menuitem {
	font-family: Arial;
	font-size: 11px;
	color: #f2ebeb;
}

.title {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #9baa57;
}

.bread {
	font-family: Arial;
	font-size: 12px;
	color: #747474;
}

.sidemenuheader {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	line-height:4px;
	margin-left:12px;
}
.sidemenumain {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #595959;
	line-height:4px;
	margin-left:12px;
}
.sidemenusub{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #7b7b7b;
	margin-left:12px;
}
.infoheader {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #595959;
	line-height:4px;
}
.infobread{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #7b7b7b;
}