1@import url("../regular.css");
2
3.incomingheader_left {
4	background: url("../images/blue_left.png") top right no-repeat;
5}
6
7.incomingheader_center {
8	background: url("../images/blue_fill.png") top right repeat-x;
9}
10
11.incomingheader_right {
12	background: url("../images/blue_right.png") top right no-repeat;
13}
14
15.outgoingheader_left {
16	background: url("../images/green_left.png") top right no-repeat;
17}
18
19.outgoingheader_center {
20	background: url("../images/green_fill.png") top right repeat-x;
21}
22
23.outgoingheader_right {
24	background: url("../images/green_right.png") top right no-repeat;
25}