@charset "iso-8859-1";
/* CSS Document */
/*Mater style sheet for Global*/
/*Imported style sheets*/
@import url("default.css");
@import url("txt.css");
@import url("form.css");
@import url("decorate.css");

.blueRightLine{
	border-right-color:#AED8E2;
	border-right-style:solid;
	border-right-width:1px;
}
.blueLeftLine{
	border-left-color:#AED8E2;
	border-left-style:solid;
	border-left-width:1px;
}
