.tile1 {
	background-color: #FFCCCC;
	background-image:   url(../_images2/tile1.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
}
.tile2 {
	background-color: #999999;
	background-image:   url(../_images2/tile2.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.edges_tb {
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CC9999;
	border-bottom-color: #CC9999;
	background-color: #FFFFFF;
	background-image:  url(../_images2/bird.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.edges_lr {
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CC9999;
	border-left-color: #CC9999;
}
.navtile {
	background-color: #FFFFFF;
	background-image:  url(../_images2/navtile.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.navbar {
	margin-top: 3px;
	margin-bottom: 0px;
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	background-color: #CC3333;
	color: #FFFFFF;

}
.borderlr {
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
