#leftM {
	display:none
}

#printContent {
	text-align:center;
}
body {
	background-color: #FFFFFF;
	margin:0px;
}
.header {
	background-image: url(../images/other/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.leftBorder {
	border: 1px solid #8FA3BD;
	border-left: 0px;
	background-color:#F3EADF;
}
.leftBottom {
	background-image:url(../images/other/left_bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}

.leftBottomRepeat {
	background-image: url(../images/utils/left_bottom_repeat.gif);
	background-repeat: repeat-y;
	background-position:top left;
}
.rightGrad {
	background-image:url(../images/utils/right_gradient.jpg);
	background-repeat:repeat-x;
	background-position:left bottom;
}
.contentBg {
	background-image:url(../images/utils/content_bg.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
}
.footerGrad {
	background-image: url(../images/utils/footer_gradient.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
}
.verd10 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
.verd11 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
}
.verd12 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;

}
.tahoma11 {
	font-family:Tahoma;
	font-size:11px;
}
.searchForm {
	width:96px;
	height:18px;
	border-bottom:1px solid #DFE6EF;
	border-right:1px solid #DFE6EF;
	border-top:1px solid #586C87;
	border-left:1px solid #586C87;
}
.memberLoginForm {
	width:111px;
	height:18px;
	border-bottom:1px solid #E1D2BF;
	border-right:1px solid #E1D2BF;
	border-top:1px solid #808080;
	border-left:1px solid #808080;
}
.underlineT {
	background-image:url(../images/utils/underLine_dott.gif);
	background-repeat:repeat-x;
	background-position:left top;
}
a {
	text-decoration:underline;
	color:#004B92;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
a:hover {
	text-decoration:none;
	color:#004B92;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}