body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#bodycolor{
	background-color:#044d7a;
	padding:0px;
	margin:0px;
}

.mid_body{
	background-color:#a5bfdd;
}
.left_shadow{
	background-image:url(images/left_shadow.png);
	background-repeat:repeat-y;
	background-position:top left;
	height:100%;
	width:15px;
}

.right_shadow{
	background-image:url(images/right_shadow.png);
	background-repeat:repeat-y;
	background-position:top left;
	height:100%;
	width:15px;
}

.mid_shadow{
	background-image:url(images/mid_shadow.png);
	background-repeat:repeat-x;
	background-position:top left;
	height:10px;
	width:100%;
}

.flyer-bg{
	background-image:url(images/flyer-bg.png);
	background-repeat:no-repeat;
	background-position:top left;
	width:834x;
	height:1074px;
}

.background_waiting {
	background-image:url(images/pre-loader.gif);
	background-repeat:no-repeat;
	background-position:center center;
} 
.print_btn_pdf {
	background-image:url(images/print-buttons.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	width:150px;
	height:40px;
	cursor:pointer;
}
.print_btn_pdf_disabled {
	background-image:url(images/print-buttons.png);
	background-repeat:no-repeat;
	background-position:0px -40px;
	width:150px;
	height:40px;
}
.print_btn_image {
	background-image:url(images/print-buttons.png);
	background-repeat:no-repeat;
	background-position:-150px 0px;
	width:160px;
	height:40px;
	cursor:pointer;
}
.print_btn_image_disabled {
	background-image:url(images/print-buttons.png);
	background-repeat:no-repeat;
	background-position:-150px -40px;
	width:160px;
	height:40px;
}
.label_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#044d7a;
	font-variant:small-caps;
	text-shadow:#ffffff 0px 1px;
}
.emaillink:visited,.emaillink:link{
	text-decoration:none;
	color:#000000;
}

.emaillink:hover{
	text-decoration:underline;
	color:#000000;
}