/* Exact Print*/

body {	
	background-color: #00bae1;
	background-image: url(../htm/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.leftside1{
	background-image: url(../htm/top_left_curve.gif);	
	background-repeat: no-repeat;
	background-position: left top;	
}
.leftside2 {
	background-image: url(../htm/center_left.gif);
	background-repeat: repeat-y;
	background-position: left top;	
}
.leftside3{
	background-image: url(../htm/bottom_left_curve.gif);
	background-repeat: no-repeat;
	background-position: left bottom;	
}
.rightside1{
	background-image: url(../htm/top_right_curve.gif);	
	background-repeat: no-repeat;
	background-position: right top;	
}
.rightside2 {
	background-image: url(../htm/center_right.gif);
	background-repeat: repeat-y;
	background-position: right top;	
}
.rightside3{
	background-image: url(../htm/bottom_right_curve.gif);
	background-repeat: no-repeat;
	background-position: right bottom;	
}
.center_top {
	background-image: url(../htm/center_top.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
}
.center_bottom {
	background-image: url(../htm/center_bottom.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #FFFFFF;
}
.hr_line {
	background-image: url(../htm/hr_line.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height:7px;
}
.footer_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00769D;
	text-decoration: none;
	line-height:18px;
}
.footer_link a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00769D;
	text-decoration: none;
	line-height:18px;
}
.footer_link a:hover{	
	color: #00769D;
	text-decoration: underline;	
}
